Documentation TYPO3 par Ameos |
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::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 272 of file datadict-oci8.inc.php.
1.4.6