MySqlAlterTableAlterColumn

Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlObjectImpl.accept0
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumn
SQLName getColumn()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefaultExpr
SQLExpr getDefaultExpr()
Undocumented in source. Be warned that the author may not have intended to support it.
isDropDefault
bool isDropDefault()
Undocumented in source. Be warned that the author may not have intended to support it.
setColumn
void setColumn(SQLName column)
Undocumented in source. Be warned that the author may not have intended to support it.
setDefaultExpr
void setDefaultExpr(SQLExpr defaultExpr)
Undocumented in source. Be warned that the author may not have intended to support it.
setDropDefault
void setDropDefault(bool dropDefault)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlObjectImpl

computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source.

Meta