|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPredicate
The IPredicate interface is an object that represents a predicate in a query.
It extends the IStringBuilder interface.
Instances of classes that implement this interface are used to represent predicates that contain an operator and predicate bases (conditions or sub-predicates).
Method Summary | |
---|---|
IOperator |
getOperator()
Returns the operator of the predicate. |
PredicateBase[] |
getPredicateBases()
Returns the sub predicates of the predicate. |
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder |
---|
buildString, buildString |
Method Detail |
---|
IOperator getOperator()
PredicateBase[] getPredicateBases()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |