Summary
- File
-
Package
\IO\DB
- Parents \QueryResult
this class encapsulate a query result set usage is: <code> foreach ($my_query_result as $result) { // do something with the $result } </code>
this class encapsulate a query result set usage is: <code> foreach ($my_query_result as $result) { // do something with the $result } </code>
FETCH_NUM = 0
| None found |
FETCH_ASSOC = 1
| 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 |
set_fetch_mode( $fetch_mode)
| $fetch_mode |
| None found |
get_rows_count() : integer
returns the number of returned rows by this query
the number of returned rows by this query
| None found |
has_next()
| None found |
fetch()
| None found |
dispose()
free the resource. If not done manually, this is done in the destructor
| None found |