Summary
- File
- Package hierarchy driver\pdo
- Class hierarchy \AbstractQueryResult \PDOInjectQueryResult
- Implements \InjectQueryResult
This class encapsulate a query result set
This class encapsulate a query result set
__construct( $query, array $parameters, \PDOStatement $statement, \PDO $pdo)
$query | ||
array | $parameters | |
\PDOStatement | $statement | |
\PDO | $pdo |
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_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 |
get_affected_rows() : integer
returns the number of affected rows by this query
the number of affected rows by this query
None found |
dispose()
None found |
$query :
None found |
$parameters :
None found |
$statement : \PDOStatement
None found |
$affected_rows : integer
None found |
$last_inserted_id : integer
None found |
$is_disposed : boolean
None found |