Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403] [Versions 400 and 403]
Data Dictionary for Firebird.
Copyright: | 2000-2013 John Lim |
Copyright: | 2014 Damien Regad, Mark Newnham and the ADOdb community |
License: | BSD-3-Clause |
License: | LGPL-2.1-or-later |
File Size: | 283 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ADODB2_firebird:: (8 methods):
actualType()
nameQuote()
createDatabase()
_dropAutoIncrement()
_createSuffix()
createTableSQL()
_triggers()
alterColumnSQL()
Class: ADODB2_firebird - X-Ref
actualType($meta) X-Ref |
No description |
nameQuote($name = null, $allowBrackets = false) X-Ref |
No description |
createDatabase($dbname, $options = false) X-Ref |
No description |
_dropAutoIncrement($tabname) X-Ref |
No description |
_createSuffix($fname, &$ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint, $funsigned) X-Ref |
No description |
createTableSQL($tabname, $flds, $tableoptions = array() X-Ref |
Generate the SQL to create table. Returns an array of sql strings. |
_triggers($tabname, $taboptions) X-Ref |
No description |
alterColumnSQL($tabname, $flds, $tableflds = '', $tableoptions = '') X-Ref |
Change the definition of one column param: string $tabname table-name param: string $flds column-name and type for the changed column param: string $tableflds Unused param: array|string $tableoptions Unused return: array with SQL strings |