List<String> renameColumn(SchemaTable table, SchemaColumn column, String name)

Source

List<String> renameColumn(
    SchemaTable table, SchemaColumn column, String name) {
  // Must rename indices, constraints, etc.
  throw new UnsupportedError("renameColumn is not yet supported.");
}