| 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, waitcomma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSqlpublic 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 ToSqlIOExceptionCopyright © 2018. All rights reserved.