public abstract class QueryConditional extends Object
Constructor and Description |
---|
QueryConditional() |
Modifier and Type | Method and Description |
---|---|
static QueryConditional |
beginsWith(Key key) |
static QueryConditional |
between(Key key1,
Key key2) |
static QueryConditional |
equalTo(Key key) |
abstract Expression |
getExpression(TableSchema<?> tableSchema,
String indexName) |
static QueryConditional |
greaterThan(Key key) |
static QueryConditional |
greaterThanOrEqualTo(Key key) |
static QueryConditional |
lessThan(Key key) |
static QueryConditional |
lessThanOrEqualTo(Key key) |
public static QueryConditional equalTo(Key key)
public static QueryConditional greaterThan(Key key)
public static QueryConditional greaterThanOrEqualTo(Key key)
public static QueryConditional lessThan(Key key)
public static QueryConditional lessThanOrEqualTo(Key key)
public static QueryConditional between(Key key1, Key key2)
public static QueryConditional beginsWith(Key key)
public abstract Expression getExpression(TableSchema<?> tableSchema, String indexName)
Copyright © 2019. All rights reserved.