Skip to content

Commit

Permalink
setter for db.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattelacchiato committed Apr 12, 2011
1 parent f8c6d3e commit c5c08f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/de/splitstudio/androidb/Table.java
Original file line number Diff line number Diff line change
Expand Up @@ -627,4 +627,8 @@ public static void closeDB() {
}
}

public static void setDb(final SQLiteDatabase newDB) {
db = newDB;
}

}

0 comments on commit c5c08f4

Please sign in to comment.