Uses of Interface
org.sqlproc.engine.impl.SqlMetaLogOperand
-
Packages that use SqlMetaLogOperand Package Description org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlMetaLogOperand in org.sqlproc.engine.impl
Classes in org.sqlproc.engine.impl that implement SqlMetaLogOperand Modifier and Type Class Description (package private) class
SqlMetaConst
A META SQL sub-element.(package private) class
SqlMetaIdent
A META SQL sub-element.(package private) class
SqlMetaLogExpr
A META SQL sub-element.(package private) class
SqlMetaLogOperator
A META SQL sub-element.(package private) class
SqlMetaOperator
A META SQL sub-element.Fields in org.sqlproc.engine.impl with type parameters of type SqlMetaLogOperand Modifier and Type Field Description (package private) List<SqlMetaLogOperand>
SqlMetaLogExpr. elements
The list of sub-elements based on ANTLR grammar.Methods in org.sqlproc.engine.impl with parameters of type SqlMetaLogOperand Modifier and Type Method Description (package private) void
SqlMetaLogExpr. addElement(SqlMetaLogOperand element)
Adds a new sub-element.
-