Modifier and Type | Field | Description |
---|---|---|
List<Expr> |
args |
|
Expr |
lhs |
|
boolean |
not |
|
QualifiedName |
rhs |
Constructor | Description |
---|---|
InTableExpr(Expr lhs,
boolean not,
QualifiedName rhs,
List<Expr> args) |
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 Expr lhs
public final boolean not
public final QualifiedName rhs
public InTableExpr(Expr lhs, boolean not, QualifiedName rhs, List<Expr> args)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.