Package com.aerospike.jdbc.predicate
Class QueryPredicateBase
java.lang.Object
com.aerospike.jdbc.predicate.QueryPredicateBase
- All Implemented Interfaces:
QueryPredicate
- Direct Known Subclasses:
QueryPredicateBinary,QueryPredicateLike,QueryPredicateList,QueryPredicateRange
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aerospike.jdbc.predicate.QueryPredicate
getPrimaryKeys, toFilter, toFilterExpression
-
Method Details
-
isIndexable
public boolean isIndexable()- Specified by:
isIndexablein interfaceQueryPredicate
-
getBinNames
- Specified by:
getBinNamesin interfaceQueryPredicate
-
toString
-