Class ADODB2_mysql

Description

Located in /adodb5/datadict/datadict-mysql.inc.php (line 16)

ADODB_DataDict
   |
   --ADODB2_mysql
Variable Summary
Method Summary
void ActualType ( $meta)
void MetaType ( $t, [ $len = -1], [ $fieldobj = false])
void _CreateSuffix ( $fname,  $ftype,  $fnotnull,  $fdefault,  $fautoinc,  $fconstraint,  $funsigned)
void _IndexSQL ( $idxname,  $tabname,  $flds,  $idxoptions)
Variables
mixed $alterCol = ' MODIFY COLUMN' (line 18)
mixed $alterTableAddIndex = true (line 19)
mixed $databaseType = 'mysql' (line 17)
mixed $dropIndex = 'DROP INDEX %s ON %s' (line 22)
mixed $dropTable = 'DROP TABLE IF EXISTS %s' (line 20)
mixed $renameColumn = 'ALTER TABLE %s CHANGE COLUMN %s %s %s' (line 23)
Methods
ActualType (line 79)
void ActualType ( $meta)
  • $meta
MetaType (line 25)
void MetaType ( $t, [ $len = -1], [ $fieldobj = false])
  • $t
  • $len
  • $fieldobj
_CreateSuffix (line 110)
void _CreateSuffix ( $fname,  $ftype,  $fnotnull,  $fdefault,  $fautoinc,  $fconstraint,  $funsigned)
  • $fname
  • $ftype
  • $fnotnull
  • $fdefault
  • $fautoinc
  • $fconstraint
  • $funsigned
_IndexSQL (line 142)
void _IndexSQL ( $idxname,  $tabname,  $flds,  $idxoptions)
  • $idxname
  • $tabname
  • $flds
  • $idxoptions

Documentation generated on Sun, 09 Mar 2008 23:51:31 -0300 by phpDocumentor 1.4.0

SourceForge.net Logo Support This Project