Since: API Level 5
protected static interface

ContactsContract.DataColumns

android.provider.ContactsContract.DataColumns
Known Indirect Subclasses

Class Overview

Columns in the Data table.

Summary

Constants
StringDATA1Generic data column, the meaning is MIMETYPE specific
StringDATA10Generic data column, the meaning is MIMETYPE specific
StringDATA11Generic data column, the meaning is MIMETYPE specific
StringDATA12Generic data column, the meaning is MIMETYPE specific
StringDATA13Generic data column, the meaning is MIMETYPE specific
StringDATA14Generic data column, the meaning is MIMETYPE specific
StringDATA15Generic data column, the meaning is MIMETYPE specific.
StringDATA2Generic data column, the meaning is MIMETYPE specific
StringDATA3Generic data column, the meaning is MIMETYPE specific
StringDATA4Generic data column, the meaning is MIMETYPE specific
StringDATA5Generic data column, the meaning is MIMETYPE specific
StringDATA6Generic data column, the meaning is MIMETYPE specific
StringDATA7Generic data column, the meaning is MIMETYPE specific
StringDATA8Generic data column, the meaning is MIMETYPE specific
StringDATA9Generic data column, the meaning is MIMETYPE specific
StringDATA_VERSIONThe version of this data record.
StringIS_PRIMARYWhether this is the primary entry of its kind for the raw contact it belongs to.
StringIS_SUPER_PRIMARYWhether this is the primary entry of its kind for the aggregate contact it belongs to.
StringMIMETYPEThe MIME type of the item represented by this row.
StringRAW_CONTACT_IDA reference to the _ID that this data belongs to.
StringSYNC1Generic column for use by sync adapters.
StringSYNC2Generic column for use by sync adapters.
StringSYNC3Generic column for use by sync adapters.
StringSYNC4Generic column for use by sync adapters.

Constants

public static final String DATA1

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data1"

public static final String DATA10

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data10"

public static final String DATA11

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data11"

public static final String DATA12

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data12"

public static final String DATA13

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data13"

public static final String DATA14

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data14"

public static final String DATA15

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific. By convention, this field is used to store BLOBs (binary data).

Constant Value: "data15"

public static final String DATA2

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data2"

public static final String DATA3

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data3"

public static final String DATA4

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data4"

public static final String DATA5

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data5"

public static final String DATA6

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data6"

public static final String DATA7

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data7"

public static final String DATA8

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data8"

public static final String DATA9

Since: API Level 5

Generic data column, the meaning is MIMETYPE specific

Constant Value: "data9"

public static final String DATA_VERSION

Since: API Level 5

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"

public static final String IS_PRIMARY

Since: API Level 5

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"

public static final String IS_SUPER_PRIMARY

Since: API Level 5

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"

public static final String MIMETYPE

Since: API Level 5

The MIME type of the item represented by this row.

Constant Value: "mimetype"

public static final String RAW_CONTACT_ID

Since: API Level 5

A reference to the _ID that this data belongs to.

Constant Value: "raw_contact_id"

public static final String SYNC1

Since: API Level 5

Generic column for use by sync adapters.

Constant Value: "data_sync1"

public static final String SYNC2

Since: API Level 5

Generic column for use by sync adapters.

Constant Value: "data_sync2"

public static final String SYNC3

Since: API Level 5

Generic column for use by sync adapters.

Constant Value: "data_sync3"

public static final String SYNC4

Since: API Level 5

Generic column for use by sync adapters.

Constant Value: "data_sync4"