|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentProviderData
Interface for content provider data definition types.
Field Summary | |
---|---|
static String |
_ID
The unique row identifier |
static String |
SYNCED
The column name for synchronization state |
static String |
TIMESTAMP
The column name for sample data time stamp |
Method Summary | |
---|---|
String |
getAuthority()
Getter for the authority ( the provider name ) |
String |
getContentItemType()
Getter for the item content type |
String |
getContentType()
Getter for the content type |
String |
getContentTypeName()
Getter for the content type name |
Uri |
getContentUri()
Getter for the content URI |
String |
getCreateTableStatement()
Getter for the create table statement |
String |
getDBName()
Getter for the database name |
String |
getDBTableName()
Getter for the database table name |
int |
getDBVersion()
Getter for the database version |
HashMap<String,String> |
getProjectionMap()
Getter for the projection map for table column identification |
Field Detail |
---|
static final String _ID
static final String TIMESTAMP
static final String SYNCED
Method Detail |
---|
String getContentTypeName()
String getDBName()
String getDBTableName()
String getAuthority()
Uri getContentUri()
String getContentType()
String getContentItemType()
int getDBVersion()
String getCreateTableStatement()
HashMap<String,String> getProjectionMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |