Package com.aerospike.jdbc.predicate
Class QueryPredicatePrefix
java.lang.Object
com.aerospike.jdbc.predicate.QueryPredicatePrefix
- 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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aerospike.jdbc.predicate.QueryPredicate
getPrimaryKeys
-
Constructor Details
-
QueryPredicatePrefix
-
-
Method Details
-
toFilterExpression
public com.aerospike.client.exp.Exp toFilterExpression()- Specified by:
toFilterExpressionin interfaceQueryPredicate
-
toFilter
- Specified by:
toFilterin interfaceQueryPredicate
-
isIndexable
public boolean isIndexable()- Specified by:
isIndexablein interfaceQueryPredicate
-
getBinNames
- Specified by:
getBinNamesin interfaceQueryPredicate
-