public class MySqlAlterTableAlterColumn extends MySqlObjectImpl implements SQLAlterTableItem
构造器和说明 |
---|
MySqlAlterTableAlterColumn() |
限定符和类型 | 方法和说明 |
---|---|
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
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(MySqlASTVisitor visitor)
accept0
在接口中 MySqlObject
accept0
在类中 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–2016 Alibaba Group. All rights reserved.