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)
 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.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._CreateSuffix ( fname,
&$  ftype,
fnotnull,
fdefault,
fautoinc,
fconstraint 
)

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

References debug, and ADOConnection.outp().

Here is the call graph for this function:

ADODB2_access.CreateDatabase ( dbname,
options = false 
)

Reimplemented from ADODB_DataDict.

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

ADODB2_access.SetSchema ( schema  ) 

Reimplemented from ADODB_DataDict.

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

ADODB2_access.AlterColumnSQL ( tabname,
flds 
)

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

References debug, and ADOConnection.outp().

Here is the call graph for this function:

ADODB2_access.DropColumnSQL ( tabname,
flds 
)

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

References debug, and ADOConnection.outp().

Here is the call graph for this function:


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:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen