Modifier and Type | Field | Description |
---|---|---|
Expr |
base |
|
Expr |
elseExpr |
|
List<WhenThenPair> |
whenThenPairs |
Constructor | Description |
---|---|
CaseExpr(Expr base,
List<WhenThenPair> whenThenPairs,
Expr elseExpr) |
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 base
public final List<WhenThenPair> whenThenPairs
public final Expr elseExpr
public CaseExpr(Expr base, List<WhenThenPair> whenThenPairs, Expr elseExpr)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.