Uses of Class
android.database.sqlite.SQLiteStatement

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)
           
 



Copyright © 2008-2012. All Rights Reserved.