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
Public Methods |
void
|
onCreate(SQLiteDatabase database)
|
void
|
onUpgrade(SQLiteDatabase database, int oldVersion, int newVersion)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
COLUMN_CATEGORY
public
static
final
String
COLUMN_DESCRIPTION
public
static
final
String
COLUMN_ID
public
static
final
String
COLUMN_JSON
public
static
final
String
COLUMN_SUMMARY
public
static
final
String
TABLE_TODO
Fields
Public Constructors
Public Methods
public
void
onCreate
(SQLiteDatabase database)
public
void
onUpgrade
(SQLiteDatabase database, int oldVersion, int newVersion)