Exemple #1
0
 public function truncate($table, array $options = array())
 {
     return $this->connection->truncate($table, $options);
 }