Uses of Class
org.sqlproc.engine.impl.SqlMappingItem
Packages that use SqlMappingItem
-
Uses of SqlMappingItem in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlMappingItemModifier and TypeFieldDescription(package private) SqlMappingItemSqlMappingIdentity.itemThe related mapping rule element for one output attribute.private SqlMappingItemSqlMappingAttribute.parentThe pointer back to the parent.Fields in org.sqlproc.engine.impl with type parameters of type SqlMappingItemModifier and TypeFieldDescriptionprivate Map<String, SqlMappingItem> SqlMappingResult.mappingsAll sub-elements based on ANTLR grammar defined in SqlMapping.g or SqlStatement.g.private Map<String, SqlMappingItem> SqlMappingRule.mappingsAll sub-elements based on ANTLR grammar defined in SqlMapping.g.private Map<String, SqlMappingItem> SqlProcessResult.outputValuesThe list of output values.Methods in org.sqlproc.engine.impl that return SqlMappingItemModifier and TypeMethodDescription(package private) static SqlMappingItemParserUtils.addColumnAttr(SqlMappingItem col, String name) final SqlMappingItemSqlProcessorParser.column()(package private) SqlMappingItemSqlMappingAttribute.getParent()Returns the pointer back to the parent.final SqlMappingItemSqlProcessorParser.mappingItem()(package private) SqlMappingItemSqlMappingItem.merge(SqlMappingItem outputMapping) Merge mapping rules for one output column based on SqlMapping.g and SqlStatement.g.(package private) static SqlMappingItem(package private) SqlMappingItem(package private) SqlMappingItemMethods in org.sqlproc.engine.impl that return types with arguments of type SqlMappingItemModifier and TypeMethodDescription(package private) Map<String, SqlMappingItem> SqlMappingRule.getMappings()Returns a collection of all mapping items in this mapping rule.(package private) Map<String, SqlMappingItem> SqlProcessResult.getOutputValues()Returns the collection of output values.Methods in org.sqlproc.engine.impl with parameters of type SqlMappingItemModifier and TypeMethodDescription(package private) static voidParserUtils.addColumn(Object target, SqlMappingItem col, StringBuilder text) (package private) voidSqlProcessorLazyParser.addColumn(Object target, SqlMappingItem col, StringBuilder text) (package private) voidSqlProcessorParser.addColumn(Object target, SqlMappingItem col, StringBuilder text) (package private) static SqlMappingItemParserUtils.addColumnAttr(SqlMappingItem col, String name) (package private) voidSqlProcessorLazyParser.addColumnAttr(SqlMappingItem item, org.antlr.runtime.Token col) (package private) voidSqlProcessorParser.addColumnAttr(SqlMappingItem item, org.antlr.runtime.Token col) (package private) voidSqlMappingResult.addMapping(SqlMappingItem item) Adds a new mapping rule item in the merging process.(package private) voidSqlMappingRule.addMapping(SqlMappingItem item) Adds a new Mapping item, which is a mapping rule for one column.(package private) voidSqlProcessorLazyParser.addModifier(SqlTypeFactory typeFactory, SqlMappingItem item, String modifier) (package private) voidSqlProcessorLazyParser.addModifier(SqlTypeFactory typeFactory, SqlMappingItem item, String modifier, String attrName) (package private) voidSqlProcessorParser.addModifier(SqlTypeFactory typeFactory, SqlMappingItem item, String modifier) (package private) voidSqlProcessorParser.addModifier(SqlTypeFactory typeFactory, SqlMappingItem item, String modifier, String attrName) (package private) voidSqlProcessResult.addOutputValue(String key, SqlMappingItem value) Adds a new output value.(package private) SqlMappingItemSqlMappingItem.merge(SqlMappingItem outputMapping) Merge mapping rules for one output column based on SqlMapping.g and SqlStatement.g.(package private) voidSqlMappingAttribute.setParent(SqlMappingItem parent) Sets the pointer back to the parent.Method parameters in org.sqlproc.engine.impl with type arguments of type SqlMappingItemModifier and TypeMethodDescription(package private) voidSqlProcessResult.addOutputValues(Map<String, SqlMappingItem> outputValues) Adds a new collection of output values.private voidSqlMappingResult.merge(SqlMappingRule mapping, Map<String, SqlMappingItem> outputMappings) 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 SqlMappingItemModifierConstructorDescription(package private)SqlMappingAttribute(SqlMappingItem parent, String fullName, String name) Creates a new instance.(package private)Creates a new instance.(package private)SqlMappingIdentity(SqlMappingItem item, SqlMappingAttribute itemAttribute) Creates a new instance.Constructor parameters in org.sqlproc.engine.impl with type arguments of type SqlMappingItemModifierConstructorDescription(package private)SqlMappingResult(SqlProcessContext ctx, SqlMappingRule mapping, Map<String, SqlMappingItem> outputMappings) Creates a new instance.