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