English | Site Directory

Android - An Open Handset Alliance Project

android.provider
public interface

android.provider.BaseColumns

android.provider.BaseColumns
Known Indirect Subclasses

Summary

Constants

      Value  
String  _COUNT  The count of rows in a directory.  "_count" 
String  _ID  The unique ID for a row.  "_id" 

Details

Constants

public static final String _COUNT

The count of rows in a directory.

Type: INTEGER

Constant Value: "_count"

public static final String _ID

The unique ID for a row.

Type: INTEGER (long)

Constant Value: "_id"
Build m5-rc15i - 10 Jun 2008 13:54