| Modifier and Type | Field | Description |
|---|---|---|
List<ResultColumn> |
columns |
|
Distinctness |
distinctness |
|
FromClause |
from |
|
GroupBy |
groupBy |
|
List<List<Expr>> |
values |
|
Expr |
whereClause |
| Constructor | Description |
|---|---|
OneSelect(List<List<Expr>> values) |
|
OneSelect(Distinctness distinctness,
List<ResultColumn> columns,
FromClause from,
Expr whereClause,
GroupBy groupBy) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSqlpublic final Distinctness distinctness
public final List<ResultColumn> columns
public final FromClause from
public final Expr whereClause
public final GroupBy groupBy
public OneSelect(Distinctness distinctness, List<ResultColumn> columns, FromClause from, Expr whereClause, GroupBy groupBy)
public void toSql(Appendable a) throws IOException
toSql in interface ToSqlIOExceptionCopyright © 2018. All rights reserved.