BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
Contains database util functions for flash card template's simulator. More...
Public Member Functions | |
FlashDb (Context context) | |
void | open () throws SQLException |
void | close () |
Cursor | getFlashCursorById (int id) |
long | getCountFlashCards () |
int | bulkInsertFlashCards (@NonNull ContentValues[] values) |
void | deleteAll () |
Private Attributes | |
final FlashDBHelper | dbHelper |
SQLiteDatabase | db |
Static Private Attributes | |
static final String | EQUAL = " == " |
Contains database util functions for flash card template's simulator.
Created by Anupam (opticod) on 10/8/16.
org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.FlashDb | ( | Context | context | ) |
int org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.bulkInsertFlashCards | ( | @NonNull ContentValues[] | values | ) |
void org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.close | ( | ) |
void org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.deleteAll | ( | ) |
long org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.getCountFlashCards | ( | ) |
Cursor org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.getFlashCursorById | ( | int | id | ) |
void org.buildmlearn.toolkit.flashcardtemplate.data.FlashDb.open | ( | ) | throws SQLException |
|
private |
|
private |
|
staticprivate |