Ejemplo n.º 1
0
 /** Close DB */
 public void close() {
   DBHelper.close();
 }
Ejemplo n.º 2
0
  /**
   * Open DB
   *
   * @return DBhandler
   * @throws SQLException
   */
  public DBHandler open() throws SQLException {
    bd = DBHelper.getWritableDatabase();

    return this;
  }