FileDocCategorySizeDatePackage
SQLiteCursorDriver.javaAPI DocAndroid 1.5 API1848Wed May 06 22:41:54 BST 2009android.database.sqlite

SQLiteCursorDriver

public interface SQLiteCursorDriver
A driver for SQLiteCursors that is used to create them and gets notified by the cursors it creates on significant events in their lifetimes.

Fields Summary
Constructors Summary
Methods Summary
public voidcursorClosed()
Called by a SQLiteCursor when it it closed to destroy this object as well.

public voidcursorDeactivated()
Called by a SQLiteCursor when it is released.

public voidcursorRequeried(android.database.Cursor cursor)
Called by a SQLiteCursor when it is requeryed.

return
The new count value.

public android.database.Cursorquery(android.database.sqlite.SQLiteDatabase.CursorFactory factory, java.lang.String[] bindArgs)
Executes the query returning a Cursor over the result set.

param
factory The CursorFactory to use when creating the Cursors, or null if standard SQLiteCursors should be returned.
return
a Cursor over the result set

public voidsetBindArguments(java.lang.String[] bindArgs)
Set new bind arguments. These will take effect in cursorRequeried().

param
bindArgs the new arguments