Modifier and Type | Field | Description |
---|---|---|
boolean |
comma |
|
JoinType |
joinType |
|
boolean |
natural |
Modifier and Type | Method | Description |
---|---|---|
static JoinOperator |
comma() |
|
static JoinOperator |
from(Token a,
Token b,
Token c) |
|
void |
toSql(Appendable a) |
|
static JoinOperator |
typedJoin(boolean natural,
JoinType joinType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public final boolean comma
public final boolean natural
public final JoinType joinType
public static JoinOperator comma()
public static JoinOperator typedJoin(boolean natural, JoinType joinType)
public static JoinOperator from(Token a, Token b, Token c)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.