|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SyncConstValue
Columns for tables that are synced to a server.
| Field Summary | |
|---|---|
static String |
_SYNC_ACCOUNT
The account that was used to sync the entry to the device. |
static String |
_SYNC_DIRTY
Used to indicate that local, unsynced, changes are present. |
static String |
_SYNC_ID
The unique ID for a row assigned by the sync source. |
static String |
_SYNC_LOCAL_ID
Used in temporary provider while syncing, always NULL for rows in persistent providers. |
static String |
_SYNC_MARK
Used only in persistent providers, and only during merging. |
static String |
_SYNC_TIME
The last time, from the sync source's point of view, that this row has been synchronized. |
static String |
_SYNC_VERSION
The version of the row, as assigned by the server. |
static String |
NON_SYNCABLE_ACCOUNT
Used to indicate that this account is not synced |
| Field Detail |
|---|
static final String _SYNC_ACCOUNT
Type: TEXT
static final String _SYNC_ID
Type: TEXT
static final String _SYNC_TIME
Type: INTEGER (long)
static final String _SYNC_VERSION
Type: TEXT
static final String _SYNC_LOCAL_ID
Type: INTEGER (long)
static final String _SYNC_MARK
Type: INTEGER (long)
static final String _SYNC_DIRTY
Type: INTEGER (long)
static final String NON_SYNCABLE_ACCOUNT
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||