|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableSchema | |
---|---|
org.hermit.android.provider | A library of classes to facilitate the creating of table-based content providers. |
Uses of TableSchema in org.hermit.android.provider |
---|
Methods in org.hermit.android.provider that return TableSchema | |
---|---|
protected TableSchema |
DbSchema.getTable(java.lang.String name)
Get the schema for a specified table. |
protected TableSchema |
TableProvider.getTableSchema(java.lang.String name)
Get the schema for a specified table. |
Methods in org.hermit.android.provider with parameters of type TableSchema | |
---|---|
protected void |
TableProvider.onInsert(Uri uri,
TableSchema table,
ContentValues initValues)
This method is called prior to processing an insert; it is called after onInsert(ContentValues) . |
protected Cursor |
TableProvider.queryItem(TableSchema t,
java.lang.String[] projection,
long id)
Query for a specified item within a table. |
protected Cursor |
TableProvider.queryItem(TableSchema t,
java.lang.String[] projection,
java.lang.String id)
Query for a specified item within a table. |
protected Cursor |
TableProvider.queryItems(TableSchema t,
java.lang.String[] projection,
java.lang.String where,
java.lang.String[] whereArgs,
java.lang.String sortOrder)
Query for items within a table. |
Constructors in org.hermit.android.provider with parameters of type TableSchema | |
---|---|
DbSchema(java.lang.String name,
int version,
java.lang.String auth,
TableSchema[] tables)
Create a database schema instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |