public class Select extends Sql
| Constructor and Description |
|---|
Select(Sql options,
List selectExpr,
From from,
Where where,
GroupBy groupBy,
Having having,
OrderBy orderBy,
Limit limit,
Into into) |
Select(Sql options,
List selectExpr,
Into into) |
| Modifier and Type | Method and Description |
|---|---|
From |
getFrom() |
GroupBy |
getGroupBy() |
Having |
getHaving() |
Into |
getInto() |
Limit |
getLimit() |
Sql |
getOptions() |
OrderBy |
getOrderBy() |
List |
getSelectExpr() |
Where |
getWhere() |
java.lang.String |
toString() |
public Sql getOptions()
public List getSelectExpr()
public From getFrom()
public Where getWhere()
public GroupBy getGroupBy()
public Having getHaving()
public OrderBy getOrderBy()
public Limit getLimit()
public Into getInto()
Copyright © 2018. All rights reserved.