示例#1
0
 /**
  * Executes the SQL operations to delete this column.
  *
  * @throws SQLException if the delete fails
  */
 public void delete() throws SQLException {
   ERXJDBCUtilities.executeUpdateScript(
       _table.database().adaptorChannel(),
       ERXMigrationDatabase._stringsForExpressions(_deleteExpressions()));
   _table._columnDeleted(this);
 }