Public Member Functions | |
getId () | |
__construct ($name, $cascade=false) | |
toDialectString (Dialect $dialect) | |
Private Attributes | |
$name = null | |
$cascade = false |
Definition at line 16 of file DropTableQuery.class.php.
DropTableQuery::__construct | ( | $ | name, | |
$ | cascade = false | |||
) |
Definition at line 27 of file DropTableQuery.class.php.
DropTableQuery::getId | ( | ) |
Reimplemented from QueryIdentification.
Definition at line 22 of file DropTableQuery.class.php.
DropTableQuery::toDialectString | ( | Dialect $ | dialect | ) |
Definition at line 33 of file DropTableQuery.class.php.
DropTableQuery::$cascade = false [private] |
Definition at line 20 of file DropTableQuery.class.php.
Referenced by __construct().
DropTableQuery::$name = null [private] |
Definition at line 18 of file DropTableQuery.class.php.
Referenced by __construct().