android.provider.Contacts.OrganizationColumns |
Columns from the Organizations table that other columns join into themselves.
Value | ||||
---|---|---|---|---|
String | COMPANY | The name of the company for this organization. | "company" | |
String | ISPRIMARY | Whether this is the primary organization
Type: INTEGER (if set, non-0 means true) |
"isprimary" | |
String | LABEL | The user provided label, only used if TYPE is TYPE_CUSTOM. | "label" | |
String | PERSON_ID | The person this organization is tied to. | "person" | |
String | TITLE | The title within this organization. | "title" | |
String | TYPE | The type of the the phone number. | "type" | |
int | TYPE_CUSTOM | 0 | 0x00000000 | |
int | TYPE_OTHER | 2 | 0x00000002 | |
int | TYPE_WORK | 1 | 0x00000001 |
Type: TEXT
Type: INTEGER (if set, non-0 means true)
Type: TEXT
Type: TEXT
Type: TEXT
Type: INTEGER (one of the constants below)
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |