public class

OfflineTable

extends Object
java.lang.Object
   ↳ com.kinvey.android.offline.OfflineTable

Class Overview

This class represents a collection as a sqllite table, used for offline storage. Every row is an entity, with a sqllite column for the _id and one for the json body.

Summary

Constants
String COLUMN_CATEGORY
String COLUMN_DESCRIPTION
String COLUMN_ID
String COLUMN_JSON
String COLUMN_SUMMARY
String TABLE_TODO
Fields
public String TABLE_NAME
Public Constructors
OfflineTable()
Public Methods
void onCreate(SQLiteDatabase database)
void onUpgrade(SQLiteDatabase database, int oldVersion, int newVersion)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String COLUMN_CATEGORY

Constant Value: ""

public static final String COLUMN_DESCRIPTION

Constant Value: ""

public static final String COLUMN_ID

Constant Value: "_id"

public static final String COLUMN_JSON

Constant Value: "_json"

public static final String COLUMN_SUMMARY

Constant Value: ""

public static final String TABLE_TODO

Constant Value: ""

Fields

public String TABLE_NAME

Public Constructors

public OfflineTable ()

Public Methods

public void onCreate (SQLiteDatabase database)

public void onUpgrade (SQLiteDatabase database, int oldVersion, int newVersion)