MySqlAlterTableModifyColumn

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.
getAfterColumn
SQLName getAfterColumn()
Undocumented in source. Be warned that the author may not have intended to support it.
getFirstColumn
SQLName getFirstColumn()
Undocumented in source. Be warned that the author may not have intended to support it.
getNewColumnDefinition
SQLColumnDefinition getNewColumnDefinition()
Undocumented in source. Be warned that the author may not have intended to support it.
isFirst
bool isFirst()
Undocumented in source. Be warned that the author may not have intended to support it.
setAfterColumn
void setAfterColumn(SQLName afterColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
setFirst
void setFirst(bool first)
Undocumented in source. Be warned that the author may not have intended to support it.
setFirstColumn
void setFirstColumn(SQLName firstColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
setNewColumnDefinition
void setNewColumnDefinition(SQLColumnDefinition newColumnDefinition)
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