Package com.aerospike.jdbc.predicate
Interface QueryPredicate
- All Known Implementing Classes:
QueryPredicateBase,QueryPredicateBinary,QueryPredicateBoolean,QueryPredicateIsNotNull,QueryPredicateIsNull,QueryPredicateLike,QueryPredicateList,QueryPredicatePrefix,QueryPredicateRange
public interface QueryPredicate
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection<Object>booleanOptional<com.aerospike.client.query.Filter>com.aerospike.client.exp.Exp
-
Method Details
-
toFilterExpression
com.aerospike.client.exp.Exp toFilterExpression() -
toFilter
-
isIndexable
boolean isIndexable() -
getBinNames
-
getPrimaryKeys
-