Example usage for android.database.sqlite SQLiteOpenHelper subclass-usage

List of usage examples for android.database.sqlite SQLiteOpenHelper subclass-usage

Introduction

In this page you can find the example usage for android.database.sqlite SQLiteOpenHelper subclass-usage.

Usage

From source file org.totschnig.myexpenses.provider.TransactionDatabase.java

public class TransactionDatabase extends SQLiteOpenHelper {
    public static final int DATABASE_VERSION = 58;
    public static final String DATABASE_NAME = "data";
    private Context mCtx;

    private static final String TAG = "TransactionDatabase";

From source file org.digitalcampus.oppia.application.DbHelper.java

public class DbHelper extends SQLiteOpenHelper {

    static final String TAG = DbHelper.class.getSimpleName();
    static final String DB_NAME = "bright-future.db";
    static final int DB_VERSION = 23;

From source file edu.stanford.mobisocial.dungbeetle.DBHelper.java

/**
 * Utility methods for managing the database.
 *
 */
public class DBHelper extends SQLiteOpenHelper {
    public static final String TAG = "DBHelper";

From source file com.rener.sea.DBHelper.java

/**
 * Created by user on 4/8/15.
 */
public final class DBHelper extends SQLiteOpenHelper {

    // declaration of all keys for the DB