| Modifier and Type | Field | Description |
|---|---|---|
ColumnDefinition |
colDefinition |
|
String |
renameTo |
|
QualifiedName |
tblName |
| Constructor | Description |
|---|---|
AlterTable(QualifiedName tblName,
String renameTo) |
|
AlterTable(QualifiedName tblName,
ColumnDefinition colDefinition) |
| 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 QualifiedName tblName
public final String renameTo
public final ColumnDefinition colDefinition
public AlterTable(QualifiedName tblName, String renameTo)
public AlterTable(QualifiedName tblName, ColumnDefinition colDefinition)
public void toSql(Appendable a) throws IOException
toSql in interface ToSqlIOExceptionCopyright © 2018. All rights reserved.