removeColumn

removeColumn(tableName:  String;
             columnName: String) final, updating;

The removeColumn method of the RelationalView class removes the column specified by the columnName parameter in the table specified by the tableName parameter.

This method applies to RPS mappings and ODBC relational views.

Calls to this method can raise the following exceptions.