TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
ActualType ($meta) | |
_CreateSuffix ($fname, &$ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint, $funsigned) | |
CreateDatabase ($dbname, $options=false) | |
SetSchema ($schema) | |
AlterColumnSQL ($tabname, $flds) | |
DropColumnSQL ($tabname, $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 = 'access' | |
$seqField = false | |
![]() | |
$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 16 of file datadict-access.inc.php.
ADODB2_access::_CreateSuffix | ( | $fname, | |
& | $ftype, | ||
$fnotnull, | |||
$fdefault, | |||
$fautoinc, | |||
$fconstraint, | |||
$funsigned | |||
) |
Definition at line 53 of file datadict-access.inc.php.
References debug().
ADODB2_access::ActualType | ( | $meta | ) |
Definition at line 22 of file datadict-access.inc.php.
ADODB2_access::AlterColumnSQL | ( | $tabname, | |
$flds | |||
) |
Definition at line 80 of file datadict-access.inc.php.
References debug().
ADODB2_access::CreateDatabase | ( | $dbname, | |
$options = false |
|||
) |
Definition at line 70 of file datadict-access.inc.php.
ADODB2_access::DropColumnSQL | ( | $tabname, | |
$flds | |||
) |
Definition at line 87 of file datadict-access.inc.php.
References debug().
ADODB2_access::SetSchema | ( | $schema | ) |
Definition at line 76 of file datadict-access.inc.php.
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.