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