| Modifier and Type | Method and Description |
|---|---|
static ComparisonOperator |
ComparisonOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonOperator[] |
ComparisonOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default WhereClause |
WhereClause.and(Operand operand,
ComparisonOperator op,
double value) |
default WhereClause |
WhereClause.and(Operand operand,
ComparisonOperator op,
int value) |
default WhereClause |
WhereClause.and(Operand operand,
ComparisonOperator op,
Object value) |
default WhereClause |
WhereClause.and(Operand operand1,
ComparisonOperator op,
Operand operand2) |
default WhereClause |
WhereClause.and(Operand operand,
ComparisonOperator op,
String value) |
Copyright © 2017. All rights reserved.