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, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public 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 ToSql
IOException
Copyright © 2018. All rights reserved.