Package org.sqlproc.engine.impl

The private part of the SQL Processor implementation.

See:
          Description

Interface Summary
SqlMetaElement The parents of all ANTLR grammar based elements for META SQL.
SqlMetaLogOperand The ancestor of META SQL sub-elements, which can be used in SqlMetaLogExpr.
SqlMetaSimple The ancestor of simple META SQL sub-elements.
 

Class Summary
BeanUtils Bean utilities.
ErrorMsg Every parser error is encapsulated into the instance of this class.
ParserUtils Parser utilities.
SqlEmptyMonitor The empty implementation of SqlMonitor interface.
SqlInputValue The entity for a dynamic 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.
SqlMappingLexer  
SqlMappingParser  
SqlMappingParser.parse_scope  
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 A META SQL sub-element.
SqlMetaConst A META SQL sub-element.
SqlMetaConstItem A META SQL sub-element.
SqlMetaIdent A META SQL sub-element.
SqlMetaIdentItem A META SQL sub-element.
SqlMetaIf A META SQL sub-element.
SqlMetaIfItem A META SQL sub-element.
SqlMetaLogExpr A META SQL sub-element.
SqlMetaLogOperator A META SQL sub-element.
SqlMetaOrd A META SQL sub-element.
SqlMetaSqlFragment A META SQL sub-element.
SqlMetaStatement Precompiled META SQL statement.
SqlMetaText A META SQL sub-element.
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  
SqlStatementParser  
SqlStatementParser.parse_scope  
SqlType The SQL type of a dynamic input value (SQL statement parameter) or an output value (SQL query scalar).
SqlUtils SQL Processor utilities.
SqlUtils.LimitType  
 

Enum Summary
SqlInputValue.Case Enumeration for no/upper/lower case conversion.
SqlInputValue.Type Enumeration for the type of input value.
SqlMetaAndOr.Type The enumeration of types.
SqlMetaConstItem.Type The enumeration of types of this sub-element.
SqlMetaIdentItem.Type The enumeration of types of this sub-element.
SqlMetaLogOperator.Type The enumeration of the logical operator types.
SqlMetaSqlFragment.Type The enumeration of types.
SqlMetaStatement.Type The SQL command type.
 

Package org.sqlproc.engine.impl Description

The private part of the SQL Processor implementation.

Author:
Vladimir Hudec


Copyright © 2011. All Rights Reserved.