Lines Matching +defs:operators +defs:table
1039 $table = $_POST['single_table']; variable
1042 $table = basename($_FILES["file"]["name"],".csv"); variable
1051 $table = $table.$i; variable
2523 …$operators = array('=', '>', '>=', '<', '<=', "= ''", "!= ''", '!=', 'LIKE', 'LIKE%','NOT LIKE', '… variable
4654 public function getTypeOfTable($table)
4660 public function getTableInfo($table)
4983 public function alterTable($table, $alterdefs)
5435 public function hasPrimaryKey($table)
5452 public function getPrimaryKey($table)
5478 public function wherePK($table, $pk)
5496 public function numRows($table, $dontTakeLong = false)
5659 …public function import_csv($filename, $table, $field_terminate, $field_enclosed, $field_escaped, $…