Modifier and Type | Field | Description |
---|---|---|
List<IndexedColumn> |
columns |
|
Select |
select |
|
String |
tblName |
Constructor | Description |
---|---|
CommonTableExpr(String tblName,
List<IndexedColumn> columns,
Select select) |
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 String tblName
public final List<IndexedColumn> columns
public final Select select
public CommonTableExpr(String tblName, List<IndexedColumn> columns, Select select)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.