public class QueryReservoir extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Action |
action |
List<Map<String,Object>> |
dataList |
boolean |
distinct |
boolean |
fetchSql |
List<String> |
fieldList |
String |
groupBy |
String |
having |
List<String[]> |
joinList |
Integer |
limitIndex |
Integer |
limitSize |
boolean |
lock |
List<String> |
orderByList |
boolean |
printSql |
String |
sql |
String |
table |
List<String> |
unionList |
List<Where> |
whereList |
WhereOptCallback |
whereOptCallback |
Object |
whereOptCallbackData |
| 构造器和说明 |
|---|
QueryReservoir() |
public String table
public Action action
public String groupBy
public String having
public Integer limitIndex
public Integer limitSize
public boolean distinct
public boolean lock
public WhereOptCallback whereOptCallback
public Object whereOptCallbackData
public boolean fetchSql
public boolean printSql
public String sql
public String getTable()
public void setTable(String __table)
public Action getAction()
public void setAction(Action action)
public String getGroupBy()
public void setGroupBy(String groupBy)
public String getHaving()
public void setHaving(String having)
public Integer getLimitIndex()
public void setLimitIndex(Integer limitIndex)
public Integer getLimitSize()
public void setLimitSize(Integer limitSize)
public boolean getDistinct()
public void setDistinct(boolean distinct)
public boolean getLock()
public void setLock(boolean lock)
public WhereOptCallback getWhereOptCallback()
public void setWhereOptCallback(WhereOptCallback whereOptCallback, Object userData)
public boolean isFetchSql()
public void setFetchSql(boolean fetchSql)
public String getSql()
public void setSql(String sql)
Copyright © 2023. All rights reserved.