Android
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"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48