public class AppSyncMutationsSqlHelper
extends android.database.sqlite.SQLiteOpenHelper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COLUMN_BUCKET |
static java.lang.String |
COLUMN_CLIENT_STATE |
static java.lang.String |
COLUMN_ID |
static java.lang.String |
COLUMN_KEY |
static java.lang.String |
COLUMN_LOCAL_URI |
static java.lang.String |
COLUMN_MIME_TYPE |
static java.lang.String |
COLUMN_RECORD |
static java.lang.String |
COLUMN_REGION |
static java.lang.String |
IDX_RECORDS_KEY |
static java.lang.String |
RECORD_IDENTIFIER |
static java.lang.String |
RESPONSE_CLASS |
static java.lang.String |
TABLE_MUTATION_RECORDS |
Constructor and Description |
---|
AppSyncMutationsSqlHelper(android.content.Context context,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static AppSyncMutationsSqlHelper |
create(android.content.Context context) |
static AppSyncMutationsSqlHelper |
create(android.content.Context context,
java.lang.String name) |
void |
onCreate(android.database.sqlite.SQLiteDatabase database) |
void |
onUpgrade(android.database.sqlite.SQLiteDatabase db,
int oldVersion,
int newVersion) |
public static final java.lang.String TABLE_MUTATION_RECORDS
public static final java.lang.String COLUMN_ID
public static final java.lang.String COLUMN_RECORD
public static final java.lang.String RECORD_IDENTIFIER
public static final java.lang.String RESPONSE_CLASS
public static final java.lang.String COLUMN_BUCKET
public static final java.lang.String COLUMN_KEY
public static final java.lang.String COLUMN_REGION
public static final java.lang.String COLUMN_LOCAL_URI
public static final java.lang.String COLUMN_MIME_TYPE
public static final java.lang.String COLUMN_CLIENT_STATE
public static final java.lang.String IDX_RECORDS_KEY
public AppSyncMutationsSqlHelper(android.content.Context context, java.lang.String name)
public static AppSyncMutationsSqlHelper create(android.content.Context context)
public static AppSyncMutationsSqlHelper create(android.content.Context context, java.lang.String name)
public void onCreate(android.database.sqlite.SQLiteDatabase database)
onCreate
in class android.database.sqlite.SQLiteOpenHelper
public void onUpgrade(android.database.sqlite.SQLiteDatabase db, int oldVersion, int newVersion)
onUpgrade
in class android.database.sqlite.SQLiteOpenHelper