public class MetaAlterTable extends Meta
| Constructor and Description |
|---|
MetaAlterTable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getAlterType() |
int |
getColLength() |
String |
getColName() |
String |
getColNewName() |
int |
getColType() |
String |
getColValue() |
List<TagAlter> |
getTags() |
int |
hashCode() |
boolean |
isColValueNull() |
void |
setAlterType(int alterType) |
void |
setColLength(int colLength) |
void |
setColName(String colName) |
void |
setColNewName(String colNewName) |
void |
setColType(int colType) |
void |
setColValue(String colValue) |
void |
setColValueNull(boolean colValueNull) |
void |
setTags(List<TagAlter> tags) |
getTableName, getTableType, getType, setTableName, setTableType, setTypepublic int getAlterType()
public void setAlterType(int alterType)
public String getColName()
public void setColName(String colName)
public String getColNewName()
public void setColNewName(String colNewName)
public int getColType()
public void setColType(int colType)
public int getColLength()
public void setColLength(int colLength)
public String getColValue()
public void setColValue(String colValue)
public boolean isColValueNull()
public void setColValueNull(boolean colValueNull)
Copyright © 2025. All rights reserved.