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, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlObjectImplpublic 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–2018 Alibaba Group. All rights reserved.