FileDocCategorySizeDatePackage
SyncConstValue.javaAPI DocAndroid 1.5 API2205Wed May 06 22:41:56 BST 2009android.provider

SyncConstValue

public interface SyncConstValue
Columns for tables that are synced to a server.
hide

Fields Summary
public static final String
_SYNC_ACCOUNT
The account that was used to sync the entry to the device.

Type: TEXT

public static final String
_SYNC_ID
The 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_TIME
The last time, from the sync source's point of view, that this row has been synchronized.

Type: INTEGER (long)

public static final String
_SYNC_VERSION
The version of the row, as assigned by the server.

Type: TEXT

public static final String
_SYNC_LOCAL_ID
Used in temporary provider while syncing, always NULL for rows in persistent providers.

Type: INTEGER (long)

public static final String
_SYNC_MARK
Used only in persistent providers, and only during merging.

Type: INTEGER (long)

public static final String
_SYNC_DIRTY
Used to indicate that local, unsynced, changes are present.

Type: INTEGER (long)

public static final String
NON_SYNCABLE_ACCOUNT
Used to indicate that this account is not synced
Constructors Summary
Methods Summary