Uses of Interface
org.deegree.sqldialect.filter.expression.SQLExpression

Packages that use SQLExpression
org.deegree.feature.persistence.shape   
org.deegree.sqldialect.filter   
org.deegree.sqldialect.filter.expression   
org.deegree.sqldialect.filter.function   
org.deegree.sqldialect.postgis.function   
 

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

Methods in org.deegree.feature.persistence.shape that return SQLExpression
protected  SQLExpression H2WhereBuilder.toProtoSQL(Literal<?> literal)
           
protected  SQLExpression H2WhereBuilder.toProtoSQL(ValueReference expr)
           
 

Uses of SQLExpression in org.deegree.sqldialect.filter
 

Fields in org.deegree.sqldialect.filter declared as SQLExpression
protected  SQLExpression AbstractWhereBuilder.orderByClause
           
protected  SQLExpression AbstractWhereBuilder.whereClause
           
 

Methods in org.deegree.sqldialect.filter that return SQLExpression
 SQLExpression AbstractWhereBuilder.getOrderBy()
          Returns the expression for the SQL-ORDER-BY clause.
 SQLExpression AbstractWhereBuilder.getWhere()
          Returns the expression for the SQL-WHERE clause.
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  SQLExpression AbstractWhereBuilder.toProtoSQL(Operator op)
          Translates the given Operator into an SQLExpression.
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(SortProperty[] sortCrits)
          Translates the given SortProperty array into an SQLExpression.
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(ValueReference propName)
          Translates the given ValueReference into an SQLExpression.
 

Methods in org.deegree.sqldialect.filter with parameters of type SQLExpression
protected  void AbstractWhereBuilder.assertNotMultiValued(SQLExpression expr)
          Ensures that the given SQLExpression is not an SQLExpression that is multi-valued.
 

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

Classes in org.deegree.sqldialect.filter.expression that implement SQLExpression
 class SQLArgument
          SQLExpression that represents a constant argument value, e.g. a string, a number or a geometry.
 class SQLColumn
          SQLExpression that represents a table column.
 class SQLOperation
          SQLExpression that represents an operation, e.g. an addition, an intersects predicate or a distance calculation.
 

Methods in org.deegree.sqldialect.filter.expression with parameters of type SQLExpression
 SQLOperationBuilder SQLOperationBuilder.add(SQLExpression expr)
           
 void SQLExpression.cast(SQLExpression expr)
          Propagates type information to this expression (=performs a type cast).
 void SQLArgument.cast(SQLExpression expr)
           
 void SQLColumn.cast(SQLExpression expr)
           
 void SQLOperation.cast(SQLExpression expr)
           
 

Uses of SQLExpression in org.deegree.sqldialect.filter.function
 

Methods in org.deegree.sqldialect.filter.function that return SQLExpression
 SQLExpression SQLFunctionProvider.toProtoSQL(List<SQLExpression> args, SQLDialect dialect)
          Translates the given arguments into an an SQL function call.
 SQLExpression SQLUpper.toProtoSQL(List<SQLExpression> args, SQLDialect dialect)
           
 SQLExpression SQLLower.toProtoSQL(List<SQLExpression> args, SQLDialect dialect)
           
 

Method parameters in org.deegree.sqldialect.filter.function with type arguments of type SQLExpression
 SQLExpression SQLFunctionProvider.toProtoSQL(List<SQLExpression> args, SQLDialect dialect)
          Translates the given arguments into an an SQL function call.
 SQLExpression SQLUpper.toProtoSQL(List<SQLExpression> args, SQLDialect dialect)
           
 SQLExpression SQLLower.toProtoSQL(List<SQLExpression> args, SQLDialect dialect)
           
 

Uses of SQLExpression in org.deegree.sqldialect.postgis.function
 

Methods in org.deegree.sqldialect.postgis.function that return SQLExpression
 SQLExpression PostGISArea.toProtoSQL(List<SQLExpression> args, SQLDialect dialect)
           
 

Method parameters in org.deegree.sqldialect.postgis.function with type arguments of type SQLExpression
 SQLExpression PostGISArea.toProtoSQL(List<SQLExpression> args, SQLDialect dialect)
           
 



Copyright © 2011. All Rights Reserved.