"TYPO3 4.0.1: ADODB2_oci8 Class Reference", "datetime" => "Sat Dec 2 19:22:47 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
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.
|
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. |