Class||Interface QueryResult
Methods
get_query()
get_query() : string
Returns the executed query converted to dbms dialect
Returns
string
—
the executed query converted to dbms dialect
- Inherited from \QueryResult
Tags
None found |
get_parameters()
get_parameters() : \mixed[string]
Returns the parameters injected in the query
Returns
\mixed[string]
—
the parameters injected in the query
- Inherited from \QueryResult
Tags
None found |