Esempio n. 1
0
  /** Close the database cleanly. */
  private void close() throws DatabaseException {

    db.close();
  }