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