| Modifier and Type | Method and Description |
|---|---|
static JoinType |
JoinType.fromInt(int e) |
static JoinType |
JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinType[] |
JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataQuery.addQuery(String filterKey,
ScanOperator cmpOp,
double filterVal,
JoinType joinOp) |
void |
DataQuery.addQuery(String filterKey,
ScanOperator cmpOp,
long filterVal,
JoinType joinOp) |
void |
DataQuery.addQuery(String filterKey,
ScanOperator cmpOp,
String filterVal,
JoinType joinOp) |
void |
DataQuery.addQueryFilter(String filterKey,
ScanOperator cmpOp,
double filterVal,
JoinType joinOp) |
void |
DataQuery.addQueryFilter(String filterKey,
ScanOperator cmpOp,
long filterVal,
JoinType joinOp) |
void |
DataQuery.addQueryFilter(String filterKey,
ScanOperator cmpOp,
String filterVal,
JoinType joinOp) |
Copyright © 2021. All rights reserved.