Esempio n. 1
0
 /**
  * Checks whether the specified table already exists in the database.
  * Not part of the Object Database interface!
  *
  * @deprecated Use RedBean_QueryWriter_AQueryWriter::typeExists() instead.
  *
  * @param string $table table name
  *
  * @return boolean
  */
 public function tableExists($table)
 {
     return $this->writer->tableExists($table);
 }