|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Method Summary | |
|---|---|
void |
cursorClosed()
Called by a SQLiteCursor when it it closed to destroy this object as well. |
void |
cursorDeactivated()
Called by a SQLiteCursor when it is released. |
void |
cursorRequeried(Cursor cursor)
Called by a SQLiteCursor when it is requeryed. |
Cursor |
query(SQLiteDatabase.CursorFactory factory,
String[] bindArgs)
Executes the query returning a Cursor over the result set. |
void |
setBindArguments(String[] bindArgs)
Set new bind arguments. |
| Method Detail |
|---|
Cursor query(SQLiteDatabase.CursorFactory factory,
String[] bindArgs)
factory - The CursorFactory to use when creating the Cursors, or
null if standard SQLiteCursors should be returned.
void cursorDeactivated()
void cursorRequeried(Cursor cursor)
void cursorClosed()
void setBindArguments(String[] bindArgs)
bindArgs - the new arguments
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||