T
- 对象模板类型public class BaseTableSupportImpl<T> extends Object implements PrepareStatementBuildSupport, SqlSupport<T>
Modifier and Type | Method and Description |
---|---|
T |
getSql()
返回sql
|
ListField<Table> |
getTable()
Gets the value of table
|
PrepareStatement |
getTablePrepareStatement(String hook,
boolean useAlias)
获取预查询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 getTablePrepareStatement(String hook, boolean useAlias)
useAlias
- 是否使用别名hook
- 前缀Copyright © 2020 IBIT程序猿. All rights reserved.