| Class | Description |
|---|---|
| Column.Type |
| Annotation Type | Description |
|---|---|
| Column |
Identifies a field of a contract class that corresponds to a column in the database.
The value attribute should be one of the following:
Column.Type.INTEGER
Column.Type.BLOB
Column.Type.REAL
Column.Type.TEXT
|
| ContentUri |
Defines the
ContentUri that should be used to query the ContentProvider.The last path segment will be used for the database table name. The authority of this ContentUri will be used for the ContentProvider's authority. |
| Id |
Identifies a field of a contract class that should be used as a primary key in the database.
|
Copyright © 2012–2014. All rights reserved.