Deve ser direto. Apenas faça:
public void viewAllData( ) {
aList = getUserInfo(); //this is where you call the local database.
myAdapter = new SQLCustomViewAllDataAdapter( SQLViewAllData.this,aList);
myListView.setAdapter( myAdapter );
}
Além disso, certifique-se de alterar aList do tipo SQLPojo para SQLPojo.UserDetails .