Lines Matching refs:tableId
981 $tableId = count($environment->tableNames)+1;
982 $this->id=$tableId;
984 if ($tableId<10) $id='0'.$tableId;
985 else $id = $tableId;
2199 global $tableId;
2206 $auditTrail->add('action = '.$action.' table = '.$tableId.' record = '.$recordId);
2226 $tableId = substr($command,0,2);
2232 $tab=new Table($tableId);
2268 $tableId = - $tab->id;
2275 $auditTrail->add("action=".$action." tableId is ".$tableId."will be negative");
2276 $tableId = - $tableId;
2282 $tab=new Table ($tableId);
2306 $tab=new Table ($tableId);
2351 $tab=new Table ($tableId);
2374 $auditTrail->add("action=".$action." tableId is ".$tableId);
2375 $tab=new Table ($tableId);
2443 $auditTrail->add("Calling new Table with id = ".$tableId);
2444 $tab=new Table ($tableId);
2449 $tab=new Table ($tableId);
2462 $tab=new Table ($tableId);