Uses of Class
org.hermit.android.provider.DbSchema

Packages that use DbSchema
org.hermit.android.provider A library of classes to facilitate the creating of table-based content providers. 
 

Uses of DbSchema in org.hermit.android.provider
 

Methods in org.hermit.android.provider that return DbSchema
protected  DbSchema TableProvider.getSchema()
          Get the database schema.
protected  DbSchema DatabaseHelper.getSchema()
          Get the database schema.
 

Constructors in org.hermit.android.provider with parameters of type DbSchema
DatabaseHelper(Context context, DbSchema schema)
          Creater a helper instance.
TableProvider(DbSchema schema)
          Create an instance of this content provider.