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