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

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

Uses of SqlMappingItem in org.sqlproc.engine.impl
 

Fields in org.sqlproc.engine.impl with type parameters of type SqlMappingItem
private  java.util.Map<java.lang.String,SqlMappingItem> SqlMappingRule.mappings
          All sub-elements based on ANTLR grammar defined in SqlMapping.g.
private  java.util.Map<java.lang.String,SqlMappingItem> SqlProcessResult.outputValues
          The list if output values.
 

Methods in org.sqlproc.engine.impl that return SqlMappingItem
(package private)  SqlMappingItem SqlMappingItem.merge(SqlMappingItem outputMapping)
          Merge mapping rules for one output column based on SqlMapping.g and SqlStatement.g.
(package private) static SqlMappingItem ParserUtils.newColumn(java.lang.String name)
           
 

Methods in org.sqlproc.engine.impl that return types with arguments of type SqlMappingItem
(package private)  java.util.Map<java.lang.String,SqlMappingItem> SqlProcessResult.getOutputValues()
          Returns the collection of output values.
 

Methods in org.sqlproc.engine.impl with parameters of type SqlMappingItem
(package private) static void ParserUtils.addColumn(java.lang.Object target, SqlMappingItem col, java.lang.StringBuilder text)
           
(package private)  void SqlMappingRule.addMapping(SqlMappingItem item)
          Adds a new Mapping item, which is a mapping rule for one column.
(package private)  void SqlProcessResult.addOutputValue(java.lang.String key, SqlMappingItem value)
          Adds a new output value.
(package private)  SqlMappingItem SqlMappingItem.merge(SqlMappingItem outputMapping)
          Merge mapping rules for one output column based on SqlMapping.g and SqlStatement.g.
 

Method parameters in org.sqlproc.engine.impl with type arguments of type SqlMappingItem
(package private)  void SqlProcessResult.addOutputValues(java.util.Map<java.lang.String,SqlMappingItem> outputValues)
          Adds a new collection of output values.
(package private)  SqlMappingRule SqlMappingRule.merge(java.util.Map<java.lang.String,SqlMappingItem> outputMappings)
          Merge mapping rule for one META SQL query based on SqlMapping.g and SqlStatement.g.
 

Constructor parameters in org.sqlproc.engine.impl with type arguments of type SqlMappingItem
SqlMappingRule(java.util.Map<java.lang.String,SqlMappingItem> mappings)
          Creates a new instance.
 



Copyright © 2011. All Rights Reserved.