-
public class DBUtils
-
-
Method Summary
Modifier and Type Method Description static voidcursorRowToContentValues(Cursor cursor, ContentValues values)static voidenhancedCursorRowToContentValues(Cursor cursor, ContentValues values)static longqueryRowsCount(SQLiteDatabase db, String tableName)-
-
Method Detail
-
cursorRowToContentValues
static void cursorRowToContentValues(Cursor cursor, ContentValues values)
-
enhancedCursorRowToContentValues
static void enhancedCursorRowToContentValues(Cursor cursor, ContentValues values)
-
queryRowsCount
static long queryRowsCount(SQLiteDatabase db, String tableName)
-
-
-
-