public class MySqlAlterTableAlterColumn extends MySqlObjectImpl implements SQLAlterTableItem
Constructor and Description |
---|
MySqlAlterTableAlterColumn() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLName |
getColumn() |
SQLExpr |
getDefaultExpr() |
boolean |
isDropDefault() |
void |
setColumn(SQLName column) |
void |
setDefaultExpr(SQLExpr defaultExpr) |
void |
setDropDefault(boolean dropDefault) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(MySqlASTVisitor visitor)
accept0
in interface MySqlObject
accept0
in class MySqlObjectImpl
public boolean isDropDefault()
public void setDropDefault(boolean dropDefault)
public SQLExpr getDefaultExpr()
public void setDefaultExpr(SQLExpr defaultExpr)
public SQLName getColumn()
public void setColumn(SQLName column)
Copyright © 2013–2017 Alibaba Group. All rights reserved.