| Modifier and Type | Method | Description |
|---|---|---|
static ComparisonOperator |
ComparisonOperator.valueOf(java.lang.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 | 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,
java.lang.Object value) |
|
default WhereClause |
WhereClause.and(Operand operand,
ComparisonOperator op,
java.lang.String value) |
|
default WhereClause |
WhereClause.and(Operand operand1,
ComparisonOperator op,
Operand operand2) |
Copyright © 2018. All rights reserved.