TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
__construct ($queryID, $mode=false) | |
GetRowAssoc ($upper=true) | |
_initrs () | |
Fields ($colname) | |
FetchField ($off=0) | |
_seek ($row) | |
_decode ($blob) | |
_fixblobs () | |
MoveNext () | |
_fetch () | |
_close () | |
MetaType ($t, $len=-1, $fieldobj=false) | |
Public Attributes | |
$_blobArr | |
$databaseType = "postgres64" | |
$canSeek = true | |
Definition at line 899 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::__construct | ( | $queryID, | |
$mode = false |
|||
) |
Definition at line 904 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::_close | ( | ) |
Definition at line 1033 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::_decode | ( | $blob | ) |
Definition at line 981 of file adodb-postgres64.inc.php.
Referenced by _fixblobs().
ADORecordSet_postgres64::_fetch | ( | ) |
Definition at line 1020 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::_fixblobs | ( | ) |
Definition at line 988 of file adodb-postgres64.inc.php.
References _decode().
ADORecordSet_postgres64::_initrs | ( | ) |
Definition at line 933 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::_seek | ( | $row | ) |
Definition at line 976 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::FetchField | ( | $off = 0 | ) |
Definition at line 965 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::Fields | ( | $colname | ) |
Definition at line 951 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::GetRowAssoc | ( | $upper = true | ) |
Definition at line 925 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::MetaType | ( | $t, | |
$len = -1 , |
|||
$fieldobj = false |
|||
) |
Definition at line 1038 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::MoveNext | ( | ) |
Definition at line 1003 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::$_blobArr |
Definition at line 900 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::$canSeek = true |
Definition at line 902 of file adodb-postgres64.inc.php.
ADORecordSet_postgres64::$databaseType = "postgres64" |
Definition at line 901 of file adodb-postgres64.inc.php.