Lines Matching refs:Context

295 		public function functionNames() : Context\FunctionNamesContext
297 $localContext = new Context\FunctionNamesContext($this->ctx, $this->getState());
331 public function constantNames() : Context\ConstantNamesContext
333 $localContext = new Context\ConstantNamesContext($this->ctx, $this->getState());
355 public function tableNames() : Context\TableNamesContext
357 $localContext = new Context\TableNamesContext($this->ctx, $this->getState());
391 public function sqlNames() : Context\SqlNamesContext
393 $localContext = new Context\SqlNamesContext($this->ctx, $this->getState());
427 public function column() : Context\ColumnContext
429 $localContext = new Context\ColumnContext($this->ctx, $this->getState());
487 public function pattern() : Context\PatternContext
489 $localContext = new Context\PatternContext($this->ctx, $this->getState());
523 public function expression() : Context\ExpressionContext
525 $localContext = new Context\ExpressionContext($this->ctx, $this->getState());
623 public function predicate() : Context\PredicateContext
625 $localContext = new Context\PredicateContext($this->ctx, $this->getState());
771 public function columns() : Context\ColumnsContext
773 $localContext = new Context\ColumnsContext($this->ctx, $this->getState());
808 public function predicateGroup() : Context\PredicateGroupContext
810 $localContext = new Context\PredicateGroupContext($this->ctx, $this->getState());
861 public function predicates() : Context\PredicatesContext
863 $localContext = new Context\PredicatesContext($this->ctx, $this->getState());
944 public function tables() : Context\TablesContext
946 $localContext = new Context\TablesContext($this->ctx, $this->getState());
970 public function limit() : Context\LimitContext
972 $localContext = new Context\LimitContext($this->ctx, $this->getState());
996 public function orderBys() : Context\OrderBysContext
998 $localContext = new Context\OrderBysContext($this->ctx, $this->getState());
1052 public function orderByDef() : Context\OrderByDefContext
1054 $localContext = new Context\OrderByDefContext($this->ctx, $this->getState());
1096 public function pageSql() : Context\PageSqlContext
1098 $localContext = new Context\PageSqlContext($this->ctx, $this->getState());
1184 namespace ComboStrap\PageSqlParser\Context {