/** * Escapes a table name for a query. * * @param string string to escape * @return string */ public function escapeTable($table) { return $this->_driver->escapeTable($table); }