Home
last modified time | relevance | path

Searched refs:orderByDef (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/grammar/
H A DPageSql.g4235 orderBys: ORDER (RANDOM|BY orderByDef (COMMA orderByDef)*) ;
237 orderByDef: SqlName (ASC | DESC)? ;
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp160 orderByDef
H A DPageSqlParser.php53 'tables', 'limit', 'orderBys', 'orderByDef', 'pageSql'
1019 $this->orderByDef();
1028 $this->orderByDef();
1052 public function orderByDef() : Context\OrderByDefContext
1972 public function orderByDef(?int $index = null)
1001 public function orderByDef() : Context\OrderByDefContext global() function in ComboStrap\\PageSqlParser\\PageSqlParser
1884 public function orderByDef(?int $index = null) global() function in ComboStrap\\PageSqlParser\\Context\\OrderBysContext