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.infotemplate.data.InfoDb Class Reference

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

Collaboration diagram for org.buildmlearn.toolkit.infotemplate.data.InfoDb:
Collaboration graph
[legend]

Public Member Functions

 InfoDb (Context context)
 
void open () throws SQLException
 
void close ()
 
Cursor getInfosCursor ()
 
Cursor getInfoCursorById (int id)
 
long getCount ()
 
void deleteAll ()
 
int bulkInsert (@NonNull ContentValues[] values)
 

Private Attributes

final InfoDBHelper dbHelper
 
SQLiteDatabase db
 

Static Private Attributes

static final String EQUAL = " == "
 

Detailed Description

Contains database util functions for info template's simulator.

Created by Anupam (opticod) on 20/6/16.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.infotemplate.data.InfoDb.InfoDb ( Context  context)

Member Function Documentation

int org.buildmlearn.toolkit.infotemplate.data.InfoDb.bulkInsert ( @NonNull ContentValues[]  values)
void org.buildmlearn.toolkit.infotemplate.data.InfoDb.close ( )
void org.buildmlearn.toolkit.infotemplate.data.InfoDb.deleteAll ( )
long org.buildmlearn.toolkit.infotemplate.data.InfoDb.getCount ( )
Cursor org.buildmlearn.toolkit.infotemplate.data.InfoDb.getInfoCursorById ( int  id)
Cursor org.buildmlearn.toolkit.infotemplate.data.InfoDb.getInfosCursor ( )
void org.buildmlearn.toolkit.infotemplate.data.InfoDb.open ( ) throws SQLException

Member Data Documentation

SQLiteDatabase org.buildmlearn.toolkit.infotemplate.data.InfoDb.db
private
final InfoDBHelper org.buildmlearn.toolkit.infotemplate.data.InfoDb.dbHelper
private
final String org.buildmlearn.toolkit.infotemplate.data.InfoDb.EQUAL = " == "
staticprivate

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