| 程序包 | 说明 |
|---|---|
| cn.vonce.sql.bean | |
| cn.vonce.sql.helper |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Backup
备份表和数据
|
class |
Copy
复制表数据
|
class |
Delete
删除
|
class |
Select
查询
|
class |
SelectCondition
select条件(包含where和having)
|
class |
Update<T>
更新
|
| 限定符和类型 | 方法和说明 |
|---|---|
Condition |
Condition.wAND(Column column,
Object value)
where 条件 and 方法
|
Condition |
Condition.wAND(Column column,
Object value,
SqlOperator sqlOperator)
where 条件 and 方法
|
Condition |
Condition.wAND(String field,
Object value)
where 条件 and 方法
|
Condition |
Condition.wAND(String field,
Object value,
SqlOperator sqlOperator)
where 条件 and 方法
|
Condition |
Condition.wAND(String tableAlias,
String field,
Object value,
SqlOperator sqlOperator)
where 条件 and 方法
|
Condition |
Condition.wANDBracket(Column column,
Object value)
where 条件 andBracket 方法
|
Condition |
Condition.wANDBracket(Column column,
Object value,
SqlOperator sqlOperator)
where 条件 andBracket 方法
|
Condition |
Condition.wANDBracket(String field,
Object value)
where 条件 andBracket 方法
|
Condition |
Condition.wANDBracket(String field,
Object value,
SqlOperator sqlOperator)
where 条件 andBracket 方法
|
Condition |
Condition.wANDBracket(String tableAlias,
String field,
Object value,
SqlOperator sqlOperator)
where 条件 andBracket 方法
|
Condition |
Condition.where(Column column,
Object value)
添加where条件
|
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 tableAlias,
String field,
Object value) |
Condition |
Condition.where(SqlLogic sqlLogic,
String tableAlias,
String field,
Object value,
SqlOperator sqlOperator)
添加where条件
|
Condition |
Condition.where(String field,
Object value)
添加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)
where 条件 or 方法
|
Condition |
Condition.wOR(Column column,
Object value,
SqlOperator sqlOperator)
where 条件 or 方法
|
Condition |
Condition.wOR(String field,
Object value)
where 条件 or 方法
|
Condition |
Condition.wOR(String field,
Object value,
SqlOperator sqlOperator)
where 条件 or 方法
|
Condition |
Condition.wOR(String tableAlias,
String field,
Object value,
SqlOperator sqlOperator)
where 条件 or 方法
|
Condition |
Condition.wORBracket(Column column,
Object value)
where 条件 orBracket 方法
|
Condition |
Condition.wORBracket(Column column,
Object value,
SqlOperator sqlOperator)
where 条件 orBracket 方法
|
Condition |
Condition.wORBracket(String field,
Object value)
where 条件 orBracket 方法
|
Condition |
Condition.wORBracket(String field,
Object value,
SqlOperator sqlOperator)
where 条件 orBracket 方法
|
Condition |
Condition.wORBracket(String tableAlias,
String field,
Object value,
SqlOperator sqlOperator)
where 条件 orBracket 方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
SqlHelper.whereSql(Condition condition,
Object bean)
返回where语句
|
Copyright © 2021. All rights reserved.