public class SQLAlterTableAlterColumn extends SQLObjectImpl implements SQLAlterTableItem
构造器和说明 |
---|
SQLAlterTableAlterColumn() |
限定符和类型 | 方法和说明 |
---|---|
SQLColumnDefinition |
getColumn() |
SQLExpr |
getSetDefault() |
boolean |
isDropDefault() |
boolean |
isDropNotNull() |
boolean |
isSetNotNull() |
void |
setColumn(SQLColumnDefinition column) |
void |
setDropDefault(boolean dropDefault) |
void |
setDropNotNull(boolean dropNotNull) |
void |
setSetDefault(SQLExpr setDefault) |
void |
setSetNotNull(boolean setNotNull) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public SQLColumnDefinition getColumn()
public void setColumn(SQLColumnDefinition column)
public boolean isSetNotNull()
public void setSetNotNull(boolean setNotNull)
public boolean isDropNotNull()
public void setDropNotNull(boolean dropNotNull)
public SQLExpr getSetDefault()
public void setSetDefault(SQLExpr setDefault)
public boolean isDropDefault()
public void setDropDefault(boolean dropDefault)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.