Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

Class android.database. DatabaseUtils

Added Methods
String[]   appendSelectionArgs ( String[], String[] )  
ParcelFileDescriptor   blobFileDescriptorForQuery ( SQLiteDatabase, String , String[] )  
ParcelFileDescriptor   blobFileDescriptorForQuery ( SQLiteStatement, String[] )  
String   concatenateWhere ( String, String )  
int   getSqlStatementType ( String )  
long   queryNumEntries ( SQLiteDatabase, String , String )  
long   queryNumEntries ( SQLiteDatabase, String , String , String[] )  
 

Added Fields
int   STATEMENT_ABORT  
int   STATEMENT_ATTACH  
int   STATEMENT_BEGIN  
int   STATEMENT_COMMIT  
int   STATEMENT_DDL  
int   STATEMENT_OTHER  
int   STATEMENT_PRAGMA  
int   STATEMENT_SELECT  
int   STATEMENT_UNPREPARED  
int   STATEMENT_UPDATE