Ejemplo n.º 1
0
 /**
  * Constructor; sets the database name
  *
  * @param dbName the path to the database
  */
 public DBHelper(String dbName) {
   this.dbName = dbName;
   init();
 }