Public Member Functions | |
__construct (DBTable $table) | |
toDialectString (Dialect $dialect) | |
Private Attributes | |
$table = null |
Definition at line 16 of file CreateTableQuery.class.php.
CreateTableQuery::__construct | ( | DBTable $ | table | ) |
Definition at line 20 of file CreateTableQuery.class.php.
CreateTableQuery::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 25 of file CreateTableQuery.class.php.
References $out, and Dialect::quoteField().
CreateTableQuery::$table = null [private] |
Definition at line 18 of file CreateTableQuery.class.php.