Public Member Functions | |
__construct ($whom=null) | |
getId () | |
table ($table) | |
| |
toDialectString (Dialect $dialect) | |
Private Member Functions | |
dumpTargets (Dialect $dialect, $prepend=null, $append=null) | |
Private Attributes | |
$targets = array() |
Definition at line 16 of file TruncateQuery.class.php.
TruncateQuery::__construct | ( | $ | whom = null |
) |
Definition at line 20 of file TruncateQuery.class.php.
TruncateQuery::getId | ( | ) |
TruncateQuery::table | ( | $ | table | ) |
TruncateQuery::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 48 of file TruncateQuery.class.php.
References dumpTargets(), and Assert::isTrue().
Referenced by dumpTargets().
TruncateQuery::dumpTargets | ( | Dialect $ | dialect, | |
$ | prepend = null , |
|||
$ | append = null | |||
) | [private] |
Definition at line 70 of file TruncateQuery.class.php.
References Dialect::quoteTable(), and toDialectString().
Referenced by toDialectString().
TruncateQuery::$targets = array() [private] |
Definition at line 18 of file TruncateQuery.class.php.