Summary
- abstract
- File
- Package hierarchy DB\driver
- Class hierarchy \AbstractQueryResult \AbstractSelectQueryResult
- Implements \SelectQueryResult
This class encapsulate a query result set
This class encapsulate a query result set
__construct( $query, array $parameters)
$query | ||
array | $parameters |
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 |
has_next()
None found |
fetch()
None found |
needs_rewind() : boolean
None found |
$query :
None found |
$parameters :
None found |