Inheritance diagram for ADODB_DB2:

Public Member Functions | |
| 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) |
Public Attributes | |
| $databaseType = "db2" | |
| $concat_operator = '||' | |
| maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro | |
| $sysDate = 'CURRENT_DATE' | |
| cache for 1 hour | |
| $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 | |
Definition at line 94 of file adodb-odbc_db2.inc.php.
|
|
Definition at line 107 of file adodb-odbc_db2.inc.php. |
|
|
Definition at line 126 of file adodb-odbc_db2.inc.php. |
|
||||||||||||
|
Reimplemented from ADOConnection. Definition at line 113 of file adodb-odbc_db2.inc.php. |
|
||||||||||||||||
|
List indexes on a table as an array.
Reimplemented from ADOConnection. Definition at line 181 of file adodb-odbc_db2.inc.php. |
|
||||||||||||||||||||
|
Definition at line 137 of file adodb-odbc_db2.inc.php. |
|
||||||||||||||||
|
Definition at line 131 of file adodb-odbc_db2.inc.php. |
|
||||||||||||||||||||
|
Definition at line 275 of file adodb-odbc_db2.inc.php. |
|
|
Get server version info...
Reimplemented from ADODB_odbc. Definition at line 118 of file adodb-odbc_db2.inc.php. |
|
||||||||||||
|
Reimplemented from ADOConnection. Definition at line 221 of file adodb-odbc_db2.inc.php. |
|
|
A boolean variable to state whether its a persistent connection or normal connection. */.
Reimplemented from ADODB_odbc. Definition at line 104 of file adodb-odbc_db2.inc.php. |
|
|
operator to use for right outer join in WHERE clause
Reimplemented from ADOConnection. Definition at line 102 of file adodb-odbc_db2.inc.php. |
|
|
maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro
Reimplemented from ADOConnection. Definition at line 96 of file adodb-odbc_db2.inc.php. |
|
|
Reimplemented from ADODB_odbc. Definition at line 95 of file adodb-odbc_db2.inc.php. |
|
|
used by DBDate() as the default date format used by the database
Reimplemented from ADODB_odbc. Definition at line 101 of file adodb-odbc_db2.inc.php. |
|
|
Reimplemented from ADOConnection. Definition at line 105 of file adodb-odbc_db2.inc.php. |
|
|
Definition at line 103 of file adodb-odbc_db2.inc.php. |
|
|
cache for 1 hour
Reimplemented from ADOConnection. Definition at line 97 of file adodb-odbc_db2.inc.php. |
|
|
name of function that returns the current date
Reimplemented from ADOConnection. Definition at line 98 of file adodb-odbc_db2.inc.php. |
1.4.6