Uses of Class
org.deegree.sqldialect.filter.UnmappableException

Packages that use UnmappableException
org.deegree.feature.persistence.shape   
org.deegree.feature.persistence.sql   
org.deegree.feature.persistence.sql.xpath   
org.deegree.metadata.persistence.ebrim.eo.mapping   
org.deegree.sqldialect   
org.deegree.sqldialect.filter   
org.deegree.sqldialect.filter.mssql   
org.deegree.sqldialect.oracle   
org.deegree.sqldialect.postgis   
 

Uses of UnmappableException in org.deegree.feature.persistence.shape
 

Methods in org.deegree.feature.persistence.shape that throw UnmappableException
protected  SQLExpression H2WhereBuilder.toProtoSQL(Literal<?> literal)
           
protected  SQLOperation H2WhereBuilder.toProtoSQL(SpatialOperator op)
           
protected  SQLExpression H2WhereBuilder.toProtoSQL(ValueReference expr)
           
 

Uses of UnmappableException in org.deegree.feature.persistence.sql
 

Methods in org.deegree.feature.persistence.sql that throw UnmappableException
 PropertyNameMapping SQLPropertyNameMapper.getMapping(ValueReference propName, TableAliasManager aliasManager)
           
 

Uses of UnmappableException in org.deegree.feature.persistence.sql.xpath
 

Constructors in org.deegree.feature.persistence.sql.xpath that throw UnmappableException
MappedXPath(SQLFeatureStore fs, FeatureTypeMapping ftMapping, ValueReference propName, TableAliasManager aliasManager)
           
 

Uses of UnmappableException in org.deegree.metadata.persistence.ebrim.eo.mapping
 

Methods in org.deegree.metadata.persistence.ebrim.eo.mapping that throw UnmappableException
 PropertyNameMapping EOPropertyNameMapper.getMapping(ValueReference propName, TableAliasManager aliasManager)
           
 

Uses of UnmappableException in org.deegree.sqldialect
 

Methods in org.deegree.sqldialect that throw UnmappableException
 AbstractWhereBuilder SQLDialect.getWhereBuilder(PropertyNameMapper mapper, OperatorFilter filter, SortProperty[] sortCrit, boolean allowPartialMappings)
          Returns an AbstractWhereBuilder instance for the given parameters.
 

Uses of UnmappableException in org.deegree.sqldialect.filter
 

Methods in org.deegree.sqldialect.filter that throw UnmappableException
protected  void AbstractWhereBuilder.assertNotMultiValued(SQLExpression expr)
          Ensures that the given SQLExpression is not an SQLExpression that is multi-valued.
protected  void AbstractWhereBuilder.build(boolean allowPartialMappings)
          Invokes the building of the internal variables that store filter and sort criteria.
 PropertyNameMapping PropertyNameMapper.getMapping(ValueReference propName, TableAliasManager aliasManager)
          Returns the PropertyNameMapping for the given ValueReference.
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(ComparisonOperator op)
          Translates the given ComparisonOperator into an SQLExpression.
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(Expression expr)
          Translates the given Expression into an SQLExpression.
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(Expression expr, boolean assertNotMultiValued)
           
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(Function function)
          Translates the given Function into an SQLExpression.
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(Literal<?> literal)
          Translates the given Literal into an SQLExpression.
protected  SQLOperation AbstractWhereBuilder.toProtoSQL(LogicalOperator op)
          Translates the given LogicalOperator into an SQLOperation.
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(Operator op)
          Translates the given Operator into an SQLExpression.
protected  SQLOperation AbstractWhereBuilder.toProtoSQL(PropertyIsLike op)
          Translates the given PropertyIsLike into an SQLOperation.
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(SortProperty[] sortCrits)
          Translates the given SortProperty array into an SQLExpression.
protected abstract  SQLOperation AbstractWhereBuilder.toProtoSQL(SpatialOperator op)
          Translates the given SpatialOperator into an SQLOperation.
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(ValueReference propName)
          Translates the given ValueReference into an SQLExpression.
 

Uses of UnmappableException in org.deegree.sqldialect.filter.mssql
 

Methods in org.deegree.sqldialect.filter.mssql that throw UnmappableException
protected  SQLOperation MSSQLWhereBuilder.toProtoSQL(PropertyIsLike op)
          copied from postgis
protected  SQLOperation MSSQLWhereBuilder.toProtoSQL(SpatialOperator op)
           
 

Constructors in org.deegree.sqldialect.filter.mssql that throw UnmappableException
MSSQLWhereBuilder(SQLDialect dialect, PropertyNameMapper mapper, OperatorFilter filter, SortProperty[] sortCrit, boolean allowPartialMappings)
          Creates a new MSSQLWhereBuilder instance.
 

Uses of UnmappableException in org.deegree.sqldialect.oracle
 

Methods in org.deegree.sqldialect.oracle that throw UnmappableException
 AbstractWhereBuilder OracleDialect.getWhereBuilder(PropertyNameMapper mapper, OperatorFilter filter, SortProperty[] sortCrit, boolean allowPartialMappings)
           
 

Uses of UnmappableException in org.deegree.sqldialect.postgis
 

Methods in org.deegree.sqldialect.postgis that throw UnmappableException
 AbstractWhereBuilder PostGISDialect.getWhereBuilder(PropertyNameMapper mapper, OperatorFilter filter, SortProperty[] sortCrit, boolean allowPartialMappings)
           
protected  SQLOperation PostGISWhereBuilder.toProtoSQL(PropertyIsLike op)
          Translates the given PropertyIsLike into an SQLOperation.
protected  SQLOperation PostGISWhereBuilder.toProtoSQL(SpatialOperator op)
           
 

Constructors in org.deegree.sqldialect.postgis that throw UnmappableException
PostGISWhereBuilder(PostGISDialect dialect, PropertyNameMapper mapper, OperatorFilter filter, SortProperty[] sortCrit, boolean allowPartialMappings, boolean useLegacyPredicates)
          Creates a new PostGISWhereBuilder instance.
 



Copyright © 2011. All Rights Reserved.