Top "Cursor" questions

DO NOT USE.

Changing values from Cursor using SimpleCursorAdapter

I have database table with the columns {Name, Time (UTC format) , Latitude, Longitude} I display the table using a ListActivity …

android sqlite cursor filtering
Android Move cursor from one EditText to another one?

I know these type of question asked many time .but still nobody gave perfect answer for that. I have question : …

android cursor android-edittext cursor-position
Necessity of explicit cursor.close()

From time to time, I'm executing raw queries using connection.cursor() instead of using ORM (since it is definitely not …

python django database cursor database-connection
What will a SQLiteCursor do if a column is null?

I want to get an integer from a Cursor returned from a SQLite query, but I know the integer may …

android sqlite cursor
Difference between ContentObserver and DatasetObserver?

What is difference between ContentObserver and DatasetObserver? When one or another should be used? I get Cursor with single row. …

android cursor android-contentprovider contentobserver
HTML5 Drag and Drop effectAllowed and dropEffect

The relationship between these two properties seems to have been the source of some confusion. Based on reading both the …

javascript jquery html drag-and-drop cursor
What are the benefits of CursorLoaders?

I use Cursors extensively in my app, to load and occasionally write information from and to a database. I have …

android cursor android-3.0-honeycomb android-loadermanager
Getting name and email from contact list is very slow

I'm implementing an AutoCompleteTextView and I need Name and E-Mail of all my contacts. I found this snippet that I'm …

android cursor contacts autocompletetextview
Update a table with values from another table

I have a table (say,ABC) which has the following structure : COMP_CODE NAME SALARY SID1 ------------------------------------- NULL Alex 42000 85 NULL …

sql oracle plsql cursor dml
how to check if a ref cursor returns data from a pl/sql procedure

I would like to know how to check if a ref cursor returns data. Let's say I have the following …

oracle plsql cursor ref-cursor