![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Contains database util functions for info template's app. More...
Public Member Functions | |
InfoDb (Context context) | |
void | open () throws SQLException |
boolean | isOpen () |
void | close () |
Cursor | getInfosCursor () |
Cursor | getInfoCursorById (int id) |
long | getCount () |
int | bulkInsert (@NonNull ContentValues[] values) |
Private Attributes | |
final InfoDBHelper | dbHelper |
SQLiteDatabase | db |
Static Private Attributes | |
static final String | EQUAL = " == " |
Contains database util functions for info template's app.
Created by Anupam (opticod) on 11/6/16.
org.buildmlearn.infotemplate.data.InfoDb.InfoDb | ( | Context | context | ) |
int org.buildmlearn.infotemplate.data.InfoDb.bulkInsert | ( | @NonNull ContentValues[] | values | ) |
void org.buildmlearn.infotemplate.data.InfoDb.close | ( | ) |
long org.buildmlearn.infotemplate.data.InfoDb.getCount | ( | ) |
Cursor org.buildmlearn.infotemplate.data.InfoDb.getInfoCursorById | ( | int | id | ) |
Cursor org.buildmlearn.infotemplate.data.InfoDb.getInfosCursor | ( | ) |
boolean org.buildmlearn.infotemplate.data.InfoDb.isOpen | ( | ) |
void org.buildmlearn.infotemplate.data.InfoDb.open | ( | ) | throws SQLException |
|
private |
|
private |
|
staticprivate |