Public Member Functions | |
__construct (DBTable $table) | |
toDialectString (Dialect $dialect) | |
Private Attributes | |
$table = null |
Definition at line 15 of file CreateTableQuery.class.php.
CreateTableQuery::__construct | ( | DBTable $ | table | ) |
Definition at line 19 of file CreateTableQuery.class.php.
CreateTableQuery::toDialectString | ( | Dialect $ | dialect | ) |
Definition at line 24 of file CreateTableQuery.class.php.
References Dialect::postAutoincrement(), Dialect::preAutoincrement(), and Dialect::quoteField().
CreateTableQuery::$table = null [private] |
Definition at line 17 of file CreateTableQuery.class.php.