public class SQLCommandInfoHolder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLCommandInfoHolder.Builder |
| Constructor and Description |
|---|
SQLCommandInfoHolder(SQLCommandType sqlCommandType,
net.sf.jsqlparser.expression.Expression whereClause,
boolean isDistinct,
boolean isCountAll,
String table,
long limit,
List<net.sf.jsqlparser.statement.select.SelectItem> selectItems,
List<net.sf.jsqlparser.statement.select.Join> joins,
List<String> groupBys,
List<net.sf.jsqlparser.statement.select.OrderByElement> orderByElements) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGoupBys() |
List<net.sf.jsqlparser.statement.select.Join> |
getJoins() |
long |
getLimit() |
List<net.sf.jsqlparser.statement.select.OrderByElement> |
getOrderByElements() |
List<net.sf.jsqlparser.statement.select.SelectItem> |
getSelectItems() |
SQLCommandType |
getSqlCommandType() |
String |
getTable() |
net.sf.jsqlparser.expression.Expression |
getWhereClause() |
boolean |
isCountAll() |
boolean |
isDistinct() |
public SQLCommandInfoHolder(SQLCommandType sqlCommandType, net.sf.jsqlparser.expression.Expression whereClause, boolean isDistinct, boolean isCountAll, String table, long limit, List<net.sf.jsqlparser.statement.select.SelectItem> selectItems, List<net.sf.jsqlparser.statement.select.Join> joins, List<String> groupBys, List<net.sf.jsqlparser.statement.select.OrderByElement> orderByElements)
public boolean isDistinct()
public boolean isCountAll()
public String getTable()
public long getLimit()
public net.sf.jsqlparser.expression.Expression getWhereClause()
public List<net.sf.jsqlparser.statement.select.SelectItem> getSelectItems()
public List<net.sf.jsqlparser.statement.select.Join> getJoins()
public List<net.sf.jsqlparser.statement.select.OrderByElement> getOrderByElements()
public SQLCommandType getSqlCommandType()
Copyright © 2018. All rights reserved.