Uses of Class
org.deegree.sqldialect.filter.expression.SQLOperation

Packages that use SQLOperation
org.deegree.feature.persistence.shape   
org.deegree.sqldialect.filter   
org.deegree.sqldialect.filter.expression   
org.deegree.sqldialect.filter.mssql   
org.deegree.sqldialect.postgis   
 

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

Methods in org.deegree.feature.persistence.shape that return SQLOperation
protected  SQLOperation H2WhereBuilder.toProtoSQL(SpatialOperator op)
           
 

Uses of SQLOperation in org.deegree.sqldialect.filter
 

Methods in org.deegree.sqldialect.filter that return SQLOperation
protected  SQLOperation AbstractWhereBuilder.toProtoSQL(LogicalOperator op)
          Translates the given LogicalOperator into an SQLOperation.
protected  SQLOperation AbstractWhereBuilder.toProtoSQL(PropertyIsLike op)
          Translates the given PropertyIsLike into an SQLOperation.
protected abstract  SQLOperation AbstractWhereBuilder.toProtoSQL(SpatialOperator op)
          Translates the given SpatialOperator into an SQLOperation.
 

Uses of SQLOperation in org.deegree.sqldialect.filter.expression
 

Methods in org.deegree.sqldialect.filter.expression that return SQLOperation
 SQLOperation SQLOperationBuilder.toOperation()
           
 

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

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

Uses of SQLOperation in org.deegree.sqldialect.postgis
 

Methods in org.deegree.sqldialect.postgis that return SQLOperation
protected  SQLOperation PostGISWhereBuilder.toProtoSQL(PropertyIsLike op)
          Translates the given PropertyIsLike into an SQLOperation.
protected  SQLOperation PostGISWhereBuilder.toProtoSQL(SpatialOperator op)
           
 



Copyright © 2011. All Rights Reserved.