public class AllTableColumns extends Object implements SelectItem
Constructor and Description |
---|
AllTableColumns() |
AllTableColumns(Table tableName) |
Modifier and Type | Method and Description |
---|---|
void |
builderSelectItem(StatementSqlBuilder builder)
实现接口的sql片段通过builder.appendSql(String
segment)进行拼接,也可以builder.getStringBuilder方法获取StringBuilder,然后进行append
实现的参数信息通过builder.addParamValue(Object...
|
Table |
getTable() |
void |
setTable(Table table) |
String |
toString() |
public AllTableColumns()
public AllTableColumns(Table tableName)
public Table getTable()
public void setTable(Table table)
public void builderSelectItem(StatementSqlBuilder builder)
SelectItemBuildProcessor
builderSelectItem
in interface SelectItemBuildProcessor
Copyright © 2006–2018 TinyGroup. All rights reserved.