Itu harus lurus ke depan. Lakukan saja:
public void viewAllData( ) {
aList = getUserInfo(); //this is where you call the local database.
myAdapter = new SQLCustomViewAllDataAdapter( SQLViewAllData.this,aList);
myListView.setAdapter( myAdapter );
}
Juga, pastikan Anda mengubah aList dari tipe SQLPojo ke SQLPojo.UserDetails .