

Fonctions membres publiques | |
| ADODB_DB2 () | |
| IfNull ($field, $ifNull) | |
| ServerInfo () | |
| _insertid () | |
| RowLock ($tables, $where, $flds='1 as ignore') | |
| & | MetaTables ($ttype=false, $showSchema=false, $qtable="%", $qschema="%") |
| & | MetaIndexes ($table, $primary=FALSE, $owner=false) |
| SQLDate ($fmt, $col=false) | |
| & | SelectLimit ($sql, $nrows=-1, $offset=-1, $inputArr=false) |
Attributs publics | |
| $databaseType = "db2" | |
| $concat_operator = '||' | |
| maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro | |
| $sysTime = 'CURRENT TIME' | |
| $sysDate = 'CURRENT DATE' | |
| Use 'true' to store the item compressed (uses zlib). | |
| $sysTimeStamp = 'CURRENT TIMESTAMP' | |
| name of function that returns the current date | |
| $fmtTimeStamp = "'Y-m-d-H.i.s'" | |
| used by DBDate() as the default date format used by the database | |
| $ansiOuter = true | |
| operator to use for right outer join in WHERE clause | |
| $identitySQL = 'values IDENTITY_VAL_LOCAL()' | |
| $_bindInputArray = true | |
| A boolean variable to state whether its a persistent connection or normal connection. */. | |
| $hasInsertID = true | |
| $rsPrefix = 'ADORecordset_odbc_' | |
| ADODB_ODBC_DB2::ADODB_DB2 | ( | ) |
| ADODB_ODBC_DB2::IfNull | ( | $ | field, | |
| $ | ifNull | |||
| ) |
Réimplémentée à partir de ADOConnection.
| ADODB_ODBC_DB2::ServerInfo | ( | ) |
Get server version info...
Réimplémentée à partir de ADODB_odbc.
| ADODB_ODBC_DB2::_insertid | ( | ) |
| ADODB_ODBC_DB2::RowLock | ( | $ | tables, | |
| $ | where, | |||
| $ | flds = '1 as ignore' | |||
| ) |
| & ADODB_ODBC_DB2::MetaTables | ( | $ | ttype = false, |
|
| $ | showSchema = false, |
|||
| $ | qtable = "%", |
|||
| $ | qschema = "%" | |||
| ) |
| & ADODB_ODBC_DB2::MetaIndexes | ( | $ | table, | |
| $ | primary = FALSE, |
|||
| $ | owner = false | |||
| ) |
List indexes on a table as an array.
| table | table name to query | |
| primary | true to only show primary keys. Not actually used for most databases |
Réimplémentée à partir de ADOConnection.
| ADODB_ODBC_DB2::SQLDate | ( | $ | fmt, | |
| $ | col = false | |||
| ) |
Réimplémentée à partir de ADOConnection.
| & ADODB_ODBC_DB2::SelectLimit | ( | $ | sql, | |
| $ | nrows = -1, |
|||
| $ | offset = -1, |
|||
| $ | inputArr = false | |||
| ) |
| ADODB_ODBC_DB2::$databaseType = "db2" |
Réimplémentée à partir de ADODB_odbc.
| ADODB_ODBC_DB2::$concat_operator = '||' |
maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro
Réimplémentée à partir de ADOConnection.
| ADODB_ODBC_DB2::$sysTime = 'CURRENT TIME' |
| ADODB_ODBC_DB2::$sysDate = 'CURRENT DATE' |
| ADODB_ODBC_DB2::$sysTimeStamp = 'CURRENT TIMESTAMP' |
| ADODB_ODBC_DB2::$fmtTimeStamp = "'Y-m-d-H.i.s'" |
used by DBDate() as the default date format used by the database
Réimplémentée à partir de ADODB_odbc.
| ADODB_ODBC_DB2::$ansiOuter = true |
| ADODB_ODBC_DB2::$identitySQL = 'values IDENTITY_VAL_LOCAL()' |
| ADODB_ODBC_DB2::$_bindInputArray = true |
A boolean variable to state whether its a persistent connection or normal connection. */.
Réimplémentée à partir de ADODB_odbc.
| ADODB_ODBC_DB2::$hasInsertID = true |
Réimplémentée à partir de ADOConnection.
| ADODB_ODBC_DB2::$rsPrefix = 'ADORecordset_odbc_' |
Réimplémentée à partir de ADOConnection.
1.5.3