Modifier and Type | Field | Description |
---|---|---|
As |
as |
|
List<Expr> |
exprs |
|
FromClause |
from |
|
Indexed |
indexed |
|
Select |
select |
|
QualifiedName |
tblName |
Modifier and Type | Method | Description |
---|---|---|
static SelectTable |
select(Select select,
As as) |
|
static SelectTable |
sub(FromClause from,
As as) |
|
static SelectTable |
table(QualifiedName tblName,
As as,
Indexed indexed) |
|
static SelectTable |
tableCall(QualifiedName tblName,
List<Expr> exprs,
As as) |
|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public final QualifiedName tblName
public final Indexed indexed
public final Select select
public final FromClause from
public final As as
public static SelectTable table(QualifiedName tblName, As as, Indexed indexed)
public static SelectTable tableCall(QualifiedName tblName, List<Expr> exprs, As as)
public static SelectTable select(Select select, As as)
public static SelectTable sub(FromClause from, As as)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.