Contains database util functions for video collection template's simulator.
More...
|
static final String | EQUAL = " == " |
|
Contains database util functions for video collection template's simulator.
Created by Anupam (opticod) on 19/5/16.
org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.VideoDb |
( |
Context |
context | ) |
|
int org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.bulkInsert |
( |
@NonNull ContentValues[] |
values | ) |
|
void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.close |
( |
| ) |
|
void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.deleteAll |
( |
| ) |
|
long org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.getCount |
( |
| ) |
|
Cursor org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.getVideoCursorById |
( |
int |
id | ) |
|
Cursor org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.getVideosCursor |
( |
| ) |
|
void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.open |
( |
| ) |
throws SQLException |
SQLiteDatabase org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.db |
|
private |
final VideoDBHelper org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.dbHelper |
|
private |
final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoDb.EQUAL = " == " |
|
staticprivate |
The documentation for this class was generated from the following file:
- source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/data/VideoDb.java