TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
ADORecordset_oci8 ($queryID, $mode=false) | |
Init () | |
_initrs () | |
_FetchField ($fieldOffset=-1) | |
FetchField ($fieldOffset=-1) | |
MoveNext () | |
GetArrayLimit ($nrows, $offset=-1) | |
Fields ($colname) | |
_seek ($row) | |
_fetch () | |
_close () | |
MetaType ($t, $len=-1, $fieldobj=false) | |
Public Attributes | |
$databaseType = 'oci8' | |
$bind =false | |
$_fieldobjs | |
Definition at line 1348 of file adodb-oci8.inc.php.
ADORecordset_oci8::_close | ( | ) |
close() only needs to be called if you are worried about using too much memory while your script is running. All associated result memory for the specified result identifier will automatically be freed.
Definition at line 1579 of file adodb-oci8.inc.php.
ADORecordset_oci8::_fetch | ( | ) |
Definition at line 1569 of file adodb-oci8.inc.php.
ADORecordset_oci8::_FetchField | ( | $fieldOffset = -1 | ) |
Get column information in the Recordset object. fetchField() can be used in order to obtain information about fields in a certain query result. If the field offset isn't specified, the next field that wasn't yet retrieved by fetchField() is retrieved
Definition at line 1427 of file adodb-oci8.inc.php.
ADORecordset_oci8::_initrs | ( | ) |
Definition at line 1408 of file adodb-oci8.inc.php.
ADORecordset_oci8::_seek | ( | $row | ) |
Definition at line 1564 of file adodb-oci8.inc.php.
ADORecordset_oci8::ADORecordset_oci8 | ( | $queryID, | |
$mode = false |
|||
) |
Definition at line 1356 of file adodb-oci8.inc.php.
ADORecordset_oci8::FetchField | ( | $fieldOffset = -1 | ) |
Definition at line 1453 of file adodb-oci8.inc.php.
ADORecordset_oci8::Fields | ( | $colname | ) |
Definition at line 1549 of file adodb-oci8.inc.php.
ADORecordset_oci8::GetArrayLimit | ( | $nrows, | |
$offset = -1 |
|||
) |
Definition at line 1526 of file adodb-oci8.inc.php.
ADORecordset_oci8::Init | ( | ) |
Definition at line 1377 of file adodb-oci8.inc.php.
ADORecordset_oci8::MetaType | ( | $t, | |
$len = -1 , |
|||
$fieldobj = false |
|||
) |
not the fastest implementation - quick and dirty - jlim for best performance, use the actual $rs->MetaType().
mixed | $t | |
int | $len | [optional] Length of blobsize |
bool | $fieldobj | [optional][discarded] |
Definition at line 1599 of file adodb-oci8.inc.php.
ADORecordset_oci8::MoveNext | ( | ) |
Definition at line 1477 of file adodb-oci8.inc.php.
ADORecordset_oci8::$_fieldobjs |
Definition at line 1352 of file adodb-oci8.inc.php.
ADORecordset_oci8::$bind =false |
Definition at line 1351 of file adodb-oci8.inc.php.
ADORecordset_oci8::$databaseType = 'oci8' |
Definition at line 1350 of file adodb-oci8.inc.php.