Added in API level 1

BaseColumns

interface BaseColumns
android.provider.BaseColumns

Summary

Constants
static String

The count of rows in a directory.

static String

The unique ID for a row.

Constants

_COUNT

Added in API level 1
static val _COUNT: String

The count of rows in a directory.

Type: INTEGER

Value: "_count"

_ID

Added in API level 1
static val _ID: String

The unique ID for a row.

Type: INTEGER (long)

Value: "_id"