Uses of Class
org.deegree.filter.logical.LogicalOperator

Packages that use LogicalOperator
org.deegree.filter.logical   
org.deegree.sqldialect.filter   
 

Uses of LogicalOperator in org.deegree.filter.logical
 

Subclasses of LogicalOperator in org.deegree.filter.logical
 class And
          The API for the And logical operator.
 class Not
          TODO add documentation here
 class Or
          The API for the Or logical operator.
 

Uses of LogicalOperator in org.deegree.sqldialect.filter
 

Methods in org.deegree.sqldialect.filter with parameters of type LogicalOperator
protected  SQLOperation AbstractWhereBuilder.toProtoSQL(LogicalOperator op)
          Translates the given LogicalOperator into an SQLOperation.
 



Copyright © 2011. All Rights Reserved.