Public Member Functions | Public Attributes

ADODB2_access Class Reference

Inheritance diagram for ADODB2_access:
Inheritance graph
[legend]
Collaboration diagram for ADODB2_access:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ActualType ($meta)
 _CreateSuffix ($fname, &$ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint, $funsigned)
 CreateDatabase ($dbname, $options=false)
 SetSchema ($schema)
 AlterColumnSQL ($tabname, $flds)
 DropColumnSQL ($tabname, $flds)

Public Attributes

 $databaseType = 'access'
 $seqField = false

Detailed Description

Definition at line 16 of file datadict-access.inc.php.


Member Function Documentation

ADODB2_access::_CreateSuffix ( fname,
&$  ftype,
fnotnull,
fdefault,
fautoinc,
fconstraint,
funsigned 
)

Reimplemented from ADODB_DataDict.

Definition at line 53 of file datadict-access.inc.php.

References debug().

Here is the call graph for this function:

ADODB2_access::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 22 of file datadict-access.inc.php.

ADODB2_access::AlterColumnSQL ( tabname,
flds 
)

Definition at line 80 of file datadict-access.inc.php.

References debug().

Here is the call graph for this function:

ADODB2_access::CreateDatabase ( dbname,
options = false 
)

Reimplemented from ADODB_DataDict.

Definition at line 70 of file datadict-access.inc.php.

ADODB2_access::DropColumnSQL ( tabname,
flds 
)

Definition at line 87 of file datadict-access.inc.php.

References debug().

Here is the call graph for this function:

ADODB2_access::SetSchema ( schema  ) 

Reimplemented from ADODB_DataDict.

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


Member Data Documentation

ADODB2_access::$databaseType = 'access'

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

ADODB2_access::$seqField = false

Definition at line 19 of file datadict-access.inc.php.


The documentation for this class was generated from the following file: