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