TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
__construct () | |
ServerInfo () | |
IfNull ( $field, $ifNull) | |
pg_insert_id ($tablename, $fieldname) | |
_insertid ($table, $column) | |
_affectedrows () | |
BeginTrans () | |
RowLock ($tables, $where, $col='1 as adodbignore') | |
CommitTrans ($ok=true) | |
RollbackTrans () | |
MetaTables ($ttype=false, $showSchema=false, $mask=false) | |
qstr ($s, $magic_quotes=false) | |
SQLDate ($fmt, $col=false) | |
UpdateBlobFile ($table, $column, $path, $where, $blobtype='BLOB') | |
BlobDelete ( $blob) | |
GuessOID ($oid) | |
BlobDecode ($blob, $maxsize=false, $hastrans=true) | |
BlobEncode ($blob) | |
UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') | |
OffsetDate ($dayFraction, $date=false) | |
MetaColumns ($table, $normalize=true) | |
Param ($name, $type='C') | |
MetaIndexes ($table, $primary=FALSE, $owner=false) | |
_connect ($str, $user='', $pwd='', $db='', $ctype=0) | |
_nconnect ($argHostname, $argUsername, $argPassword, $argDatabaseName) | |
_pconnect ($str, $user='', $pwd='', $db='') | |
_query ($sql, $inputarr=false) | |
_errconnect () | |
ErrorMsg () | |
ErrorNo () | |
_close () | |
CharMax () | |
TextMax () | |
Public Attributes | |
$databaseType = 'postgres64' | |
$dataProvider = 'postgres' | |
$hasInsertID = true | |
$_resultid = false | |
$concat_operator ='||' | |
$metaDatabasesSQL = "select datname from pg_database where datname not in ('template0','template1') order by 1" | |
$metaTablesSQL | |
$isoDates = true | |
$sysDate = "CURRENT_DATE" | |
$sysTimeStamp = "CURRENT_TIMESTAMP" | |
$blobEncodeType = 'C' | |
$metaColumnsSQL | |
$metaColumnsSQL1 | |
$metaKeySQL | |
$hasAffectedRows = true | |
$hasLimit = false | |
$true = 'TRUE' | |
$false = 'FALSE' | |
$fmtDate = "'Y-m-d'" | |
$fmtTimeStamp = "'Y-m-d H:i:s'" | |
$hasMoveFirst = true | |
$hasGenID = true | |
$_genIDSQL = "SELECT NEXTVAL('%s')" | |
$_genSeqSQL = "CREATE SEQUENCE %s START %s" | |
$_dropSeqSQL = "DROP SEQUENCE %s" | |
$metaDefaultsSQL = "SELECT d.adnum as num, d.adsrc as def from pg_attrdef d, pg_class c where d.adrelid=c.oid and c.relname='%s' order by d.adnum" | |
$random = 'random()' | |
$autoRollback = true | |
random function More... | |
$uniqueIisR = true | |
$_bindInputArray = false | |
$disableBlobs = false | |
$_pnum = 0 | |
Definition at line 57 of file adodb-postgres64.inc.php.
ADODB_postgres64::__construct | ( | ) |
Definition at line 125 of file adodb-postgres64.inc.php.
ADODB_postgres64::_affectedrows | ( | ) |
Definition at line 171 of file adodb-postgres64.inc.php.
ADODB_postgres64::_close | ( | ) |
Definition at line 863 of file adodb-postgres64.inc.php.
References RollbackTrans().
ADODB_postgres64::_connect | ( | $str, | |
$user = '' , |
|||
$pwd = '' , |
|||
$db = '' , |
|||
$ctype = 0 |
|||
) |
Definition at line 673 of file adodb-postgres64.inc.php.
References $host, $pwd, adodb_addslashes(), and ServerInfo().
Referenced by _nconnect(), and _pconnect().
ADODB_postgres64::_errconnect | ( | ) |
Definition at line 827 of file adodb-postgres64.inc.php.
Referenced by ErrorMsg().
ADODB_postgres64::_insertid | ( | $table, | |
$column | |||
) |
Definition at line 161 of file adodb-postgres64.inc.php.
ADODB_postgres64::_nconnect | ( | $argHostname, | |
$argUsername, | |||
$argPassword, | |||
$argDatabaseName | |||
) |
Definition at line 731 of file adodb-postgres64.inc.php.
References _connect().
ADODB_postgres64::_pconnect | ( | $str, | |
$user = '' , |
|||
$pwd = '' , |
|||
$db = '' |
|||
) |
Definition at line 741 of file adodb-postgres64.inc.php.
References $pwd, and _connect().
ADODB_postgres64::_query | ( | $sql, | |
$inputarr = false |
|||
) |
Definition at line 748 of file adodb-postgres64.inc.php.
ADODB_postgres64::BeginTrans | ( | ) |
Definition at line 179 of file adodb-postgres64.inc.php.
Referenced by RowLock().
ADODB_postgres64::BlobDecode | ( | $blob, | |
$maxsize = false , |
|||
$hastrans = true |
|||
) |
Definition at line 412 of file adodb-postgres64.inc.php.
References GuessOID().
ADODB_postgres64::BlobDelete | ( | $blob | ) |
Definition at line 383 of file adodb-postgres64.inc.php.
References $result.
ADODB_postgres64::BlobEncode | ( | $blob | ) |
Definition at line 436 of file adodb-postgres64.inc.php.
ADODB_postgres64::CharMax | ( | ) |
Definition at line 879 of file adodb-postgres64.inc.php.
ADODB_postgres64::CommitTrans | ( | $ok = true | ) |
Definition at line 193 of file adodb-postgres64.inc.php.
References RollbackTrans().
ADODB_postgres64::ErrorMsg | ( | ) |
Definition at line 834 of file adodb-postgres64.inc.php.
References _errconnect().
Referenced by ErrorNo().
ADODB_postgres64::ErrorNo | ( | ) |
Definition at line 853 of file adodb-postgres64.inc.php.
References ErrorMsg().
ADODB_postgres64::GuessOID | ( | $oid | ) |
Definition at line 394 of file adodb-postgres64.inc.php.
Referenced by BlobDecode().
ADODB_postgres64::IfNull | ( | $field, | |
$ifNull | |||
) |
Definition at line 140 of file adodb-postgres64.inc.php.
ADODB_postgres64::MetaColumns | ( | $table, | |
$normalize = true |
|||
) |
Definition at line 477 of file adodb-postgres64.inc.php.
ADODB_postgres64::MetaIndexes | ( | $table, | |
$primary = FALSE , |
|||
$owner = false |
|||
) |
Definition at line 602 of file adodb-postgres64.inc.php.
ADODB_postgres64::MetaTables | ( | $ttype = false , |
|
$showSchema = false , |
|||
$mask = false |
|||
) |
Definition at line 210 of file adodb-postgres64.inc.php.
References $metaTablesSQL, qstr(), and ServerInfo().
ADODB_postgres64::OffsetDate | ( | $dayFraction, | |
$date = false |
|||
) |
Definition at line 459 of file adodb-postgres64.inc.php.
ADODB_postgres64::Param | ( | $name, | |
$type = 'C' |
|||
) |
Definition at line 591 of file adodb-postgres64.inc.php.
ADODB_postgres64::pg_insert_id | ( | $tablename, | |
$fieldname | |||
) |
Definition at line 146 of file adodb-postgres64.inc.php.
References $result.
ADODB_postgres64::qstr | ( | $s, | |
$magic_quotes = false |
|||
) |
Definition at line 243 of file adodb-postgres64.inc.php.
Referenced by _query(), and MetaTables().
ADODB_postgres64::RollbackTrans | ( | ) |
Definition at line 203 of file adodb-postgres64.inc.php.
Referenced by _close(), and CommitTrans().
ADODB_postgres64::RowLock | ( | $tables, | |
$where, | |||
$col = '1 as adodbignore' |
|||
) |
Definition at line 186 of file adodb-postgres64.inc.php.
References BeginTrans().
ADODB_postgres64::ServerInfo | ( | ) |
Definition at line 130 of file adodb-postgres64.inc.php.
Referenced by _connect(), and MetaTables().
ADODB_postgres64::SQLDate | ( | $fmt, | |
$col = false |
|||
) |
Definition at line 268 of file adodb-postgres64.inc.php.
References $sysTimeStamp.
ADODB_postgres64::TextMax | ( | ) |
Definition at line 887 of file adodb-postgres64.inc.php.
ADODB_postgres64::UpdateBlob | ( | $table, | |
$column, | |||
$val, | |||
$where, | |||
$blobtype = 'BLOB' |
|||
) |
Definition at line 450 of file adodb-postgres64.inc.php.
ADODB_postgres64::UpdateBlobFile | ( | $table, | |
$column, | |||
$path, | |||
$where, | |||
$blobtype = 'BLOB' |
|||
) |
Definition at line 355 of file adodb-postgres64.inc.php.
References $rs.
ADODB_postgres64::$_bindInputArray = false |
Definition at line 112 of file adodb-postgres64.inc.php.
ADODB_postgres64::$_dropSeqSQL = "DROP SEQUENCE %s" |
Definition at line 105 of file adodb-postgres64.inc.php.
ADODB_postgres64::$_genIDSQL = "SELECT NEXTVAL('%s')" |
Definition at line 103 of file adodb-postgres64.inc.php.
ADODB_postgres64::$_genSeqSQL = "CREATE SEQUENCE %s START %s" |
Definition at line 104 of file adodb-postgres64.inc.php.
ADODB_postgres64::$_pnum = 0 |
Definition at line 115 of file adodb-postgres64.inc.php.
ADODB_postgres64::$_resultid = false |
Definition at line 61 of file adodb-postgres64.inc.php.
ADODB_postgres64::$autoRollback = true |
random function
Definition at line 108 of file adodb-postgres64.inc.php.
ADODB_postgres64::$blobEncodeType = 'C' |
Definition at line 73 of file adodb-postgres64.inc.php.
ADODB_postgres64::$concat_operator ='||' |
Definition at line 62 of file adodb-postgres64.inc.php.
ADODB_postgres64::$databaseType = 'postgres64' |
Definition at line 58 of file adodb-postgres64.inc.php.
ADODB_postgres64::$dataProvider = 'postgres' |
Definition at line 59 of file adodb-postgres64.inc.php.
ADODB_postgres64::$disableBlobs = false |
Definition at line 113 of file adodb-postgres64.inc.php.
ADODB_postgres64::$false = 'FALSE' |
Definition at line 98 of file adodb-postgres64.inc.php.
ADODB_postgres64::$fmtDate = "'Y-m-d'" |
Definition at line 99 of file adodb-postgres64.inc.php.
ADODB_postgres64::$fmtTimeStamp = "'Y-m-d H:i:s'" |
Definition at line 100 of file adodb-postgres64.inc.php.
ADODB_postgres64::$hasAffectedRows = true |
Definition at line 94 of file adodb-postgres64.inc.php.
ADODB_postgres64::$hasGenID = true |
Definition at line 102 of file adodb-postgres64.inc.php.
ADODB_postgres64::$hasInsertID = true |
Definition at line 60 of file adodb-postgres64.inc.php.
ADODB_postgres64::$hasLimit = false |
Definition at line 95 of file adodb-postgres64.inc.php.
ADODB_postgres64::$hasMoveFirst = true |
Definition at line 101 of file adodb-postgres64.inc.php.
ADODB_postgres64::$isoDates = true |
Definition at line 70 of file adodb-postgres64.inc.php.
ADODB_postgres64::$metaColumnsSQL |
Definition at line 74 of file adodb-postgres64.inc.php.
ADODB_postgres64::$metaColumnsSQL1 |
Definition at line 80 of file adodb-postgres64.inc.php.
ADODB_postgres64::$metaDatabasesSQL = "select datname from pg_database where datname not in ('template0','template1') order by 1" |
Definition at line 63 of file adodb-postgres64.inc.php.
ADODB_postgres64::$metaDefaultsSQL = "SELECT d.adnum as num, d.adsrc as def from pg_attrdef d, pg_class c where d.adrelid=c.oid and c.relname='%s' order by d.adnum" |
Definition at line 106 of file adodb-postgres64.inc.php.
ADODB_postgres64::$metaKeySQL |
Definition at line 88 of file adodb-postgres64.inc.php.
ADODB_postgres64::$metaTablesSQL |
Definition at line 64 of file adodb-postgres64.inc.php.
Referenced by MetaTables().
ADODB_postgres64::$random = 'random()' |
Definition at line 107 of file adodb-postgres64.inc.php.
ADODB_postgres64::$sysDate = "CURRENT_DATE" |
Definition at line 71 of file adodb-postgres64.inc.php.
ADODB_postgres64::$sysTimeStamp = "CURRENT_TIMESTAMP" |
Definition at line 72 of file adodb-postgres64.inc.php.
Referenced by SQLDate().
ADODB_postgres64::$true = 'TRUE' |
Definition at line 97 of file adodb-postgres64.inc.php.
ADODB_postgres64::$uniqueIisR = true |
Definition at line 111 of file adodb-postgres64.inc.php.