ADODB2_firebird Class Reference

Inheritance diagram for ADODB2_firebird:

Inheritance graph
[legend]
Collaboration diagram for ADODB2_firebird:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

V4.93 10 Oct 2006 (c) 2000-2006 John Lim (jlim.natsoft.com.my). 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.


Member Function Documentation

ADODB2_firebird.ActualType ( meta  ) 

Reimplemented from ADODB_DataDict.

Definition at line 20 of file datadict-firebird.inc.php.

ADODB2_firebird.NameQuote ( name = NULL  ) 

Definition at line 49 of file datadict-firebird.inc.php.

ADODB2_firebird.CreateDatabase ( dbname,
options = false 
)

Reimplemented from ADODB_DataDict.

Definition at line 76 of file datadict-firebird.inc.php.

References $options, $sql, and ADODB_DataDict._Options().

Here is the call graph for this function:

ADODB2_firebird._DropAutoIncrement ( t  ) 

Reimplemented from ADODB_DataDict.

Definition at line 86 of file datadict-firebird.inc.php.

References $t.

ADODB2_firebird._CreateSuffix ( fname,
ftype,
fnotnull,
fdefault,
fautoinc,
fconstraint,
funsigned 
)

Definition at line 96 of file datadict-firebird.inc.php.

ADODB2_firebird._Triggers ( tabname,
tableoptions 
)

Reimplemented from ADODB_DataDict.

Definition at line 117 of file datadict-firebird.inc.php.

References $seqField, $sql, and $t.


Member Data Documentation

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.

ADODB2_firebird.$blobSize = 40000

Reimplemented from ADODB_DataDict.

Definition at line 18 of file datadict-firebird.inc.php.


The documentation for this class was generated from the following file:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen