Uses of Package
org.sqlproc.engine.impl

Packages that use org.sqlproc.engine.impl
org.sqlproc.engine The public part of the SQL Processor implementation. 
org.sqlproc.engine.impl The private part of the SQL Processor implementation. 
org.sqlproc.engine.jdbc The adapters and proxies for the JDBC stack. 
 

Classes in org.sqlproc.engine.impl used by org.sqlproc.engine
ErrorMsg
          Every parser error is encapsulated into the instance of this class.
SqlMappingRule
          The precompiled mapping entity for one external META SQL mapping rule.
SqlMetaStatement
          Precompiled META SQL statement.
SqlMetaStatement.Type
          The SQL command type.
SqlProcessResult
          Holds the results of ANSI SQL query generation.
 

Classes in org.sqlproc.engine.impl used by org.sqlproc.engine.impl
ErrorMsg
          Every parser error is encapsulated into the instance of this class.
SqlInputValue
          The entity for a dynamic input value.
SqlInputValue.Case
          Enumeration for no/upper/lower case conversion.
SqlInputValue.Type
          Enumeration for the type of input value.
SqlMappingAttribute
          The mapping rule sub-element for one output attribute.
SqlMappingIdentity
          The identity related to one output attribute.
SqlMappingItem
          The mapping rule element for one output attribute, which is a mapping item.
SqlMappingParser.DFA3
           
SqlMappingResult
          Holds the results of an explicit and an implicit mapping rules merging.
SqlMappingRule
          The precompiled mapping entity for one external META SQL mapping rule.
SqlMetaAndOr.Type
          The enumeration of types.
SqlMetaConst
          A META SQL sub-element.
SqlMetaConstItem
          A META SQL sub-element.
SqlMetaConstItem.Type
          The enumeration of types of this sub-element.
SqlMetaElement
          The parents of all ANTLR grammar based elements for META SQL.
SqlMetaIdent
          A META SQL sub-element.
SqlMetaIdentItem
          A META SQL sub-element.
SqlMetaIdentItem.Type
          The enumeration of types of this sub-element.
SqlMetaIfItem
          A META SQL sub-element.
SqlMetaLogExpr
          A META SQL sub-element.
SqlMetaLogOperand
          The ancestor of META SQL sub-elements, which can be used in SqlMetaLogExpr.
SqlMetaLogOperator.Type
          The enumeration of the logical operator types.
SqlMetaOrd
          A META SQL sub-element.
SqlMetaSimple
          The ancestor of simple META SQL sub-elements.
SqlMetaSqlFragment.Type
          The enumeration of types.
SqlMetaStatement
          Precompiled META SQL statement.
SqlMetaStatement.Type
          The SQL command type.
SqlProcessContext
          The crate (design pattern) for all input parameters for the SqlMetaStatement.process(org.sqlproc.engine.impl.SqlMetaStatement.Type, Object, Object, List, Map, SqlTypeFactory) .
SqlProcessResult
          Holds the results of ANSI SQL query generation.
SqlStatementLexer.DFA5
           
SqlType
          The SQL type of a dynamic input value (SQL statement parameter) or an output value (SQL query scalar).
SqlUtils.LimitType
           
 

Classes in org.sqlproc.engine.impl used by org.sqlproc.engine.jdbc
SqlUtils.LimitType
           
 



Copyright © 2011. All Rights Reserved.