Uses of Interface
org.deegree.sqldialect.filter.MappingExpression

Packages that use MappingExpression
org.deegree.feature.persistence.mapping.antlr   
org.deegree.feature.persistence.sql.config   
org.deegree.feature.persistence.sql.expressions   
org.deegree.feature.persistence.sql.rules   
org.deegree.sqldialect.filter   
 

Uses of MappingExpression in org.deegree.feature.persistence.mapping.antlr
 

Fields in org.deegree.feature.persistence.mapping.antlr declared as MappingExpression
 MappingExpression FMLParser.mappingExpr_return.value
           
 

Uses of MappingExpression in org.deegree.feature.persistence.sql.config
 

Methods in org.deegree.feature.persistence.sql.config that return MappingExpression
protected  MappingExpression AbstractMappedSchemaBuilder.parseMappingExpression(String s)
           
 

Uses of MappingExpression in org.deegree.feature.persistence.sql.expressions
 

Classes in org.deegree.feature.persistence.sql.expressions that implement MappingExpression
 class Function
          The class TODO add class documentation here.
 class StringConst
          The class TODO add class documentation here.
 class TableJoin
          Defines a join between two tables with optional ordering.
 

Methods in org.deegree.feature.persistence.sql.expressions that return types with arguments of type MappingExpression
 List<MappingExpression> Function.getArgs()
           
 

Methods in org.deegree.feature.persistence.sql.expressions with parameters of type MappingExpression
 void Function.addArg(MappingExpression arg)
           
 

Uses of MappingExpression in org.deegree.feature.persistence.sql.rules
 

Methods in org.deegree.feature.persistence.sql.rules that return MappingExpression
 MappingExpression FeatureMapping.getHrefMapping()
           
 MappingExpression GeometryMapping.getMapping()
           
 MappingExpression PrimitiveMapping.getMapping()
           
static MappingExpression Mappings.getMappingExpression(Mapping mapping)
           
 

Constructors in org.deegree.feature.persistence.sql.rules with parameters of type MappingExpression
FeatureMapping(ValueReference path, boolean voidable, MappingExpression hrefMapping, QName valueFtName, List<TableJoin> tableChange)
           
GeometryMapping(ValueReference path, boolean voidable, MappingExpression mapping, GeometryPropertyType.GeometryType type, GeometryStorageParams geometryParams, List<TableJoin> tableChange)
           
PrimitiveMapping(ValueReference path, boolean voidable, MappingExpression mapping, PrimitiveType pt, List<TableJoin> tableChange, CustomConverterJAXB converter)
           
 

Uses of MappingExpression in org.deegree.sqldialect.filter
 

Classes in org.deegree.sqldialect.filter that implement MappingExpression
 class DBField
          The class TODO add class documentation here.
 



Copyright © 2011. All Rights Reserved.