public TruncateQuery::__toString()
includes/database/query.inc, line 861
<?php public function __toString() { return 'TRUNCATE {' . $this->connection->escapeTable($this->table) . '} '; } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen