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.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.buildmlearn.toolkit.dictationtemplate.data.DictDb Class Reference

Contains database util functions for dictation template's simulator. More...

Collaboration diagram for org.buildmlearn.toolkit.dictationtemplate.data.DictDb:
Collaboration graph
[legend]

Public Member Functions

 DictDb (Context context)
 
void open () throws SQLException
 
void close ()
 
Cursor getDictsCursor ()
 
Cursor getDictCursorById (int id)
 
long getCount ()
 
void deleteAll ()
 
int bulkInsert (@NonNull ContentValues[] values)
 

Private Attributes

final DictDBHelper dbHelper
 
SQLiteDatabase db
 

Static Private Attributes

static final String EQUAL = " == "
 

Detailed Description

Contains database util functions for dictation template's simulator.

Created by Anupam (opticod) on 10/7/16.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.dictationtemplate.data.DictDb.DictDb ( Context  context)

Member Function Documentation

int org.buildmlearn.toolkit.dictationtemplate.data.DictDb.bulkInsert ( @NonNull ContentValues[]  values)
void org.buildmlearn.toolkit.dictationtemplate.data.DictDb.close ( )
void org.buildmlearn.toolkit.dictationtemplate.data.DictDb.deleteAll ( )
long org.buildmlearn.toolkit.dictationtemplate.data.DictDb.getCount ( )
Cursor org.buildmlearn.toolkit.dictationtemplate.data.DictDb.getDictCursorById ( int  id)
Cursor org.buildmlearn.toolkit.dictationtemplate.data.DictDb.getDictsCursor ( )
void org.buildmlearn.toolkit.dictationtemplate.data.DictDb.open ( ) throws SQLException

Member Data Documentation

SQLiteDatabase org.buildmlearn.toolkit.dictationtemplate.data.DictDb.db
private
final DictDBHelper org.buildmlearn.toolkit.dictationtemplate.data.DictDb.dbHelper
private
final String org.buildmlearn.toolkit.dictationtemplate.data.DictDb.EQUAL = " == "
staticprivate

The documentation for this class was generated from the following file: