|  | Toolkit-mobile-templates
    2.0.0
    This repository contains the template applications of the toolkit. | 
Contains database util functions for dictation template's app. More...

| Public Member Functions | |
| DictDb (Context context) | |
| void | open () throws SQLException | 
| boolean | isOpen () | 
| void | close () | 
| Cursor | getDictsCursor () | 
| Cursor | getDictCursorById (int id) | 
| long | getCount () | 
| int | bulkInsert (@NonNull ContentValues[] values) | 
| Private Attributes | |
| final DictDBHelper | dbHelper | 
| SQLiteDatabase | db | 
| Static Private Attributes | |
| static final String | EQUAL = " == " | 
Contains database util functions for dictation template's app.
Created by Anupam (opticod) on 4/7/16.
| org.buildmlearn.dictation.data.DictDb.DictDb | ( | Context | context | ) | 
| int org.buildmlearn.dictation.data.DictDb.bulkInsert | ( | @NonNull ContentValues[] | values | ) | 
| void org.buildmlearn.dictation.data.DictDb.close | ( | ) | 
| long org.buildmlearn.dictation.data.DictDb.getCount | ( | ) | 
| Cursor org.buildmlearn.dictation.data.DictDb.getDictCursorById | ( | int | id | ) | 
| Cursor org.buildmlearn.dictation.data.DictDb.getDictsCursor | ( | ) | 
| boolean org.buildmlearn.dictation.data.DictDb.isOpen | ( | ) | 
| void org.buildmlearn.dictation.data.DictDb.open | ( | ) | throws SQLException | 
| 
 | private | 
| 
 | private | 
| 
 | staticprivate | 
 1.8.11
 1.8.11