hi, is it safe to assume that for given sqlite table, curor column indexes increases (starting from zero) in order as they are defined in 'create table' statement?
i would like to create final static int indexes in my content provider to avoid calling getColumnIndexOrThrow each time i iterate over query ()'s returned cursor thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

