Methods summary
public
|
#
__construct( QueryResult $query_result, MappingModel $model )
initialize the dao
Parameters
- $query_result
- $querier the querier that will be used to interact with the database
- $model
- the model on which rely to provides services
|
public
string
|
#
get_query( )
Returns the executed query converted to dbms dialect
Returns the executed query converted to dbms dialect
Returns
string the executed query converted to dbms dialect
Implementation of
|
public
mixed[string]
|
#
get_parameters( )
Returns the parameters injected in the query
Returns the parameters injected in the query
Returns
mixed[string] the parameters injected in the query
Implementation of
|
public
|
|
public
integer
|
#
get_rows_count( )
returns the number of returned rows by this query
returns the number of returned rows by this query
Returns
integer the number of returned rows by this query
Implementation of
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
dispose( )
free the resource. If not done manually, this is done in the destructor
free the resource. If not done manually, this is done in the destructor
Implementation of
|