Uses of Interface
isql.ISQLSelectParser.IPredicate

Packages that use ISQLSelectParser.IPredicate
isql   
 

Uses of ISQLSelectParser.IPredicate in isql
 

Classes in isql that implement ISQLSelectParser.IPredicate
static class ISQLSelectParser.Comparison
           
static class ISQLSelectParser.In
           
static class ISQLSelectParser.Like
           
static class ISQLSelectParser.NegatePredicate
           
 

Fields in isql declared as ISQLSelectParser.IPredicate
 ISQLSelectParser.IPredicate ISQLSelectParser.predicate_return.p
           
 

Methods in isql that return ISQLSelectParser.IPredicate
 ISQLSelectParser.IPredicate ISQLSelectParser.PredicateCondition.getPredicate()
           
 

Constructors in isql with parameters of type ISQLSelectParser.IPredicate
ISQLSelectParser.PredicateCondition(ISQLSelectParser.IPredicate predicate)