android.provider
Interface Checkin.Stats
- All Superinterfaces:
- BaseColumns
- Enclosing class:
- Checkin
public static interface Checkin.Stats
- extends BaseColumns
The stats table is a list of counter values indexed by a tag name.
Each statistic has a count and sum fields, so it can track averages.
When multiple statistics are inserted with the same tag, the count
and sum fields are added together into a single entry in the database.
TABLE_NAME
static final String TABLE_NAME
- See Also:
- Constant Field Values
CONTENT_URI
static final Uri CONTENT_URI
TAG
static final String TAG
- See Also:
- Constant Field Values
COUNT
static final String COUNT
- See Also:
- Constant Field Values
SUM
static final String SUM
- See Also:
- Constant Field Values
Please submit a feedback, bug or feature