|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLiteStatement | |
---|---|
android.database | |
android.database.sqlite |
Uses of SQLiteStatement in android.database |
---|
Methods in android.database with parameters of type SQLiteStatement | |
---|---|
static ParcelFileDescriptor |
DatabaseUtils.blobFileDescriptorForQuery(SQLiteStatement prog,
String[] selectionArgs)
|
static long |
DatabaseUtils.longForQuery(SQLiteStatement prog,
String[] selectionArgs)
|
static String |
DatabaseUtils.stringForQuery(SQLiteStatement prog,
String[] selectionArgs)
|
Uses of SQLiteStatement in android.database.sqlite |
---|
Methods in android.database.sqlite that return SQLiteStatement | |
---|---|
SQLiteStatement |
SQLiteDatabase.compileStatement(String sql)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |