ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
_fillBuffer ($rownum=null) | |
Fill the row buffer. More... | |
& | fetchRow ($fetchmode=MDB2_FETCHMODE_DEFAULT, $rownum=null) |
Fetch a row and insert the data into an existing array. More... | |
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... | |
free () | |
Free the internal resources associated with $result. More... | |
Public Member Functions inherited from MDB2_Result_oci8 | |
& | 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... | |
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) | |
Data Fields | |
$buffer | |
$buffer_rownum = - 1 | |
Data Fields inherited from MDB2_Result_Common | |
$db | |
$result | |
$rownum = -1 | |
$types = array() | |
$values = array() | |
$offset | |
$offset_count = 0 | |
$limit | |
$column_names | |
MDB2_BufferedResult_oci8::_fillBuffer | ( | $rownum = null | ) |
& MDB2_BufferedResult_oci8::fetchRow | ( | $fetchmode = MDB2_FETCHMODE_DEFAULT , |
|
$rownum = null |
|||
) |
Fetch a row and insert the data into an existing array.
int | $fetchmode | how the array data should be indexed |
int | $rownum | number of the row where the data can be found |
Definition at line 1199 of file oci8.php.
References MDB2_Driver_Common\$fetchmode, $i, $name, $row, PEAR\isError(), MDB2_ERROR_NEED_MORE_DATA, MDB2_FETCHMODE_ASSOC, MDB2_FETCHMODE_DEFAULT, MDB2_FETCHMODE_OBJECT, MDB2_PORTABILITY_RTRIM, and object.
MDB2_BufferedResult_oci8::free | ( | ) |
MDB2_BufferedResult_oci8::numRows | ( | ) |
Returns the number of rows in a result object.
Implements ilDBStatement.
Definition at line 1312 of file oci8.php.
References MDB2_ERROR_NEED_MORE_DATA.
MDB2_BufferedResult_oci8::seek | ( | $rownum = 0 | ) |
Seek to a specific row in a result set.
int | $rownum | number of the row where the data can be found |
Definition at line 1270 of file oci8.php.
References MDB2_ERROR_NEED_MORE_DATA, and MDB2_OK.
MDB2_BufferedResult_oci8::valid | ( | ) |
Check if the end of the result set has been reached.
Definition at line 1289 of file oci8.php.
References MDB2_ERROR_NEED_MORE_DATA.