| Package | Description |
|---|---|
| android.database | |
| android.database.sqlite |
| Modifier and Type | Method and Description |
|---|---|
static ParcelFileDescriptor |
DatabaseUtils.blobFileDescriptorForQuery(SQLiteStatement prog,
String[] selectionArgs) |
static long |
DatabaseUtils.longForQuery(SQLiteStatement prog,
String[] selectionArgs) |
static String |
DatabaseUtils.stringForQuery(SQLiteStatement prog,
String[] selectionArgs) |
| Modifier and Type | Method and Description |
|---|---|
SQLiteStatement |
SQLiteDatabase.compileStatement(String sql) |
Copyright © 2022. All rights reserved.