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

    return this;
  }