Package com.aerospike.jdbc.predicate
Class QueryPredicateList
java.lang.Object
com.aerospike.jdbc.predicate.QueryPredicateBase
com.aerospike.jdbc.predicate.QueryPredicateList
- All Implemented Interfaces:
QueryPredicate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanOptional<com.aerospike.client.query.Filter>com.aerospike.client.exp.ExpMethods inherited from class com.aerospike.jdbc.predicate.QueryPredicateBase
getBinNames, toString
-
Constructor Details
-
QueryPredicateList
-
-
Method Details
-
toFilterExpression
public com.aerospike.client.exp.Exp toFilterExpression() -
toFilter
-
isIndexable
public boolean isIndexable()- Specified by:
isIndexablein interfaceQueryPredicate- Overrides:
isIndexablein classQueryPredicateBase
-
getPrimaryKeys
-