TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
ADODB_informix72 () | |
ServerInfo () | |
_insertid () | |
_affectedrows () | |
BeginTrans () | |
CommitTrans ($ok=true) | |
RollbackTrans () | |
RowLock ($tables, $where, $col='1 as adodbignore') | |
ErrorMsg () | |
ErrorNo () | |
MetaProcedures ($NamePattern=false, $catalog=null, $schemaPattern=null) | |
MetaColumns ($table, $normalize=true) | |
xMetaColumns ($table) | |
MetaForeignKeys ($table, $owner=false, $upper=false) | |
Eos. More... | |
UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') | |
BlobDecode ($blobid) | |
_connect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
_pconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
_query ($sql, $inputarr=false) | |
_close () | |
Public Attributes | |
$databaseType = "informix72" | |
$dataProvider = "informix" | |
$replaceQuote = "''" | |
$fmtDate = "'Y-m-d'" | |
$fmtTimeStamp = "'Y-m-d H:i:s'" | |
$hasInsertID = true | |
$hasAffectedRows = true | |
$substr = 'substr' | |
$metaTablesSQL ="select tabname,tabtype from systables where tabtype in ('T','V') and owner!='informix'" | |
$metaColumnsSQL | |
$metaPrimaryKeySQL | |
$concat_operator = '||' | |
$lastQuery = false | |
$has_insertid = true | |
$_autocommit = true | |
$_bindInputArray = true | |
$sysDate = 'TODAY' | |
$sysTimeStamp = 'CURRENT' | |
$cursorType = IFX_SCROLL | |
Definition at line 22 of file adodb-informix72.inc.php.
ADODB_informix72::_affectedrows | ( | ) |
Definition at line 90 of file adodb-informix72.inc.php.
ADODB_informix72::_close | ( | ) |
Definition at line 376 of file adodb-informix72.inc.php.
ADODB_informix72::_connect | ( | $argHostname, | |
$argUsername, | |||
$argPassword, | |||
$argDatabasename | |||
) |
Definition at line 297 of file adodb-informix72.inc.php.
ADODB_informix72::_insertid | ( | ) |
Definition at line 84 of file adodb-informix72.inc.php.
ADODB_informix72::_pconnect | ( | $argHostname, | |
$argUsername, | |||
$argPassword, | |||
$argDatabasename | |||
) |
Definition at line 311 of file adodb-informix72.inc.php.
ADODB_informix72::_query | ( | $sql, | |
$inputarr = false |
|||
) |
Definition at line 332 of file adodb-informix72.inc.php.
References $lastQuery, and $sql.
ADODB_informix72::ADODB_informix72 | ( | ) |
Definition at line 57 of file adodb-informix72.inc.php.
ADODB_informix72::BeginTrans | ( | ) |
Definition at line 98 of file adodb-informix72.inc.php.
Referenced by RowLock().
ADODB_informix72::BlobDecode | ( | $blobid | ) |
Definition at line 291 of file adodb-informix72.inc.php.
ADODB_informix72::CommitTrans | ( | $ok = true | ) |
Definition at line 107 of file adodb-informix72.inc.php.
References RollbackTrans().
ADODB_informix72::ErrorMsg | ( | ) |
Definition at line 135 of file adodb-informix72.inc.php.
ADODB_informix72::ErrorNo | ( | ) |
Definition at line 142 of file adodb-informix72.inc.php.
ADODB_informix72::MetaColumns | ( | $table, | |
$normalize = true |
|||
) |
eos
eos
eos
eos
eos
eos
Definition at line 195 of file adodb-informix72.inc.php.
References $rs, and ifx_props().
ADODB_informix72::MetaForeignKeys | ( | $table, | |
$owner = false , |
|||
$upper = false |
|||
) |
ADODB_informix72::MetaProcedures | ( | $NamePattern = false , |
|
$catalog = null , |
|||
$schemaPattern = null |
|||
) |
Definition at line 150 of file adodb-informix72.inc.php.
References $rs.
ADODB_informix72::RollbackTrans | ( | ) |
Definition at line 117 of file adodb-informix72.inc.php.
Referenced by CommitTrans().
ADODB_informix72::RowLock | ( | $tables, | |
$where, | |||
$col = '1 as adodbignore' |
|||
) |
Definition at line 126 of file adodb-informix72.inc.php.
References BeginTrans().
ADODB_informix72::ServerInfo | ( | ) |
Definition at line 72 of file adodb-informix72.inc.php.
ADODB_informix72::UpdateBlob | ( | $table, | |
$column, | |||
$val, | |||
$where, | |||
$blobtype = 'BLOB' |
|||
) |
Definition at line 284 of file adodb-informix72.inc.php.
ADODB_informix72::xMetaColumns | ( | $table | ) |
Definition at line 247 of file adodb-informix72.inc.php.
ADODB_informix72::$_autocommit = true |
Definition at line 51 of file adodb-informix72.inc.php.
ADODB_informix72::$_bindInputArray = true |
Definition at line 52 of file adodb-informix72.inc.php.
ADODB_informix72::$concat_operator = '||' |
Definition at line 46 of file adodb-informix72.inc.php.
ADODB_informix72::$cursorType = IFX_SCROLL |
Definition at line 55 of file adodb-informix72.inc.php.
ADODB_informix72::$databaseType = "informix72" |
Definition at line 23 of file adodb-informix72.inc.php.
ADODB_informix72::$dataProvider = "informix" |
Definition at line 24 of file adodb-informix72.inc.php.
ADODB_informix72::$fmtDate = "'Y-m-d'" |
Definition at line 26 of file adodb-informix72.inc.php.
ADODB_informix72::$fmtTimeStamp = "'Y-m-d H:i:s'" |
Definition at line 27 of file adodb-informix72.inc.php.
ADODB_informix72::$has_insertid = true |
Definition at line 49 of file adodb-informix72.inc.php.
ADODB_informix72::$hasAffectedRows = true |
Definition at line 29 of file adodb-informix72.inc.php.
ADODB_informix72::$hasInsertID = true |
Definition at line 28 of file adodb-informix72.inc.php.
ADODB_informix72::$lastQuery = false |
Definition at line 48 of file adodb-informix72.inc.php.
Referenced by _query().
ADODB_informix72::$metaColumnsSQL |
Definition at line 34 of file adodb-informix72.inc.php.
ADODB_informix72::$metaPrimaryKeySQL |
Definition at line 40 of file adodb-informix72.inc.php.
ADODB_informix72::$metaTablesSQL ="select tabname,tabtype from systables where tabtype in ('T','V') and owner!='informix'" |
Definition at line 31 of file adodb-informix72.inc.php.
ADODB_informix72::$replaceQuote = "''" |
Definition at line 25 of file adodb-informix72.inc.php.
ADODB_informix72::$substr = 'substr' |
Definition at line 30 of file adodb-informix72.inc.php.
ADODB_informix72::$sysDate = 'TODAY' |
Definition at line 53 of file adodb-informix72.inc.php.
ADODB_informix72::$sysTimeStamp = 'CURRENT' |
Definition at line 54 of file adodb-informix72.inc.php.