| 程序包 | 说明 |
|---|---|
| com.ursful.framework.orm.option | |
| com.ursful.framework.orm.support |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
SQLServerOptions.getColumnWithOperator(OperatorType operatorType,
String name,
String value) |
String |
OracleOptions.getColumnWithOperator(OperatorType operatorType,
String name,
String value) |
String |
MySQLOptions.getColumnWithOperator(OperatorType operatorType,
String name,
String value) |
String |
SQLServerOptions.getColumnWithOperatorAndFunction(String function,
boolean inFunction,
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
Column.getType() |
static OperatorType |
OperatorType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static OperatorType[] |
OperatorType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2023. All rights reserved.