T
- sql对象模板类型public class BaseSetSupportImpl<T> extends Object implements SqlSupport<T>, PrepareStatementBuildSupport
Constructor and Description |
---|
BaseSetSupportImpl(T sql,
ListField<SetItem> set)
构造函数
|
Modifier and Type | Method and Description |
---|---|
ListField<SetItem> |
getSet()
获取设置内容
|
PrepareStatement |
getSetItemPrepareStatement(String hook,
boolean useAlias)
获取预查询SQL对象
|
T |
getSql()
返回sql
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
append, append, getPrepareStatement, getPrepareStatement, getPrepareStatement, getPrepareStatement
public T getSql()
SqlSupport
getSql
in interface SqlSupport<T>
public PrepareStatement getSetItemPrepareStatement(String hook, boolean useAlias)
useAlias
- 是否使用别名Copyright © 2020 IBIT程序猿. All rights reserved.