android.provider.Contacts.OrganizationColumns |
Known Indirect Subclasses |
Columns from the Organizations table that other columns join into themselves.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | COMPANY | The name of the company for this organization. | |||||||||
String | ISPRIMARY | Whether this is the primary organization
Type: INTEGER (if set, non-0 means true) |
|||||||||
String | LABEL | The user provided label, only used if TYPE is TYPE_CUSTOM. | |||||||||
String | PERSON_ID | The person this organization is tied to. | |||||||||
String | TITLE | The title within this organization. | |||||||||
String | TYPE | The type of the the phone number. | |||||||||
int | TYPE_CUSTOM | ||||||||||
int | TYPE_OTHER | ||||||||||
int | TYPE_WORK |
The name of the company for this organization.
Type: TEXT
Whether this is the primary organization
Type: INTEGER (if set, non-0 means true)
The user provided label, only used if TYPE is TYPE_CUSTOM.
Type: TEXT
The person this organization is tied to.
Type: TEXT
The title within this organization.
Type: TEXT
The type of the the phone number.
Type: INTEGER (one of the constants below)