| Package | Description |
|---|---|
| org.hotrod.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
static SQLSimpleExpression.SimpleExpressionOperator |
SQLSimpleExpression.SimpleExpressionOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SQLSimpleExpression.SimpleExpressionOperator[] |
SQLSimpleExpression.SimpleExpressionOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SQLSimpleExpression(SQLField sqlField,
SQLField sqlField2,
SQLSimpleExpression.SimpleExpressionOperator operator) |
SQLSimpleExpression(SQLField sqlField,
SQLSimpleExpression.SimpleExpressionOperator operator,
java.lang.Object... values) |