changeColumnName

changeColumnName(tableName:     String;
                 oldColumnName: String;
                 newColumnName: String);

The changeColumnName method of the RelationalView class changes the name of the column specified by the value of the oldColumnName parameter in the table specified by the tableName parameter to the value specified by the newColumnName parameter.

This method does not apply to RPS mappings.

Calls to this method can raise the following exceptions.