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) classSqlMetaConstA META SQL sub-element.(package private) classSqlMetaIdentA META SQL sub-element.(package private) classSqlMetaLogExprA META SQL sub-element.(package private) classSqlMetaLogOperatorA META SQL sub-element.(package private) classSqlMetaOperatorA 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. elementsThe 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) voidSqlMetaLogExpr. addElement(SqlMetaLogOperand element)Adds a new sub-element.
-