All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
appendEscapedSQLString(StringBuilder sb,
String sqlString) |
static String[] |
appendSelectionArgs(String[] originalValues,
String[] newValues) |
static void |
appendValueToSql(StringBuilder sql,
Object value) |
static void |
bindObjectToProgram(SQLiteProgram prog,
int index,
Object value) |
static ParcelFileDescriptor |
blobFileDescriptorForQuery(SQLiteDatabase db,
String query,
String[] selectionArgs) |
static ParcelFileDescriptor |
blobFileDescriptorForQuery(SQLiteStatement prog,
String[] selectionArgs) |
static String |
concatenateWhere(String a,
String b) |
static void |
createDbFromSqlStatements(Context context,
String dbName,
int dbVersion,
String sqlStatements) |
static void |
cursorDoubleToContentValues(Cursor cursor,
String field,
ContentValues values,
String key) |
static void |
cursorDoubleToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
static void |
cursorDoubleToCursorValues(Cursor cursor,
String field,
ContentValues values) |
static void |
cursorFloatToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
static void |
cursorIntToContentValues(Cursor cursor,
String field,
ContentValues values) |
static void |
cursorIntToContentValues(Cursor cursor,
String field,
ContentValues values,
String key) |
static void |
cursorIntToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
static void |
cursorLongToContentValues(Cursor cursor,
String field,
ContentValues values) |
static void |
cursorLongToContentValues(Cursor cursor,
String field,
ContentValues values,
String key) |
static void |
cursorLongToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
static void |
cursorRowToContentValues(Cursor cursor,
ContentValues values) |
static void |
cursorShortToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
static void |
cursorStringToContentValues(Cursor cursor,
String field,
ContentValues values) |
static void |
cursorStringToContentValues(Cursor cursor,
String field,
ContentValues values,
String key) |
static void |
cursorStringToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
static void |
cursorStringToInsertHelper(Cursor cursor,
String field,
DatabaseUtils.InsertHelper inserter,
int index) |
static void |
dumpCurrentRow(Cursor cursor) |
static void |
dumpCurrentRow(Cursor cursor,
PrintStream stream) |
static void |
dumpCurrentRow(Cursor cursor,
StringBuilder sb) |
static String |
dumpCurrentRowToString(Cursor cursor) |
static void |
dumpCursor(Cursor cursor) |
static void |
dumpCursor(Cursor cursor,
PrintStream stream) |
static void |
dumpCursor(Cursor cursor,
StringBuilder sb) |
static String |
dumpCursorToString(Cursor cursor) |
static String |
getCollationKey(String name) |
static String |
getHexCollationKey(String name) |
static int |
getSqlStatementType(String sql) |
static long |
longForQuery(SQLiteDatabase db,
String query,
String[] selectionArgs) |
static long |
longForQuery(SQLiteStatement prog,
String[] selectionArgs) |
static long |
queryNumEntries(SQLiteDatabase db,
String table) |
static long |
queryNumEntries(SQLiteDatabase db,
String table,
String selection) |
static long |
queryNumEntries(SQLiteDatabase db,
String table,
String selection,
String[] selectionArgs) |
static void |
readExceptionFromParcel(Parcel reply) |
static void |
readExceptionWithFileNotFoundExceptionFromParcel(Parcel reply) |
static void |
readExceptionWithOperationApplicationExceptionFromParcel(Parcel reply) |
static String |
sqlEscapeString(String value) |
static String |
stringForQuery(SQLiteDatabase db,
String query,
String[] selectionArgs) |
static String |
stringForQuery(SQLiteStatement prog,
String[] selectionArgs) |
static void |
writeExceptionToParcel(Parcel reply,
Exception e) |