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 15 of file TruncateQuery.class.php.
TruncateQuery::__construct | ( | $ | whom = null |
) |
Definition at line 19 of file TruncateQuery.class.php.
TruncateQuery::dumpTargets | ( | Dialect $ | dialect, | |
$ | prepend = null , |
|||
$ | append = null | |||
) | [private] |
Definition at line 69 of file TruncateQuery.class.php.
References Assert::isUnreachable(), and Dialect::quoteTable().
Referenced by toDialectString().
TruncateQuery::getId | ( | ) |
Reimplemented from QueryIdentification.
Definition at line 29 of file TruncateQuery.class.php.
TruncateQuery::table | ( | $ | table | ) |
Definition at line 37 of file TruncateQuery.class.php.
TruncateQuery::toDialectString | ( | Dialect $ | dialect | ) |
Definition at line 47 of file TruncateQuery.class.php.
References dumpTargets(), Dialect::hasMultipleTruncate(), Dialect::hasTruncate(), and Assert::isTrue().
TruncateQuery::$targets = array() [private] |
Definition at line 17 of file TruncateQuery.class.php.