TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
ActualType ($meta) | |
_CreateSuffix ($fname, $ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint, $funsigned) | |
AlterColumnSQL ($tabname, $flds, $tableflds='', $tableoptions='') | |
DropColumnSQL ($tabname, $flds, $tableflds='', $tableoptions='') | |
RenameColumnSQL ($tabname, $oldcolumn, $newcolumn, $flds='') | |
![]() | |
GetCommentSQL ($table, $col) | |
SetCommentSQL ($table, $col, $cmt) | |
MetaTables () | |
MetaColumns ($tab, $upper=true, $schema=false) | |
MetaPrimaryKeys ($tab, $owner=false, $intkey=false) | |
MetaIndexes ($table, $primary=false, $owner=false) | |
MetaType ($t, $len=-1, $fieldobj=false) | |
NameQuote ($name=NULL, $allowBrackets=false) | |
TableName ($name) | |
ExecuteSQLArray ($sql, $continueOnError=true) | |
ActualType ($meta) | |
CreateDatabase ($dbname, $options=false) | |
CreateIndexSQL ($idxname, $tabname, $flds, $idxoptions=false) | |
DropIndexSQL ($idxname, $tabname=NULL) | |
SetSchema ($schema) | |
AddColumnSQL ($tabname, $flds) | |
AlterColumnSQL ($tabname, $flds, $tableflds='', $tableoptions='') | |
RenameColumnSQL ($tabname, $oldcolumn, $newcolumn, $flds='') | |
DropColumnSQL ($tabname, $flds, $tableflds='', $tableoptions='') | |
DropTableSQL ($tabname) | |
RenameTableSQL ($tabname, $newname) | |
CreateTableSQL ($tabname, $flds, $tableoptions=array()) | |
_GenFields ($flds, $widespacing=false) | |
_GetSize ($ftype, $ty, $fsize, $fprec) | |
_CreateSuffix ($fname, &$ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint, $funsigned) | |
_IndexSQL ($idxname, $tabname, $flds, $idxoptions) | |
_DropAutoIncrement ($tabname) | |
_TableSQL ($tabname, $lines, $pkey, $tableoptions) | |
_Triggers ($tabname, $taboptions) | |
_Options ($opts) | |
_getSizePrec ($size) | |
ChangeTableSQL ($tablename, $flds, $tableoptions=false, $dropOldFlds=false) | |
Public Attributes | |
$databaseType = 'sqlite' | |
$seqField = false | |
$addCol =' ADD COLUMN' | |
$dropTable = 'DROP TABLE IF EXISTS %s' | |
$dropIndex = 'DROP INDEX IF EXISTS %s' | |
$renameTable = 'ALTER TABLE %s RENAME TO %s' | |
![]() | |
$connection | |
$debug = false | |
$dropTable = 'DROP TABLE %s' | |
$renameTable = 'RENAME TABLE %s TO %s' | |
$dropIndex = 'DROP INDEX %s' | |
$addCol = ' ADD' | |
$alterCol = ' ALTER COLUMN' | |
$dropCol = ' DROP COLUMN' | |
$renameColumn = 'ALTER TABLE %s RENAME COLUMN %s TO %s' | |
$nameRegex = '\w' | |
$nameRegexBrackets = 'a-zA-Z0-9_\(\)' | |
$schema = false | |
$serverInfo = array() | |
$autoIncrement = false | |
$dataProvider | |
$invalidResizeTypes4 = array('CLOB','BLOB','TEXT','DATE','TIME') | |
$blobSize = 100 | |
Definition at line 18 of file datadict-sqlite.inc.php.
ADODB2_sqlite::_CreateSuffix | ( | $fname, | |
$ftype, | |||
$fnotnull, | |||
$fdefault, | |||
$fautoinc, | |||
$fconstraint, | |||
$funsigned | |||
) |
Definition at line 59 of file datadict-sqlite.inc.php.
ADODB2_sqlite::ActualType | ( | $meta | ) |
Definition at line 28 of file datadict-sqlite.inc.php.
ADODB2_sqlite::AlterColumnSQL | ( | $tabname, | |
$flds, | |||
$tableflds = '' , |
|||
$tableoptions = '' |
|||
) |
Definition at line 70 of file datadict-sqlite.inc.php.
References debug().
ADODB2_sqlite::DropColumnSQL | ( | $tabname, | |
$flds, | |||
$tableflds = '' , |
|||
$tableoptions = '' |
|||
) |
Definition at line 76 of file datadict-sqlite.inc.php.
References debug().
ADODB2_sqlite::RenameColumnSQL | ( | $tabname, | |
$oldcolumn, | |||
$newcolumn, | |||
$flds = '' |
|||
) |
Definition at line 82 of file datadict-sqlite.inc.php.
References debug().
ADODB2_sqlite::$addCol =' ADD COLUMN' |
Definition at line 21 of file datadict-sqlite.inc.php.
ADODB2_sqlite::$databaseType = 'sqlite' |
Definition at line 19 of file datadict-sqlite.inc.php.
ADODB2_sqlite::$dropIndex = 'DROP INDEX IF EXISTS %s' |
Definition at line 23 of file datadict-sqlite.inc.php.
ADODB2_sqlite::$dropTable = 'DROP TABLE IF EXISTS %s' |
Definition at line 22 of file datadict-sqlite.inc.php.
ADODB2_sqlite::$renameTable = 'ALTER TABLE %s RENAME TO %s' |
Definition at line 24 of file datadict-sqlite.inc.php.
ADODB2_sqlite::$seqField = false |
Definition at line 20 of file datadict-sqlite.inc.php.