Modifier and Type | Field | Description |
---|---|---|
CreateTableBody |
body |
|
boolean |
ifNotExists |
|
QualifiedName |
tblName |
|
boolean |
temporary |
Constructor | Description |
---|---|
CreateTable(boolean temporary,
boolean ifNotExists,
QualifiedName tblName,
CreateTableBody body) |
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 tblName
public final CreateTableBody body
public CreateTable(boolean temporary, boolean ifNotExists, QualifiedName tblName, CreateTableBody body)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.