public final class SqlCase
sql语法树:CASE WHEN匹配组
private final SqlExpr
expr
then
SqlCase(SqlExpr expr, SqlExpr then)
final SqlExpr
getExpr()
getThen()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final SqlExpr getExpr()
final SqlExpr getThen()