Stmt, ToSql, TriggerCmdpublic class Select extends Object implements Stmt, TriggerCmd
| Modifier and Type | Field | Description |
|---|---|---|
SelectBody |
body |
|
Limit |
limit |
|
List<SortedColumn> |
orderBy |
|
With |
with |
| Constructor | Description |
|---|---|
Select(With with,
SelectBody body,
List<SortedColumn> orderBy,
Limit limit) |
| Modifier and Type | Method | Description |
|---|---|---|
static Select |
from(OneSelect oneSelect) |
|
static Select |
from(SelectBody body) |
|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSqlpublic final With with
public final SelectBody body
public final List<SortedColumn> orderBy
public final Limit limit
public Select(With with, SelectBody body, List<SortedColumn> orderBy, Limit limit)
public static Select from(SelectBody body)
public void toSql(Appendable a) throws IOException
toSql in interface ToSqlIOExceptionCopyright © 2018. All rights reserved.