Example #1
0
 /** Initializes fields */
 public void setUp() throws PersistenceException, SQLException {
   _db = _category.getDatabase();
   _conn = _category.getJDBCConnection();
 }