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