Uses of Class
org.sqlproc.engine.impl.SqlMetaIfItem
-
Packages that use SqlMetaIfItem Package Description org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlMetaIfItem in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl with type parameters of type SqlMetaIfItem Modifier and Type Field Description (package private) List<SqlMetaIfItem>SqlMetaAndOr. elementsThe list of sub-elements based on ANTLR grammar.(package private) List<SqlMetaIfItem>SqlMetaIf. elementsThe list of maximum 2 sub-elements based on ANTLR grammar.(package private) List<SqlMetaIfItem>SqlMetaSqlFragment. elementsThe list of sub-elements based on ANTLR grammar.Methods in org.sqlproc.engine.impl that return SqlMetaIfItem Modifier and Type Method Description SqlMetaIfItemSqlProcessorParser. ifSql(SqlMetaIfItem metaIfItemIn)(package private) SqlMetaIfItemSqlProcessorLazyParser. newSqlMetaIfItem()(package private) SqlMetaIfItemSqlProcessorParser. newSqlMetaIfItem()Methods in org.sqlproc.engine.impl with parameters of type SqlMetaIfItem Modifier and Type Method Description (package private) voidSqlMetaAndOr. addElement(SqlMetaIfItem element)Adds a new sub-element.(package private) voidSqlMetaIf. addElement(SqlMetaIfItem element)Adds a new sub-element.(package private) voidSqlMetaSqlFragment. addElement(SqlMetaIfItem element)Adds a new sub-element.voidSqlProcessorParser. ifMetaSql(SqlMetaIfItem metaIfItem)SqlMetaIfItemSqlProcessorParser. ifSql(SqlMetaIfItem metaIfItemIn)voidSqlProcessorParser. ifSqlFragment(SqlMetaIfItem metaIfItem)
-