public static interface Database.DatabaseDriver.ExecuteResultHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
handleInsert(long insertedId) |
T |
handleRawQuery() |
T |
handleSelect(android.database.Cursor result) |
T |
handleUpdateDelete(int count) |
T handleRawQuery() throws android.database.sqlite.SQLiteException
android.database.sqlite.SQLiteExceptionT handleSelect(android.database.Cursor result) throws android.database.sqlite.SQLiteException
android.database.sqlite.SQLiteExceptionT handleInsert(long insertedId) throws android.database.sqlite.SQLiteException
android.database.sqlite.SQLiteExceptionT handleUpdateDelete(int count) throws android.database.sqlite.SQLiteException
android.database.sqlite.SQLiteException