TYPO3 CMS  TYPO3_7-6
ADODB_informix Class Reference
Inheritance diagram for ADODB_informix:
ADODB_informix72

Public Member Functions

 IfNull ( $field, $ifNull)
 
- Public Member Functions inherited from ADODB_informix72
 __construct ()
 
 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
 
- Public Attributes inherited from ADODB_informix72
 $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
 

Detailed Description

Definition at line 23 of file adodb-informix.inc.php.

Member Function Documentation

◆ IfNull()

ADODB_informix::IfNull (   $field,
  $ifNull 
)

Definition at line 28 of file adodb-informix.inc.php.

Member Data Documentation

◆ $ansiOuter

ADODB_informix::$ansiOuter = true

Definition at line 26 of file adodb-informix.inc.php.

◆ $databaseType

ADODB_informix::$databaseType = "informix"

Definition at line 24 of file adodb-informix.inc.php.

◆ $hasTop

ADODB_informix::$hasTop = 'FIRST'

Definition at line 25 of file adodb-informix.inc.php.