| Modifier and Type | Field | Description |
|---|---|---|
JoinConstraint |
constraint |
|
JoinOperator |
operator |
|
SelectTable |
select |
| Constructor | Description |
|---|---|
JoinedSelectTable(JoinOperator operator,
SelectTable select,
JoinConstraint constraint) |
| 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 JoinOperator operator
public final SelectTable select
public final JoinConstraint constraint
public JoinedSelectTable(JoinOperator operator, SelectTable select, JoinConstraint constraint)
public void toSql(Appendable a) throws IOException
toSql in interface ToSqlIOExceptionCopyright © 2018. All rights reserved.