ePerion Gallery  1.2
ePerion gallery application for the europeean ePerion project. This is an android application which manage a smart gallery where you can modify picture colors, sort the pictures and visualize any picture on Google Map.
 All Classes Namespaces Functions
com.android.ePerion.gallery.database.PictureDatabaseHelper Class Reference
Inheritance diagram for com.android.ePerion.gallery.database.PictureDatabaseHelper:

Public Member Functions

 PictureDatabaseHelper (Context context, String name, CursorFactory factory, int version)
 
void onCreate (SQLiteDatabase db)
 
void onUpgrade (SQLiteDatabase db, int oldVersion, int newVersion)
 

Detailed Description

Class which helps you to create the table which belong to the picture database.

Author
Julien Salvi

Constructor & Destructor Documentation

com.android.ePerion.gallery.database.PictureDatabaseHelper.PictureDatabaseHelper ( Context  context,
String  name,
CursorFactory  factory,
int  version 
)

Constructs a new database helper object thanks to the current context, the database name, the cursor factory and the database version.

Parameters
contextThe context.
nameDatabase name.
factoryCursor factory.
versiondatabase version.

The documentation for this class was generated from the following file: