![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Contains database util functions for comprehension template's app. More...
Public Member Functions | |
ComprehensionDb (Context context) | |
void | open () throws SQLException |
boolean | isOpen () |
void | close () |
Cursor | getMetaCursor () |
void | markAnswered (int id, int answer) |
void | markUnAnswered (int id) |
void | resetCount () |
int[] | getStatistics () |
Cursor | getQuestionCursorById (int id) |
long | getCountQuestions () |
int | bulkInsertQuestions (@NonNull ContentValues[] values) |
int | bulkInsertMetaDetails (@NonNull ContentValues[] values) |
Private Attributes | |
final ComprehensionDBHelper | dbHelper |
SQLiteDatabase | db |
Static Private Attributes | |
static final String | EQUAL = " == " |
Contains database util functions for comprehension template's app.
Created by Anupam (opticod) on 1/6/16.
org.buildmlearn.comprehension.data.ComprehensionDb.ComprehensionDb | ( | Context | context | ) |
int org.buildmlearn.comprehension.data.ComprehensionDb.bulkInsertMetaDetails | ( | @NonNull ContentValues[] | values | ) |
int org.buildmlearn.comprehension.data.ComprehensionDb.bulkInsertQuestions | ( | @NonNull ContentValues[] | values | ) |
void org.buildmlearn.comprehension.data.ComprehensionDb.close | ( | ) |
long org.buildmlearn.comprehension.data.ComprehensionDb.getCountQuestions | ( | ) |
Cursor org.buildmlearn.comprehension.data.ComprehensionDb.getMetaCursor | ( | ) |
Cursor org.buildmlearn.comprehension.data.ComprehensionDb.getQuestionCursorById | ( | int | id | ) |
int [] org.buildmlearn.comprehension.data.ComprehensionDb.getStatistics | ( | ) |
boolean org.buildmlearn.comprehension.data.ComprehensionDb.isOpen | ( | ) |
void org.buildmlearn.comprehension.data.ComprehensionDb.markAnswered | ( | int | id, |
int | answer | ||
) |
void org.buildmlearn.comprehension.data.ComprehensionDb.markUnAnswered | ( | int | id | ) |
void org.buildmlearn.comprehension.data.ComprehensionDb.open | ( | ) | throws SQLException |
void org.buildmlearn.comprehension.data.ComprehensionDb.resetCount | ( | ) |
|
private |
|
private |
|
staticprivate |