Skip to content

Commit

Permalink
helper method to remove indices and foreign keys
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Apr 23, 2012
1 parent 6783e14 commit 2b0ac46
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -103,6 +103,14 @@ public void removeAllColumns() {
columns.clear();
}

public void removeAllIndices() {
indices.clear();
}

public void removeAllForeignKeys() {
foreignKeys.clear();
}

/**
* Returns the catalog of this table as read from the database.
*
Expand Down

0 comments on commit 2b0ac46

Please sign in to comment.