a_vcard.android.provider
Interface BaseColumns

All Known Implementing Classes:
Contacts.ContactMethods, Contacts.Phones

public interface BaseColumns


Field Summary
static java.lang.String _COUNT
          The count of rows in a directory.
static java.lang.String _ID
          The unique ID for a row.
 

Field Detail

_ID

static final java.lang.String _ID
The unique ID for a row.

Type: INTEGER (long)

See Also:
Constant Field Values

_COUNT

static final java.lang.String _COUNT
The count of rows in a directory.

Type: INTEGER

See Also:
Constant Field Values