|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApiCompatibility
Compatibility interface to support various different versions of the Android API.
| Nested Class Summary | |
|---|---|
static interface |
ApiCompatibility.CancellationHook
Cancellation hook class returned by createCancellationHook(). |
| Method Summary | |
|---|---|
ApiCompatibility.CancellationHook |
createCancellationHook()
Return a cancellation hook object that will be passed to the rawQuery(SQLiteDatabase, String, String[], CancellationHook). |
android.database.Cursor |
rawQuery(android.database.sqlite.SQLiteDatabase db,
String sql,
String[] selectionArgs,
ApiCompatibility.CancellationHook cancellationHook)
Perform a raw query on a database with an optional cancellation-hook. |
| Method Detail |
|---|
android.database.Cursor rawQuery(android.database.sqlite.SQLiteDatabase db,
String sql,
String[] selectionArgs,
ApiCompatibility.CancellationHook cancellationHook)
ApiCompatibility.CancellationHook createCancellationHook()
rawQuery(SQLiteDatabase, String, String[], CancellationHook). If not supported then this will return
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||