ContactsContract.DataColumns
protected
static
interface
ContactsContract.DataColumns
| android.provider.ContactsContract.DataColumns |
Columns in the Data table.
See also:
Summary
Constants | |
|---|---|
String |
CARRIER_PRESENCE
Carrier presence information. |
int |
CARRIER_PRESENCE_VT_CAPABLE
Indicates that the entry is Video Telephony (VT) capable on the current carrier. |
String |
DATA1
Generic data column, the meaning is |
String |
DATA10
Generic data column, the meaning is |
String |
DATA11
Generic data column, the meaning is |
String |
DATA12
Generic data column, the meaning is |
String |
DATA13
Generic data column, the meaning is |
String |
DATA14
Generic data column, the meaning is |
String |
DATA15
Generic data column, the meaning is |
String |
DATA2
Generic data column, the meaning is |
String |
DATA3
Generic data column, the meaning is |
String |
DATA4
Generic data column, the meaning is |
String |
DATA5
Generic data column, the meaning is |
String |
DATA6
Generic data column, the meaning is |
String |
DATA7
Generic data column, the meaning is |
String |
DATA8
Generic data column, the meaning is |
String |
DATA9
Generic data column, the meaning is |
String |
DATA_VERSION
The version of this data record. |
String |
IS_PRIMARY
Whether this is the primary entry of its kind for the raw contact it belongs to. |
String |
IS_READ_ONLY
The "read-only" flag: "0" by default, "1" if the row cannot be modified or deleted except by a sync adapter. |
String |
IS_SUPER_PRIMARY
Whether this is the primary entry of its kind for the aggregate contact it belongs to. |
String |
MIMETYPE
The MIME type of the item represented by this row. |
String |
RAW_CONTACT_ID
A reference to the |
String |
RES_PACKAGE
The package name to use when creating |
String |
SYNC1
Generic column for use by sync adapters. |
String |
SYNC2
Generic column for use by sync adapters. |
String |
SYNC3
Generic column for use by sync adapters. |
String |
SYNC4
Generic column for use by sync adapters. |
Constants
CARRIER_PRESENCE
String CARRIER_PRESENCE
Carrier presence information.
Type: INTEGER (A bitmask of CARRIER_PRESENCE_* fields)
Constant Value: "carrier_presence"
CARRIER_PRESENCE_VT_CAPABLE
int CARRIER_PRESENCE_VT_CAPABLE
Indicates that the entry is Video Telephony (VT) capable on the
current carrier. An allowed bitmask of CARRIER_PRESENCE.
Constant Value: 1 (0x00000001)
DATA1
String DATA1
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data1"
DATA10
String DATA10
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data10"
DATA11
String DATA11
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data11"
DATA12
String DATA12
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data12"
DATA13
String DATA13
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data13"
DATA14
String DATA14
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data14"
DATA15
String DATA15
Generic data column, the meaning is MIMETYPE specific. By convention,
this field is used to store BLOBs (binary data).
Constant Value: "data15"
DATA2
String DATA2
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data2"
DATA3
String DATA3
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data3"
DATA4
String DATA4
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data4"
DATA5
String DATA5
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data5"
DATA6
String DATA6
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data6"
DATA7
String DATA7
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data7"
DATA8
String DATA8
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data8"
DATA9
String DATA9
Generic data column, the meaning is MIMETYPE specific
Constant Value: "data9"
DATA_VERSION
String DATA_VERSION
The version of this data record. This is a read-only value. The data column is guaranteed to not change without the version going up. This value is monotonically increasing.
Type: INTEGER
Constant Value: "data_version"
IS_PRIMARY
String IS_PRIMARY
Whether this is the primary entry of its kind for the raw contact it belongs to.
Type: INTEGER (if set, non-0 means true)
Constant Value: "is_primary"
IS_READ_ONLY
String IS_READ_ONLY
The "read-only" flag: "0" by default, "1" if the row cannot be modified or
deleted except by a sync adapter. See CALLER_IS_SYNCADAPTER.
Type: INTEGER
Constant Value: "is_read_only"
IS_SUPER_PRIMARY
String IS_SUPER_PRIMARY
Whether this is the primary entry of its kind for the aggregate contact it belongs to. Any data record that is "super primary" must also be "primary".
Type: INTEGER (if set, non-0 means true)
Constant Value: "is_super_primary"
MIMETYPE
String MIMETYPE
The MIME type of the item represented by this row.
Constant Value: "mimetype"
RAW_CONTACT_ID
String RAW_CONTACT_ID
A reference to the _ID
that this data belongs to.
Constant Value: "raw_contact_id"
RES_PACKAGE
String RES_PACKAGE
The package name to use when creating Resources objects for
this data row. This value is only designed for use when building user
interfaces, and should not be used to infer the owner.
Constant Value: "res_package"
SYNC1
String SYNC1
Generic column for use by sync adapters.
Constant Value: "data_sync1"
SYNC2
String SYNC2
Generic column for use by sync adapters.
Constant Value: "data_sync2"
SYNC3
String SYNC3
Generic column for use by sync adapters.
Constant Value: "data_sync3"
SYNC4
String SYNC4
Generic column for use by sync adapters.
Constant Value: "data_sync4"
Interfaces
- BaseColumns
- CalendarContract.AttendeesColumns
- CalendarContract.CalendarAlertsColumns
- CalendarContract.CalendarCacheColumns
- CalendarContract.CalendarColumns
- CalendarContract.CalendarSyncColumns
- CalendarContract.ColorsColumns
- CalendarContract.EventDaysColumns
- CalendarContract.EventsColumns
- CalendarContract.ExtendedPropertiesColumns
- CalendarContract.RemindersColumns
- CalendarContract.SyncColumns
- Contacts.ContactMethodsColumns
- Contacts.ExtensionsColumns
- Contacts.GroupsColumns
- Contacts.OrganizationColumns
- Contacts.PeopleColumns
- Contacts.PhonesColumns
- Contacts.PhotosColumns
- Contacts.PresenceColumns
- Contacts.SettingsColumns
- ContactsContract.BaseSyncColumns
- ContactsContract.CommonDataKinds.BaseTypes
- ContactsContract.CommonDataKinds.CommonColumns
- ContactsContract.ContactNameColumns
- ContactsContract.ContactOptionsColumns
- ContactsContract.ContactsColumns
- ContactsContract.ContactStatusColumns
- ContactsContract.DataColumns
- ContactsContract.DataColumnsWithJoins
- ContactsContract.DataUsageStatColumns
- ContactsContract.DeletedContactsColumns
- ContactsContract.DisplayNameSources
- ContactsContract.FullNameStyle
- ContactsContract.GroupsColumns
- ContactsContract.PhoneLookupColumns
- ContactsContract.PhoneticNameStyle
- ContactsContract.PresenceColumns
- ContactsContract.RawContactsColumns
- ContactsContract.SettingsColumns
- ContactsContract.StatusColumns
- ContactsContract.SyncColumns
- MediaStore.Audio.AlbumColumns
- MediaStore.Audio.ArtistColumns
- MediaStore.Audio.AudioColumns
- MediaStore.Audio.GenresColumns
- MediaStore.Audio.PlaylistsColumns
- MediaStore.Files.FileColumns
- MediaStore.Images.ImageColumns
- MediaStore.MediaColumns
- MediaStore.Video.VideoColumns
- OpenableColumns
- SyncStateContract.Columns
- Telephony.BaseMmsColumns
- Telephony.CanonicalAddressesColumns
- Telephony.TextBasedSmsColumns
- Telephony.ThreadsColumns
Classes
- AlarmClock
- BlockedNumberContract
- BlockedNumberContract.BlockedNumbers
- Browser
- CalendarContract
- CalendarContract.Attendees
- CalendarContract.CalendarAlerts
- CalendarContract.CalendarCache
- CalendarContract.CalendarEntity
- CalendarContract.Calendars
- CalendarContract.Colors
- CalendarContract.EventDays
- CalendarContract.Events
- CalendarContract.EventsEntity
- CalendarContract.ExtendedProperties
- CalendarContract.Instances
- CalendarContract.Reminders
- CalendarContract.SyncState
- CallLog
- CallLog.Calls
- Contacts
- Contacts.ContactMethods
- Contacts.Extensions
- Contacts.GroupMembership
- Contacts.Groups
- Contacts.Intents
- Contacts.Intents.Insert
- Contacts.Intents.UI
- Contacts.Organizations
- Contacts.People
- Contacts.People.ContactMethods
- Contacts.People.Extensions
- Contacts.People.Phones
- Contacts.Phones
- Contacts.Photos
- Contacts.Settings
- ContactsContract
- ContactsContract.AggregationExceptions
- ContactsContract.CommonDataKinds
- ContactsContract.CommonDataKinds.Callable
- ContactsContract.CommonDataKinds.Contactables
- ContactsContract.CommonDataKinds.Email
- ContactsContract.CommonDataKinds.Event
- ContactsContract.CommonDataKinds.GroupMembership
- ContactsContract.CommonDataKinds.Identity
- ContactsContract.CommonDataKinds.Im
- ContactsContract.CommonDataKinds.Nickname
- ContactsContract.CommonDataKinds.Note
- ContactsContract.CommonDataKinds.Organization
- ContactsContract.CommonDataKinds.Phone
- ContactsContract.CommonDataKinds.Photo
- ContactsContract.CommonDataKinds.Relation
- ContactsContract.CommonDataKinds.SipAddress
- ContactsContract.CommonDataKinds.StructuredName
- ContactsContract.CommonDataKinds.StructuredPostal
- ContactsContract.CommonDataKinds.Website
- ContactsContract.Contacts
- ContactsContract.Contacts.AggregationSuggestions
- ContactsContract.Contacts.AggregationSuggestions.Builder
- ContactsContract.Contacts.Data
- ContactsContract.Contacts.Entity
- ContactsContract.Contacts.Photo
- ContactsContract.Data
- ContactsContract.DataUsageFeedback
- ContactsContract.DeletedContacts
- ContactsContract.Directory
- ContactsContract.DisplayPhoto
- ContactsContract.Groups
- ContactsContract.Intents
- ContactsContract.Intents.Insert
- ContactsContract.PhoneLookup
- ContactsContract.PinnedPositions
- ContactsContract.Presence
- ContactsContract.Profile
- ContactsContract.ProfileSyncState
- ContactsContract.ProviderStatus
- ContactsContract.QuickContact
- ContactsContract.RawContacts
- ContactsContract.RawContacts.Data
- ContactsContract.RawContacts.DisplayPhoto
- ContactsContract.RawContacts.Entity
- ContactsContract.RawContactsEntity
- ContactsContract.SearchSnippets
- ContactsContract.Settings
- ContactsContract.StatusUpdates
- ContactsContract.SyncState
- DocumentsContract
- DocumentsContract.Document
- DocumentsContract.Path
- DocumentsContract.Root
- DocumentsProvider
- FontRequest
- FontsContract
- FontsContract.Columns
- FontsContract.FontFamilyResult
- FontsContract.FontInfo
- FontsContract.FontRequestCallback
- LiveFolders
- MediaStore
- MediaStore.Audio
- MediaStore.Audio.Albums
- MediaStore.Audio.Artists
- MediaStore.Audio.Artists.Albums
- MediaStore.Audio.Genres
- MediaStore.Audio.Genres.Members
- MediaStore.Audio.Media
- MediaStore.Audio.Playlists
- MediaStore.Audio.Playlists.Members
- MediaStore.Audio.Radio
- MediaStore.Files
- MediaStore.Images
- MediaStore.Images.Media
- MediaStore.Images.Thumbnails
- MediaStore.Video
- MediaStore.Video.Media
- MediaStore.Video.Thumbnails
- SearchRecentSuggestions
- Settings
- Settings.Global
- Settings.NameValueTable
- Settings.Secure
- Settings.System
- SyncStateContract
- SyncStateContract.Constants
- SyncStateContract.Helpers
- Telephony
- Telephony.Carriers
- Telephony.Mms
- Telephony.Mms.Addr
- Telephony.Mms.Draft
- Telephony.Mms.Inbox
- Telephony.Mms.Intents
- Telephony.Mms.Outbox
- Telephony.Mms.Part
- Telephony.Mms.Rate
- Telephony.Mms.Sent
- Telephony.MmsSms
- Telephony.MmsSms.PendingMessages
- Telephony.ServiceStateTable
- Telephony.Sms
- Telephony.Sms.Conversations
- Telephony.Sms.Draft
- Telephony.Sms.Inbox
- Telephony.Sms.Intents
- Telephony.Sms.Outbox
- Telephony.Sms.Sent
- Telephony.Threads
- UserDictionary
- UserDictionary.Words
- VoicemailContract
- VoicemailContract.Status
- VoicemailContract.Voicemails
Exceptions


