public class Alter extends Object implements Statement
Constructor and Description |
---|
Alter() |
Modifier and Type | Method and Description |
---|---|
void |
accept(StatementVisitor statementVisitor) |
String |
getColumnName() |
ColDataType |
getDataType() |
Table |
getTable() |
void |
setColumnName(String columnName) |
void |
setDataType(ColDataType dataType) |
void |
setTable(Table table) |
String |
toString() |
public Table getTable()
public void setTable(Table table)
public String getColumnName()
public void setColumnName(String columnName)
public ColDataType getDataType()
public void setDataType(ColDataType dataType)
public void accept(StatementVisitor statementVisitor)
Copyright © 2006–2018 TinyGroup. All rights reserved.