Package org.sqlproc.engine.impl
Class SqlProcessorParser.meta_scope
- java.lang.Object
-
- org.sqlproc.engine.impl.SqlProcessorParser.meta_scope
-
- Enclosing class:
- SqlProcessorParser
protected static class SqlProcessorParser.meta_scope extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
hasOutputMapping
(package private) boolean
skip
(package private) StringBuilder
text
(package private) SqlTypeFactory
typeFactory
-
Constructor Summary
Constructors Modifier Constructor Description protected
meta_scope()
-
-
-
Field Detail
-
text
StringBuilder text
-
hasOutputMapping
boolean hasOutputMapping
-
typeFactory
SqlTypeFactory typeFactory
-
skip
boolean skip
-
-