Uses of Class
org.sqlproc.engine.impl.SqlMetaOperator
-
Packages that use SqlMetaOperator Package Description org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlMetaOperator in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlMetaOperator Modifier and Type Field Description (package private) SqlMetaOperator
SqlProcessorLazyParser. lastOperator
(package private) SqlMetaOperator
SqlProcessorParser. lastOperator
Methods in org.sqlproc.engine.impl that return SqlMetaOperator Modifier and Type Method Description SqlMetaOperator
SqlProcessorParser. constantOperator()
SqlMetaOperator
SqlProcessorParser. identifierOperator()
(package private) SqlMetaOperator
SqlProcessorLazyParser. newConstOperator(org.antlr.runtime.Token cnst)
(package private) SqlMetaOperator
SqlProcessorParser. newConstOperator(org.antlr.runtime.Token cnst)
(package private) SqlMetaOperator
SqlProcessorLazyParser. newIdentOperator(org.antlr.runtime.Token ident)
(package private) SqlMetaOperator
SqlProcessorParser. newIdentOperator(org.antlr.runtime.Token ident)
(package private) static SqlMetaOperator
ParserUtils. newOperator(boolean dynamicInputValue, String name)
Methods in org.sqlproc.engine.impl with parameters of type SqlMetaOperator Modifier and Type Method Description (package private) static void
ParserUtils. addConstant(Object target, SqlMetaConst cnst, StringBuilder text, SqlMetaOperator lastOperator)
(package private) static void
ParserUtils. addIdent(Object target, SqlMetaIdent ident, StringBuilder text, SqlMetaOperator lastOperator)
(package private) static void
ParserUtils. addOperator(Object target, SqlMetaOperator metaOper, StringBuilder text)
(package private) void
SqlProcessorLazyParser. addOperator(Object target, SqlMetaOperator metaOper, StringBuilder text)
(package private) void
SqlProcessorParser. addOperator(Object target, SqlMetaOperator metaOper, StringBuilder text)
-