Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]
(no description)
File Size: | 330 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ADODB2_oci8:: (12 methods):
metaType()
ActualType()
CreateDatabase()
AddColumnSQL()
AlterColumnSQL()
DropColumnSQL()
_DropAutoIncrement()
_CreateSuffix()
_Triggers()
_IndexSQL()
GetCommentSQL()
SetCommentSQL()
Class: ADODB2_oci8 - X-Ref
metaType($t, $len=-1, $fieldobj=false) X-Ref |
Legacy compatibility for sequence names for emulated auto-increments. If set to true, creates sequences and triggers as TRIG_394545594 instead of TRIG_possibly_too_long_tablename |
ActualType($meta) X-Ref |
No description |
CreateDatabase($dbname, $options=false) X-Ref |
No description |
AddColumnSQL($tabname, $flds) X-Ref |
No description |
AlterColumnSQL($tabname, $flds, $tableflds='', $tableoptions='') X-Ref |
No description |
DropColumnSQL($tabname, $flds, $tableflds='', $tableoptions='') X-Ref |
No description |
_DropAutoIncrement($t) X-Ref |
No description |
_CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) X-Ref |
No description |
_Triggers($tabname,$tableoptions) X-Ref |
Creates an insert trigger to emulate an auto-increment column in a table param: string $tabname The name of the table param: string[] $tableoptions Optional configuration items return: string[] The SQL statements to create the trigger |
_IndexSQL($idxname, $tabname, $flds,$idxoptions) X-Ref |
No description |
GetCommentSQL($table,$col) X-Ref |
No description |
SetCommentSQL($table,$col,$cmt) X-Ref |
No description |