public class BetweenConditional extends Object implements QueryConditional
| Constructor and Description | 
|---|
| BetweenConditional(Key key1,
                  Key key2) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| Expression | expression(TableSchema<?> tableSchema,
          String indexName)Generates a conditional  Expressionbased on specific context that is supplied as arguments. | 
| int | hashCode() | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitkeyEqualTo, keyEqualTo, sortBeginsWith, sortBeginsWith, sortBetween, sortBetween, sortGreaterThan, sortGreaterThan, sortGreaterThanOrEqualTo, sortGreaterThanOrEqualTo, sortLessThan, sortLessThan, sortLessThanOrEqualTo, sortLessThanOrEqualTopublic Expression expression(TableSchema<?> tableSchema, String indexName)
QueryConditionalExpression based on specific context that is supplied as arguments.expression in interface QueryConditionaltableSchema - 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 © 2023. All rights reserved.