| 程序包 | 说明 |
|---|---|
| cn.vonce.sql.bean |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Delete
删除
|
class |
Select
查询
|
class |
SpecialCondition |
class |
Update
更新
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 schema,
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 schema,
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 schema,
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 schema,
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 schema,
String tableAlias,
String field,
Object value,
SqlOperator sqlOperator)
where 条件 orBracket 方法
|
Copyright © 2020. All rights reserved.