CURrent Set Of Records = CURSOR

This is more of a SQL term then a Java or Android thing. When you
query a database you get a list of records back (think Excel
spreadsheet). A CURSOR would be one row or record from that list. The
important thing about them is they let you walk through your query
result set.

Ken

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to