TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
ADODB_firebird () | |
ServerInfo () | |
SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs=0) | |
![]() | |
ADODB_ibase () | |
_connect ($argHostname, $argUsername, $argPassword, $argDatabasename, $persist=false) | |
_pconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
MetaPrimaryKeys ($table, $owner_notused=false, $internalKey=false) | |
ServerInfo () | |
BeginTrans () | |
CommitTrans ($ok=true) | |
_Execute ($sql, $inputarr=false) | |
RollbackTrans () | |
MetaIndexes ($table, $primary=FALSE, $owner=false) | |
RowLock ($tables, $where, $col=false) | |
CreateSequence ($seqname, $startID=1) | |
DropSequence ($seqname) | |
GenID ($seqname='adodbseq', $startID=1) | |
SelectDB ($dbName) | |
_handleerror () | |
ErrorNo () | |
ErrorMsg () | |
Prepare ($sql) | |
_query ($sql, $iarr=false) | |
_close () | |
_ConvertFieldType (&$fld, $ftype, $flen, $fscale, $fsubtype, $fprecision, $dialect3) | |
MetaColumns ($table, $normalize=true) | |
BlobEncode ( $blob) | |
BlobDecode ($blob) | |
_BlobDecode_old ( $blob) | |
_BlobDecode ( $blob) | |
UpdateBlobFile ($table, $column, $path, $where, $blobtype='BLOB') | |
UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') | |
OldUpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') | |
SQLDate ($fmt, $col=false) | |
Public Attributes | |
$databaseType = "firebird" | |
$dialect = 3 | |
$sysTimeStamp = "CURRENT_TIMESTAMP" | |
![]() | |
$databaseType = "ibase" | |
$dataProvider = "ibase" | |
$replaceQuote = "''" | |
$ibase_datefmt = '%Y-%m-%d' | |
$fmtDate = "'Y-m-d'" | |
$ibase_timestampfmt = "%Y-%m-%d %H:%M:%S" | |
$ibase_timefmt = "%H:%M:%S" | |
$fmtTimeStamp = "'Y-m-d, H:i:s'" | |
$concat_operator ='||' | |
$_transactionID | |
$metaTablesSQL = "select rdb\$relation_name from rdb\$relations where rdb\$relation_name not like 'RDB\$%'" | |
$metaColumnsSQL = "select a.rdb\$field_name, a.rdb\$null_flag, a.rdb\$default_source, b.rdb\$field_length, b.rdb\$field_scale, b.rdb\$field_sub_type, b.rdb\$field_precision, b.rdb\$field_type from rdb\$relation_fields a, rdb\$fields b where a.rdb\$field_source = b.rdb\$field_name and a.rdb\$relation_name = '%s' order by a.rdb\$field_position asc" | |
$ibasetrans | |
$hasGenID = true | |
$_bindInputArray = true | |
$buffers = 0 | |
$dialect = 1 | |
$sysDate = "cast('TODAY' as timestamp)" | |
$sysTimeStamp = "CURRENT_TIMESTAMP" | |
$ansiOuter = true | |
$hasAffectedRows = false | |
$poorAffectedRows = true | |
$blobEncodeType = 'C' | |
$role = false | |
Definition at line 18 of file adodb-firebird.inc.php.
ADODB_firebird::ADODB_firebird | ( | ) |
Definition at line 24 of file adodb-firebird.inc.php.
References ADODB_ibase\ADODB_ibase().
ADODB_firebird::SelectLimit | ( | $sql, | |
$nrows = -1 , |
|||
$offset = -1 , |
|||
$inputarr = false , |
|||
$secs = 0 |
|||
) |
Definition at line 47 of file adodb-firebird.inc.php.
ADODB_firebird::ServerInfo | ( | ) |
Definition at line 29 of file adodb-firebird.inc.php.
References $dialect.
ADODB_firebird::$databaseType = "firebird" |
Definition at line 19 of file adodb-firebird.inc.php.
ADODB_firebird::$dialect = 3 |
Definition at line 20 of file adodb-firebird.inc.php.
Referenced by ServerInfo().
ADODB_firebird::$sysTimeStamp = "CURRENT_TIMESTAMP" |
Definition at line 22 of file adodb-firebird.inc.php.