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 match template's simulator. More...
Public Member Functions | |
MatchDb (Context context) | |
void | open () throws SQLException |
void | close () |
Cursor | getMetaCursor () |
Cursor | getRandMatchCursor () |
void | deleteAll () |
int | bulkInsertMatches (@NonNull ContentValues[] values) |
long | getCountMatches () |
int | bulkInsertMetaDetails (@NonNull ContentValues[] values) |
Private Attributes | |
final MatchDBHelper | dbHelper |
SQLiteDatabase | db |
Contains database util functions for match template's simulator.
Created by Anupam (opticod) on 24/7/16.
org.buildmlearn.toolkit.matchtemplate.data.MatchDb.MatchDb | ( | Context | context | ) |
int org.buildmlearn.toolkit.matchtemplate.data.MatchDb.bulkInsertMatches | ( | @NonNull ContentValues[] | values | ) |
int org.buildmlearn.toolkit.matchtemplate.data.MatchDb.bulkInsertMetaDetails | ( | @NonNull ContentValues[] | values | ) |
void org.buildmlearn.toolkit.matchtemplate.data.MatchDb.close | ( | ) |
void org.buildmlearn.toolkit.matchtemplate.data.MatchDb.deleteAll | ( | ) |
long org.buildmlearn.toolkit.matchtemplate.data.MatchDb.getCountMatches | ( | ) |
Cursor org.buildmlearn.toolkit.matchtemplate.data.MatchDb.getMetaCursor | ( | ) |
Cursor org.buildmlearn.toolkit.matchtemplate.data.MatchDb.getRandMatchCursor | ( | ) |
void org.buildmlearn.toolkit.matchtemplate.data.MatchDb.open | ( | ) | throws SQLException |
|
private |
|
private |