List<String> renameTable(SchemaTable table, String name)

Source

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