# Print output for @column tags ?> BaseColumns - Android SDK | Android Developers

Most visited

Recently visited

BaseColumns

public interface BaseColumns

android.provider.BaseColumns


Summary

Constants

String _COUNT

The count of rows in a directory.

String _ID

The unique ID for a row.

Constants

_COUNT

public static final String _COUNT

The count of rows in a directory.

Type: INTEGER

Constant Value: "_count"

_ID

public static final String _ID

The unique ID for a row.

Type: INTEGER (long)

Constant Value: "_id"