Documentation TYPO3 par Ameos |
Public Member Functions | |
MetaType ($t, $len=-1, $fieldobj=false) | |
ActualType ($meta) | |
_CreateSuffix ($fname, $ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint, $funsigned) | |
_IndexSQL ($idxname, $tabname, $flds, $idxoptions) | |
Public Attributes | |
$databaseType = 'mysql' | |
$alterCol = ' MODIFY COLUMN' | |
$alterTableAddIndex = true | |
$dropTable = 'DROP TABLE IF EXISTS %s' | |
$dropIndex = 'DROP INDEX %s ON %s' | |
$renameColumn = 'ALTER TABLE %s CHANGE COLUMN %s %s %s' |
Definition at line 16 of file datadict-mysql.inc.php.