public interface ApiCompatibility
Modifier and Type | Interface and Description |
---|---|
static interface |
ApiCompatibility.CancellationHook
Cancellation hook class returned by
createCancellationHook() . |
Modifier and Type | Method and Description |
---|---|
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.
|
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.This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.