public class EqualToConditional extends Object implements QueryConditional
Constructor and Description |
---|
EqualToConditional(Key key) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expression |
expression(TableSchema<?> tableSchema,
String indexName)
Generates a conditional
Expression based on specific context that is supplied as arguments. |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
keyEqualTo, keyEqualTo, sortBeginsWith, sortBeginsWith, sortBetween, sortBetween, sortGreaterThan, sortGreaterThan, sortGreaterThanOrEqualTo, sortGreaterThanOrEqualTo, sortLessThan, sortLessThan, sortLessThanOrEqualTo, sortLessThanOrEqualTo
public EqualToConditional(Key key)
public Expression expression(TableSchema<?> tableSchema, String indexName)
QueryConditional
Expression
based on specific context that is supplied as arguments.expression
in interface QueryConditional
tableSchema
- A TableSchema
that this expression will be used withindexName
- The specific index name of the index this expression will be used withExpression
that can be used as part of a query requestCopyright © 2021. All rights reserved.