Modifier and Type | Field | Description |
---|---|---|
List<JoinedSelectTable> |
joins |
|
SelectTable |
select |
Constructor | Description |
---|---|
FromClause(SelectTable select,
List<JoinedSelectTable> joins) |
Modifier and Type | Method | Description |
---|---|---|
static FromClause |
from(FromClause from,
JoinOperator op) |
|
static FromClause |
from(FromClause from,
SelectTable select,
JoinConstraint constraint) |
|
static FromClause |
from(QualifiedName qualifiedName) |
|
static FromClause |
from(Select subSelect) |
|
static FromClause |
from(SelectBody subSelect) |
|
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 SelectTable select
public final List<JoinedSelectTable> joins
public FromClause(SelectTable select, List<JoinedSelectTable> joins)
public static FromClause from(QualifiedName qualifiedName)
public static FromClause from(SelectBody subSelect)
public static FromClause from(Select subSelect)
public static FromClause from(FromClause from, JoinOperator op)
public static FromClause from(FromClause from, SelectTable select, JoinConstraint constraint)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.