TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
IfNull ( $field, $ifNull) | |
![]() | |
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 = "informix" | |
$hasTop = 'FIRST' | |
$ansiOuter = true | |
![]() | |
$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 21 of file adodb-informix.inc.php.
ADODB_informix::IfNull | ( | $field, | |
$ifNull | |||
) |
Definition at line 26 of file adodb-informix.inc.php.
ADODB_informix::$ansiOuter = true |
Definition at line 24 of file adodb-informix.inc.php.
ADODB_informix::$databaseType = "informix" |
Definition at line 22 of file adodb-informix.inc.php.
ADODB_informix::$hasTop = 'FIRST' |
Definition at line 23 of file adodb-informix.inc.php.