new SQLAlterTableAlterColumn ().accept(adapter);
new SQLAlterTableStatement ().accept(adapter);
new SQLAlterTableDisableConstraint ().accept(adapter);
new SQLAlterTableEnableConstraint ().accept(adapter);
new SQLColumnCheck ().accept(adapter);
new SQLExprHint ().accept(adapter);
new SQLAlterTableDropConstraint ().accept(adapter);
}