Uses of Class
org.deegree.filter.comparison.PropertyIsLike

Packages that use PropertyIsLike
org.deegree.sqldialect.filter   
org.deegree.sqldialect.filter.mssql   
org.deegree.sqldialect.postgis   
 

Uses of PropertyIsLike in org.deegree.sqldialect.filter
 

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

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

Methods in org.deegree.sqldialect.filter.mssql with parameters of type PropertyIsLike
protected  SQLOperation MSSQLWhereBuilder.toProtoSQL(PropertyIsLike op)
          copied from postgis
 

Uses of PropertyIsLike in org.deegree.sqldialect.postgis
 

Methods in org.deegree.sqldialect.postgis with parameters of type PropertyIsLike
protected  SQLOperation PostGISWhereBuilder.toProtoSQL(PropertyIsLike op)
          Translates the given PropertyIsLike into an SQLOperation.
 



Copyright © 2011. All Rights Reserved.