|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for MDB2_BufferedResult_mysqli:
Collaboration diagram for MDB2_BufferedResult_mysqli:Public Member Functions | |
| seek ($rownum=0) | |
| Seek to a specific row in a result set. More... | |
| valid () | |
| Check if the end of the result set has been reached. More... | |
| numRows () | |
| Returns the number of rows in a result object. More... | |
| nextResult () | |
| Move the internal result pointer to the next available result. More... | |
Public Member Functions inherited from MDB2_Result_mysqli | |
| & | fetchRow ($fetchmode=MDB2_FETCHMODE_DEFAULT, $rownum=null) |
| Fetch a row and insert the data into an existing array. More... | |
| _getColumnNames () | |
| Retrieve the names of columns returned by the DBMS in a query result. More... | |
| numCols () | |
| Count the number of columns returned by the DBMS in a query result. More... | |
| nextResult () | |
| Move the internal result pointer to the next available result. More... | |
| free () | |
| Free the internal resources associated with result. More... | |
Public Member Functions inherited from MDB2_Result_Common | |
| __construct ($db, $result, $limit=0, $offset=0) | |
| Constructor. More... | |
| fetch ($fetch_mode=ilDBConstants::FETCHMODE_ASSOC) | |
| fetchObject () | |
| fetchAssoc () | |
| MDB2_Result_Common ($db, $result, $limit=0, $offset=0) | |
| PHP 4 Constructor. More... | |
| setResultTypes ($types) | |
| Define the list of types to be associated with the columns of a given result set. More... | |
| seek ($rownum=0) | |
| Seek to a specific row in a result set. More... | |
| & | fetchRow ($fetchmode=MDB2_FETCHMODE_DEFAULT, $rownum=null) |
| Fetch and return a row of data. More... | |
| fetchOne ($colnum=0, $rownum=null) | |
| fetch single column from the next row from a result set More... | |
| fetchCol ($colnum=0) | |
| Fetch and return a column from the current row pointer position. More... | |
| fetchAll ($fetchmode=MDB2_FETCHMODE_DEFAULT, $rekey=false, $force_array=false, $group=false) | |
| Fetch and return all rows from the current row pointer position. More... | |
| rowCount () | |
| Returns the actual row number that was last fetched (count from 0) More... | |
| numRows () | |
| Returns the number of rows in a result object. More... | |
| nextResult () | |
| Move the internal result pointer to the next available result. More... | |
| getColumnNames ($flip=false) | |
| Retrieve the names of columns returned by the DBMS in a query result or from the cache. More... | |
| _getColumnNames () | |
| Retrieve the names of columns returned by the DBMS in a query result. More... | |
| numCols () | |
| Count the number of columns returned by the DBMS in a query result. More... | |
| getResource () | |
| return the resource associated with the result object More... | |
| bindColumn ($column, &$value, $type=null) | |
| Set bind variable to a column. More... | |
| _assignBindColumns ($row) | |
| Bind a variable to a value in the result row. More... | |
| free () | |
| Free the internal resources associated with result. More... | |
| execute ($a_data=null) | |
Public Member Functions inherited from ilDBStatement | |
| fetchRow ($fetch_mode) | |
| fetch ($fetch_mode=ilDBConstants::FETCHMODE_ASSOC) | |
| rowCount () | |
| numRows () | |
| fetchObject () | |
| fetchAssoc () | |
| execute ($a_data=null) | |
Additional Inherited Members | |
Data Fields inherited from MDB2_Result_Common | |
| $db | |
| $result | |
| $rownum = -1 | |
| $types = array() | |
| $values = array() | |
| $offset | |
| $offset_count = 0 | |
| $limit | |
| $column_names | |
Definition at line 1343 of file mysqli.php.
| MDB2_BufferedResult_mysqli::nextResult | ( | ) |
Move the internal result pointer to the next available result.
| a | valid result resource |
Reimplemented from MDB2_Result_mysqli.
Definition at line 1424 of file mysqli.php.
References PEAR\isError(), and MDB2_OK.
Here is the call graph for this function:| MDB2_BufferedResult_mysqli::numRows | ( | ) |
Returns the number of rows in a result object.
Reimplemented from MDB2_Result_Common.
Definition at line 1398 of file mysqli.php.
References $rows, and MDB2_ERROR_NEED_MORE_DATA.
Referenced by valid().
Here is the caller graph for this function:| MDB2_BufferedResult_mysqli::seek | ( | $rownum = 0 | ) |
Seek to a specific row in a result set.
| int | $rownum | number of the row where the data can be found |
Reimplemented from MDB2_Result_Common.
Definition at line 1355 of file mysqli.php.
References MDB2_Result_Common\$rownum, MDB2_ERROR_INVALID, MDB2_ERROR_NEED_MORE_DATA, and MDB2_OK.
| MDB2_BufferedResult_mysqli::valid | ( | ) |
Check if the end of the result set has been reached.
Definition at line 1380 of file mysqli.php.
References PEAR\isError(), and numRows().
Here is the call graph for this function: