database - In Android can I do a sql query on a cursor? -


i might have more 1 filter being chosen on database, query database cursor, query on cursor return one.

you can't query on cursor. cursor result of query. not source of query. need new query same place got original cursor, new arguments specify new data set want.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -