

Public Member Functions | |
| ActualType ($meta) | |
| NameQuote ($name=NULL) | |
| CreateDatabase ($dbname, $options=false) | |
| _DropAutoIncrement ($t) | |
| _CreateSuffix ($fname, &$ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint, $funsigned) | |
| _Triggers ($tabname, $tableoptions) | |
Public Attributes | |
| $databaseType = 'firebird' | |
| $seqField = false | |
| $seqPrefix = 'gen_' | |
| $blobSize = 40000 | |
V5.11 5 May 2010 (c) 2000-2010 John Lim (jlim::natsoft.com). All rights reserved. Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, the BSD license will take precedence.
Set tabs to 4 for best viewing.
Definition at line 13 of file datadict-firebird.inc.php.
| ADODB2_firebird::_CreateSuffix | ( | $ | fname, | |
| &$ | ftype, | |||
| $ | fnotnull, | |||
| $ | fdefault, | |||
| $ | fautoinc, | |||
| $ | fconstraint, | |||
| $ | funsigned | |||
| ) |
Reimplemented from ADODB_DataDict.
Definition at line 97 of file datadict-firebird.inc.php.
| ADODB2_firebird::_DropAutoIncrement | ( | $ | t | ) |
Reimplemented from ADODB_DataDict.
Definition at line 87 of file datadict-firebird.inc.php.
| ADODB2_firebird::_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 118 of file datadict-firebird.inc.php.
| ADODB2_firebird::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 20 of file datadict-firebird.inc.php.
| ADODB2_firebird::CreateDatabase | ( | $ | dbname, | |
| $ | options = false | |||
| ) |
Reimplemented from ADODB_DataDict.
Definition at line 77 of file datadict-firebird.inc.php.
References $sql, and ADODB_DataDict::_Options().

| ADODB2_firebird::NameQuote | ( | $ | name = NULL |
) |
Definition at line 50 of file datadict-firebird.inc.php.
| ADODB2_firebird::$blobSize = 40000 |
Reimplemented from ADODB_DataDict.
Definition at line 18 of file datadict-firebird.inc.php.
| ADODB2_firebird::$databaseType = 'firebird' |
Definition at line 15 of file datadict-firebird.inc.php.
| ADODB2_firebird::$seqField = false |
Definition at line 16 of file datadict-firebird.inc.php.
Referenced by _Triggers().
| ADODB2_firebird::$seqPrefix = 'gen_' |
Definition at line 17 of file datadict-firebird.inc.php.
1.7.1