com.example.wondercoll.DatabaseConnection.DatabaseConnection |
( |
Context |
context | ) |
|
Constructor Takes and keeps a reference of the passed context in order to access to the application assets and resources.
- Parameters
-
boolean com.example.wondercoll.DatabaseConnection.addCardToDatabase |
( |
Card |
new_card, |
|
|
Activity |
activity |
|
) |
| |
synchronized void com.example.wondercoll.DatabaseConnection.close |
( |
| ) |
|
void com.example.wondercoll.DatabaseConnection.deleteAll |
( |
| ) |
|
void com.example.wondercoll.DatabaseConnection.onCreate |
( |
SQLiteDatabase |
db | ) |
|
void com.example.wondercoll.DatabaseConnection.onOpen |
( |
SQLiteDatabase |
db | ) |
|
void com.example.wondercoll.DatabaseConnection.onUpgrade |
( |
SQLiteDatabase |
db, |
|
|
int |
oldVersion, |
|
|
int |
newVersion |
|
) |
| |
void com.example.wondercoll.DatabaseConnection.populateListViewWithCards |
( |
Activity |
a, |
|
|
String |
q |
|
) |
| |
The documentation for this class was generated from the following file: