Ejemplo n.º 1
0
Archivo: Table.php Proyecto: xolf/io-db
 /**
  * Flushes a table
  *
  * @throws Exception
  */
 public function flush()
 {
     $this->dir->flush();
 }