Summary
- File
-
Package
\IO\DB
- Parents \QueryResult
this class encapsulate an inject query result
this class encapsulate an inject query result
get_query() : string
Returns the executed query converted to dbms dialect
the executed query converted to dbms dialect
None found |
get_parameters() : \mixed[string]
Returns the parameters injected in the query
the parameters injected in the query
None found |
get_affected_rows() : integer
returns the number of affected rows by this query
the number of affected rows by this query
None found |
get_last_inserted_id() : integer
returns the primary key value generated by the last insert query
the primary key value generated by the last insert query
None found |