Summary
- File
- Package hierarchy driver\mysql
- Class hierarchy \AbstractQueryResult \MySQLInjectQueryResult
- Implements \InjectQueryResult
This class encapsulate a query result set
This class encapsulate a query result set
__construct( $query, array $parameters, $resource, $link)
$query | ||
array | $parameters | |
$resource | ||
$link |
None found |
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 |
__destruct()
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 |
dispose()
None found |
$query :
None found |
$parameters :
None found |
$resource : Resource
None found |
$affected_rows : integer
None found |
$last_inserted_id : integer
None found |
$is_disposed : boolean
None found |