query($sql); } // -------------------------------------------------------------------------- /** * Create sql for batch insert * * @param string $table * @param array $data * @return string */ public function insert_batch($table, $data=array()) { // This is not very applicable to the firebird database return NULL; } } // End of odbc_driver.php