// Tanca la BD public void tanca() { ajuda.close(); }
// Obre la BD public DBInterface obre() throws SQLException { bd = ajuda.getWritableDatabase(); return this; }