Fields Summary |
---|
public static final String | _SYNC_ACCOUNTThe account that was used to sync the entry to the device.
Type: TEXT |
public static final String | _SYNC_ACCOUNT_TYPEThe type of the account that was used to sync the entry to the device.
Type: TEXT |
public static final String | _SYNC_IDThe unique ID for a row assigned by the sync source. NULL if the row has never been synced.
Type: TEXT |
public static final String | _SYNC_TIMEThe last time, from the sync source's point of view, that this row has been synchronized.
Type: INTEGER (long) |
public static final String | _SYNC_VERSIONThe version of the row, as assigned by the server.
Type: TEXT |
public static final String | _SYNC_LOCAL_IDUsed in temporary provider while syncing, always NULL for rows in persistent providers.
Type: INTEGER (long) |
public static final String | _SYNC_MARKUsed only in persistent providers, and only during merging.
Type: INTEGER (long) |
public static final String | _SYNC_DIRTYUsed to indicate that local, unsynced, changes are present.
Type: INTEGER (long) |
public static final String | NON_SYNCABLE_ACCOUNTUsed to indicate that this account is not synced |
public static final String | NON_SYNCABLE_ACCOUNT_TYPEUsed to indicate that this account is not synced |