Modifier and Type | Field | Description |
---|---|---|
List<CommonTableExpr> |
ctes |
|
boolean |
recursive |
Constructor | Description |
---|---|
With(boolean recursive,
List<CommonTableExpr> ctes) |
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 boolean recursive
public final List<CommonTableExpr> ctes
public With(boolean recursive, List<CommonTableExpr> ctes)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.