Uses of Class
org.sqlproc.engine.impl.SqlMappingRule

Packages that use SqlMappingRule
org.sqlproc.engine The public part of the SQL Processor implementation. 
org.sqlproc.engine.impl The private part of the SQL Processor implementation. 
 

Uses of SqlMappingRule in org.sqlproc.engine
 

Fields in org.sqlproc.engine declared as SqlMappingRule
protected  SqlMappingRule SqlEngine.mapping
          The pre-compiled mapping rule, which is an SQL execution result to Java output classes mapping prescription.
 

Constructors in org.sqlproc.engine with parameters of type SqlMappingRule
SqlEngine(String name, SqlMetaStatement statement, SqlMappingRule mapping, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory)
          Creates a new instance of the SqlEngine from one META SQL statement and one SQL Mapping rule instance.
SqlQueryEngine(String name, SqlMetaStatement statement, SqlMappingRule mapping, SqlMonitor monitor, Map<String,Object> features, SqlTypeFactory typeFactory)
          Creates a new instance of the SqlQueryEngine from one META SQL statement and one SQL mapping rule instances.
SqlQueryEngine(String name, SqlMetaStatement statement, SqlMappingRule mapping, SqlTypeFactory typeFactory)
          Creates a new instance of the SqlQueryEngine from one META SQL statement and one SQL mapping rule instances.
 

Uses of SqlMappingRule in org.sqlproc.engine.impl
 

Methods in org.sqlproc.engine.impl that return SqlMappingRule
static SqlMappingRule SqlMappingRule.getInstance(String mappingStatement, SqlTypeFactory typeFactory)
          Simple factory method (design pattern).
 SqlMappingRule SqlMappingParser.parse(SqlTypeFactory _typeFactory)
           
 

Methods in org.sqlproc.engine.impl with parameters of type SqlMappingRule
private  void SqlMappingResult.merge(SqlMappingRule mapping, Map<String,SqlMappingItem> outputMappings)
          Merge mapping rule for one META SQL query based on SqlMapping.g and SqlStatement.g.
static SqlMappingResult SqlMappingRule.merge(SqlMappingRule mapping, SqlProcessResult processResult)
          Merge mapping rule for one META SQL query based on SqlMapping.g and SqlStatement.g.
 

Constructors in org.sqlproc.engine.impl with parameters of type SqlMappingRule
SqlMappingResult(SqlMappingRule mapping, Map<String,SqlMappingItem> outputMappings)
          Creates a new instance.
 



Copyright © 2011. All Rights Reserved.