| Package | Description |
|---|---|
| com.objectsql.option | |
| com.objectsql.support |
| Modifier and Type | Method and Description |
|---|---|
String |
OracleOptions.getColumnWithOperator(OperatorType operatorType,
String name,
String value) |
String |
MySQLOptions.getColumnWithOperator(OperatorType operatorType,
String name,
String value) |
String |
SQLServerOptions.getColumnWithOperator(OperatorType operatorType,
String name,
String value) |
String |
OracleOptions.getColumnWithOperatorAndFunction(String function,
boolean inFunction,
OperatorType operatorType,
String name,
String value) |
String |
MySQLOptions.getColumnWithOperatorAndFunction(String function,
boolean inFunction,
OperatorType operatorType,
String name,
String value) |
String |
SQLServerOptions.getColumnWithOperatorAndFunction(String function,
boolean inFunction,
OperatorType operatorType,
String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
Column.getType() |
static OperatorType |
OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorType[] |
OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Options.getColumnWithOperator(OperatorType operatorType,
String name,
String value) |
String |
Options.getColumnWithOperatorAndFunction(String function,
boolean inFunction,
OperatorType operatorType,
String name,
String value) |
Column |
Column.operator(OperatorType type) |
void |
Column.setType(OperatorType type) |
Copyright © 2025. All rights reserved.