

Public Member Functions | |
| MetaType ($t, $len=-1) | |
| ActualType ($meta) | |
| CreateDatabase ($dbname, $options=false) | |
| AddColumnSQL ($tabname, $flds) | |
| AlterColumnSQL ($tabname, $flds) | |
| DropColumnSQL ($tabname, $flds) | |
| _DropAutoIncrement ($t) | |
| _CreateSuffix ($fname, &$ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint, $funsigned) | |
| _Triggers ($tabname, $tableoptions) | |
| _IndexSQL ($idxname, $tabname, $flds, $idxoptions) | |
| GetCommentSQL ($table, $col) | |
| in other words, we use a text area for editting. | |
| SetCommentSQL ($table, $col, $cmt) | |
Public Attributes | |
| $databaseType = 'oci8' | |
| $seqField = false | |
| $seqPrefix = 'SEQ_' | |
| $dropTable = "DROP TABLE %s CASCADE CONSTRAINTS" | |
| $trigPrefix = 'TRIG_' | |
| $alterCol = ' MODIFY ' | |
| $typeX = 'VARCHAR(4000)' | |
| $typeXL = 'CLOB' | |
Definition at line 16 of file datadict-oci8.inc.php.
| ADODB2_oci8::_CreateSuffix | ( | $ | fname, | |
| &$ | ftype, | |||
| $ | fnotnull, | |||
| $ | fdefault, | |||
| $ | fautoinc, | |||
| $ | fconstraint, | |||
| $ | funsigned | |||
| ) |
Reimplemented from ADODB_DataDict.
Definition at line 166 of file datadict-oci8.inc.php.
References debug().

| ADODB2_oci8::_DropAutoIncrement | ( | $ | t | ) |
Reimplemented from ADODB_DataDict.
Definition at line 156 of file datadict-oci8.inc.php.
| ADODB2_oci8::_IndexSQL | ( | $ | idxname, | |
| $ | tabname, | |||
| $ | flds, | |||
| $ | idxoptions | |||
| ) |
Reimplemented from ADODB_DataDict.
Definition at line 246 of file datadict-oci8.inc.php.
References $sql.
| ADODB2_oci8::_Triggers | ( | $ | tabname, | |
| $ | taboptions | |||
| ) |
GENERATE TRIGGERS IF NEEDED used when table has auto-incrementing field that is emulated using triggers
Reimplemented from ADODB_DataDict.
Definition at line 192 of file datadict-oci8.inc.php.
References $sql.
| ADODB2_oci8::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 74 of file datadict-oci8.inc.php.
| ADODB2_oci8::AddColumnSQL | ( | $ | tabname, | |
| $ | flds | |||
| ) |
Reimplemented from ADODB_DataDict.
Definition at line 117 of file datadict-oci8.inc.php.
References $sql, and ADODB_DataDict::_GenFields().

| ADODB2_oci8::AlterColumnSQL | ( | $ | tabname, | |
| $ | flds | |||
| ) |
Definition at line 131 of file datadict-oci8.inc.php.
References $sql, and ADODB_DataDict::_GenFields().

| ADODB2_oci8::CreateDatabase | ( | $ | dbname, | |
| $ | options = false | |||
| ) |
Reimplemented from ADODB_DataDict.
Definition at line 106 of file datadict-oci8.inc.php.
References $sql, and ADODB_DataDict::_Options().

| ADODB2_oci8::DropColumnSQL | ( | $ | tabname, | |
| $ | flds | |||
| ) |
Definition at line 144 of file datadict-oci8.inc.php.
References $sql, and ADODB_DataDict::NameQuote().

| ADODB2_oci8::GetCommentSQL | ( | $ | table, | |
| $ | col | |||
| ) |
in other words, we use a text area for editting.
any varchar/char field this size or greater is treated as a blob
Reimplemented from ADODB_DataDict.
Definition at line 284 of file datadict-oci8.inc.php.
| ADODB2_oci8::MetaType | ( | $ | t, | |
| $ | len = -1 | |||
| ) |
Definition at line 27 of file datadict-oci8.inc.php.
| ADODB2_oci8::SetCommentSQL | ( | $ | table, | |
| $ | col, | |||
| $ | cmt | |||
| ) |
Reimplemented from ADODB_DataDict.
Definition at line 291 of file datadict-oci8.inc.php.
| ADODB2_oci8::$alterCol = ' MODIFY ' |
Reimplemented from ADODB_DataDict.
Definition at line 23 of file datadict-oci8.inc.php.
| ADODB2_oci8::$databaseType = 'oci8' |
Definition at line 18 of file datadict-oci8.inc.php.
| ADODB2_oci8::$dropTable = "DROP TABLE %s CASCADE CONSTRAINTS" |
Reimplemented from ADODB_DataDict.
Definition at line 21 of file datadict-oci8.inc.php.
| ADODB2_oci8::$seqField = false |
Definition at line 19 of file datadict-oci8.inc.php.
| ADODB2_oci8::$seqPrefix = 'SEQ_' |
Definition at line 20 of file datadict-oci8.inc.php.
| ADODB2_oci8::$trigPrefix = 'TRIG_' |
Definition at line 22 of file datadict-oci8.inc.php.
| ADODB2_oci8::$typeX = 'VARCHAR(4000)' |
Definition at line 24 of file datadict-oci8.inc.php.
| ADODB2_oci8::$typeXL = 'CLOB' |
Definition at line 25 of file datadict-oci8.inc.php.
1.7.1