| 程序包 | 说明 |
|---|---|
| cn.vonce.sql.bean | |
| cn.vonce.sql.enumerate |
| 限定符和类型 | 方法和说明 |
|---|---|
SqlLogic |
ConditionInfo.getSqlLogic() |
| 限定符和类型 | 方法和说明 |
|---|---|
Select |
Select.having(SqlLogic sqlLogic,
Column column,
Object value,
SqlOperator sqlOperator)
添加having条件
|
Select |
Select.having(SqlLogic sqlLogic,
String tableAlias,
String field,
Object value) |
Select |
Select.having(SqlLogic sqlLogic,
String schema,
String tableAlias,
String field,
Object value,
SqlOperator sqlOperator)
添加having条件
|
void |
ConditionInfo.setSqlLogic(SqlLogic sqlLogic) |
Condition |
Condition.where(SqlLogic sqlLogic,
Column column,
Object value,
SqlOperator sqlOperator)
添加where条件
|
Condition |
Condition.where(SqlLogic sqlLogic,
String tableAlias,
String field,
Object value) |
Condition |
Condition.where(SqlLogic sqlLogic,
String schema,
String tableAlias,
String field,
Object value,
SqlOperator sqlOperator)
添加where条件
|
| 构造器和说明 |
|---|
ConditionInfo(SqlLogic sqlLogic,
String schema,
String tableAlias,
String field,
Object value,
SqlOperator sqlOperator) |
| 限定符和类型 | 方法和说明 |
|---|---|
static SqlLogic |
SqlLogic.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SqlLogic[] |
SqlLogic.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2020. All rights reserved.