|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Contacts.PhotosColumns
Columns from the Photos table that other columns join into themselves.
| Field Summary | |
|---|---|
static String |
DATA
The image data, or null if there is no image. |
static String |
DOWNLOAD_REQUIRED
non-zero if a download is required and the photo isn't marked as a bad resource. |
static String |
EXISTS_ON_SERVER
non-zero if this photo is known to exist on the server |
static String |
LOCAL_VERSION
The _SYNC_VERSION of the photo that was last downloaded |
static String |
PERSON_ID
The person this photo is associated with. |
static String |
SYNC_ERROR
Contains the description of the upload or download error from the previous attempt. |
| Field Detail |
|---|
static final String LOCAL_VERSION
Type: TEXT
static final String PERSON_ID
Type: TEXT
static final String DOWNLOAD_REQUIRED
Type: INTEGER(boolean)
static final String EXISTS_ON_SERVER
Type: INTEGER(boolean)
static final String SYNC_ERROR
Type: TEXT
static final String DATA
Type: BLOB
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||