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. 
 

Classes in org.sqlproc.engine.impl used by org.sqlproc.engine
ErrorMsg
          Every parser error is encapsulated into the instance of this class.
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.
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.
SqlDatabaseColumn
          A META SQL sub-element.
SqlDatabaseTable
          A META SQL sub-element.
SqlInputValue
          The entity for a dynamic input value.
SqlInputValue.Code
          Enumeration for no/upper/lower case conversion.
SqlInputValue.Mode
          Enumeration for IN/OUT/INOUT mode of callable statement parameter.
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.
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.
SqlMetaElement
          The parents of all ANTLR grammar based elements for META SQL.
SqlMetaIdent
          A META SQL 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.
SqlMetaOperator
          A META SQL sub-element.
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, SqlControl, SqlEngine) Also can work as a context for a dynamic ANSI SQL query generation.
SqlProcessor
          Pre-compiled META SQL statements, output mappings and optional features (also known as the SQL Processor artifacts).
SqlProcessor.FeatureType
          The mapping rule type.
SqlProcessor.FilterStatus
          This status is the result of the filters processing, based on the next rules:
in the case there are no filters
- there are activeFilters, the artifact is dead - NOK
- otherwise the artifact is ok - OK
in the case there are filters
- there are no activeFilters, the artifact is ok, but lower priority - OK_LOWER
- there are activeFilters, and the intersection is not empty, the artifact is ok - OK
- there are activeFilters, and the intersection is empty, the artifact is dead - NOK
SqlProcessor.MappingType
          The mapping rule type.
SqlProcessor.StatementType
          The META SQL statement type.
SqlProcessorLazyLexer.DFA12
           
SqlProcessorLexer.DFA12
           
SqlProcessorParser.DFA43
           
SqlProcessorParser.DFA48
           
SqlProcessorParser.DFA57
           
SqlProcessorParser.DFA66
           
SqlProcessorParser.DFA73
           
SqlProcessResult
          Holds the results of ANSI SQL query generation.
SqlStandardControl
          The compound parameters controlling the META SQL execution.
SqlType
          The SQL type of a dynamic input value (SQL statement parameter) or an output value (SQL query scalar).
 



Copyright © 2015. All rights reserved.