Home
last modified time | relevance | path

Searched refs:tableNames (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp148 tableNames
H A DPageSqlParser.php355 public function tableNames() : Context\TableNamesContext function in ComboStrap\\PageSqlParser\\PageSqlParser
955 $this->tableNames();
1885 public function tableNames() : ?TableNamesContext function in ComboStrap\\PageSqlParser\\Context\\TablesContext
/plugin/combo/grammar/
H A DPageSql.g483 tableNames: PAGES | BACKLINKS | DESCENDANTS;
226 tables: FROM tableNames;
/plugin/database/
Ddatabase.php163 var $tableNames= array(); // the names of the tables variable in Environment
236 $this->tableNames[$counter] = substr($file,3);
254 $ret .= $id."-".$this->tableNames[$p_id]."/";
300 foreach ($environment->tableNames as $tableName) {
378 for ($ptr =1;$ptr <=count($environment->tableNames);$ptr++) {
926 if (abs($this->id)>count($environment->tableNames)) {
931 $this->name = $environment->tableNames[abs($p_id)];
978 if (in_array($tableName,$environment->tableNames ,true))
981 $tableId = count($environment->tableNames)+1;