Powinno być proste. Po prostu zrób:
public void viewAllData( ) {
aList = getUserInfo(); //this is where you call the local database.
myAdapter = new SQLCustomViewAllDataAdapter( SQLViewAllData.this,aList);
myListView.setAdapter( myAdapter );
}
Upewnij się również, że zmieniłeś aList z typu SQLPojo do SQLPojo.UserDetails .