ADODB2_sybase Class Reference

Inheritance diagram for ADODB2_sybase:

Inheritance graph
[legend]
Collaboration diagram for ADODB2_sybase:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 MetaType ($t, $len=-1, $fieldobj=false)
 ActualType ($meta)
 AddColumnSQL ($tabname, $flds)
 AlterColumnSQL ($tabname, $flds)
 DropColumnSQL ($tabname, $flds)
 _CreateSuffix ($fname, $ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint)
 _IndexSQL ($idxname, $tabname, $flds, $idxoptions)

Public Attributes

 $databaseType = 'sybase'
 $dropIndex = 'DROP INDEX %2$s.%1$s'


Detailed Description

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


Member Function Documentation

ADODB2_sybase.MetaType ( t,
len = -1,
fieldobj = false 
)

Reimplemented from ADODB_DataDict.

Definition at line 21 of file datadict-sybase.inc.php.

References $t.

ADODB2_sybase.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 45 of file datadict-sybase.inc.php.

ADODB2_sybase.AddColumnSQL ( tabname,
flds 
)

Reimplemented from ADODB_DataDict.

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

References $flds, $lines, $s, $sql, $v, ADODB_DataDict._GenFields(), and ADODB_DataDict.TableName().

Here is the call graph for this function:

ADODB2_sybase.AlterColumnSQL ( tabname,
flds 
)

Definition at line 89 of file datadict-sybase.inc.php.

References $flds, $lines, $sql, $v, ADODB_DataDict._GenFields(), and ADODB_DataDict.TableName().

Here is the call graph for this function:

ADODB2_sybase.DropColumnSQL ( tabname,
flds 
)

Definition at line 101 of file datadict-sybase.inc.php.

References $flds, $s, $sql, $v, and ADODB_DataDict.TableName().

Here is the call graph for this function:

ADODB2_sybase._CreateSuffix ( fname,
ftype,
fnotnull,
fdefault,
fautoinc,
fconstraint 
)

Reimplemented from ADODB_DataDict.

Definition at line 116 of file datadict-sybase.inc.php.

ADODB2_sybase._IndexSQL ( idxname,
tabname,
flds,
idxoptions 
)

Reimplemented from ADODB_DataDict.

Definition at line 199 of file datadict-sybase.inc.php.

References $flds, $s, and $sql.


Member Data Documentation

ADODB2_sybase.$databaseType = 'sybase'

Definition at line 17 of file datadict-sybase.inc.php.

ADODB2_sybase.$dropIndex = 'DROP INDEX %2$s.%1$s'

Reimplemented from ADODB_DataDict.

Definition at line 19 of file datadict-sybase.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