Home
last modified time | relevance | path

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

/plugin/combo/grammar/
H A DPageSql.g4219 predicateGroup: LPAREN predicate ((AND|OR) predicate)* RPAREN;
221 predicates: WHERE (predicate|predicateGroup) ((AND|OR) (predicate|predicateGroup))*;
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp154 predicateGroup
H A DPageSqlParser.php52 'predicate', 'columns', 'predicateGroup', 'predicates', 'tables', 'limit',
757 public function predicateGroup() : Context\PredicateGroupContext function in ComboStrap\\PageSqlParser\\PageSqlParser
832 $this->predicateGroup();
869 $this->predicateGroup();
1732 public function predicateGroup(?int $index = null) function in ComboStrap\\PageSqlParser\\Context\\PredicatesContext