![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Contains database util functions for match template's app. More...

Public Member Functions | |
| MatchDb (Context context) | |
| void | open () throws SQLException |
| void | close () |
| Cursor | getMetaCursor () |
| Cursor | getRandMatchCursor () |
| int | bulkInsertMatches (@NonNull ContentValues[] values) |
| int | bulkInsertMetaDetails (@NonNull ContentValues[] values) |
Private Attributes | |
| final MatchDBHelper | dbHelper |
| SQLiteDatabase | db |
Static Private Attributes | |
| static final String | EQUAL = " == " |
Contains database util functions for match template's app.
Created by Anupam (opticod) on 24/7/16.
| org.buildmlearn.matchtemplate.data.MatchDb.MatchDb | ( | Context | context | ) |
| int org.buildmlearn.matchtemplate.data.MatchDb.bulkInsertMatches | ( | @NonNull ContentValues[] | values | ) |
| int org.buildmlearn.matchtemplate.data.MatchDb.bulkInsertMetaDetails | ( | @NonNull ContentValues[] | values | ) |
| void org.buildmlearn.matchtemplate.data.MatchDb.close | ( | ) |
| Cursor org.buildmlearn.matchtemplate.data.MatchDb.getMetaCursor | ( | ) |
| Cursor org.buildmlearn.matchtemplate.data.MatchDb.getRandMatchCursor | ( | ) |
| void org.buildmlearn.matchtemplate.data.MatchDb.open | ( | ) | throws SQLException |
|
private |
|
private |
|
staticprivate |
1.8.11