| 程序包 | 说明 |
|---|---|
| org.beetl.sql.core.concat | |
| org.beetl.sql.core.db |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Delete |
class |
Select |
class |
Update |
| 限定符和类型 | 方法和说明 |
|---|---|
WhereNode |
WhereNode.andConstNotEq(String name,
String value) |
WhereNode |
WhereNode.andEq(String name,
String varName) |
WhereNode |
WhereNode.andIfNotEmpty(String name,
String varName) |
WhereNode |
WhereNode.andIn(String name,
String varName) |
WhereNode |
WhereInExpress.tplValue(String varName) |
WhereNode |
ConcatContext.where() |
| 构造器和说明 |
|---|
WhereInExpress(WhereNode where) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
AbstractDBStyle.appendIdCondition(Class<?> cls,
WhereNode node)
生成主键条件子句(示例 whrer 1=1 and id=${id})
|
protected void |
AbstractDBStyle.appendJoinInIdsCondition(Class<?> cls,
WhereNode node) |
protected void |
AbstractDBStyle.appendLogicFlagCondition(Class<?> cls,
WhereNode node) |
protected void |
AbstractDBStyle.appendVersion(ClassDesc desc,
WhereNode node) |
protected void |
AbstractDBStyle.getSelectTemplate(Class<?> cls,
WhereNode whereNode) |
Copyright © 2022. All rights reserved.