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
ErrorMsg Every parser error is encapsulated into instance of this class.
ParserUtils Parser utilities.
SqlEmptyMonitor The empty implementation of SqlMonitor interface.
SqlInputValue The entity for a dynamic input value.
SqlMappingItem The Mapping rule entity for one output attribute.
SqlMappingRule The precompiled Mapping entity for one META SQL statement.
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 SqlMetaStatement.process(org.sqlproc.engine.impl.SqlMetaStatement.Type, Object, Object, List, Map) .
SqlProcessResult Holds the results of ANSI SQL query generation.
SqlType The SQL type of a dynamic input value (SQL statement parameter) or an output value (SQL query scalar).
SqlUtils SQL Processor utilities.
 

Enum Summary
SqlInputValue.Case Enumeration for no/upper/lower case conversion.
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.
SqlMetaType The enumeration of all SQL META Types, which is the internal type.
 

Package org.sqlproc.engine.impl Description

The private part of the SQL Processor implementation.

Author:
Vladimir Hudec


Copyright © 2011. All Rights Reserved.