TvContractCompat.BaseTvColumns

public interface TvContractCompat.BaseTvColumns extends BaseColumns

Known direct subclasses
TvContractCompat.Channels

Column definitions for the TV channels table.

TvContractCompat.PreviewPrograms

Column definitions for the preview TV programs table.

TvContractCompat.Programs

Column definitions for the TV programs table.

TvContractCompat.RecordedPrograms

Column definitions for the recorded TV programs table.

TvContractCompat.WatchNextPrograms

Column definitions for the "watch next" TV programs table.


Common base for the tables of TV channels/programs.

Summary

Constants

default static final String
COLUMN_PACKAGE_NAME = "package_name"

The name of the package that owns the current row.

Inherited Constants

From android.provider.BaseColumns
default static final String
_COUNT = "_count"
default static final String
_ID = "_id"

Constants

COLUMN_PACKAGE_NAME

Added in 1.1.0-alpha02
default static final String COLUMN_PACKAGE_NAME = "package_name"

The name of the package that owns the current row.

The TV provider fills in this column with the name of the package that provides the initial data of the row. If the package is later uninstalled, the rows it owns are automatically removed from the tables.

Type: TEXT