

Public Member Functions | |
| ActualType ($meta) | |
| _CreateSuffix ($fname, $ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint) | |
| AlterColumnSQL ($tabname, $flds) | |
| DropColumnSQL ($tabname, $flds) | |
| ChangeTableSQL ($tablename, $flds, $tableoptions=false) | |
Public Attributes | |
| $databaseType = 'db2' | |
| $seqField = false | |
Definition at line 15 of file datadict-db2.inc.php.
| ADODB2_db2::ActualType | ( | $ | meta | ) |
Returns the actual type given a character code.
C: varchar X: CLOB (character large object) or largest varchar size if CLOB is not supported C2: Multibyte varchar X2: Multibyte CLOB
B: BLOB (binary large object)
D: Date T: Date-time L: Integer field suitable for storing booleans (0 or 1) I: Integer F: Floating point number N: Numeric or decimal number
Reimplemented from ADODB_DataDict.
Definition at line 20 of file datadict-db2.inc.php.
| ADODB2_db2::ChangeTableSQL | ( | $ | tablename, | |
| $ | flds, | |||
| $ | tableoptions = false | |||
| ) |
"Florian Buzin [ easywe ]" <florian.buzin::easywe.de>
This function changes/adds new fields to your table. You don't have to know if the col is new or not. It will check on its own.
Reimplemented from ADODB_DataDict.
Definition at line 74 of file datadict-db2.inc.php.