net.sourceforge.mayfly.datastore.DataStore Class Reference

List of all members.

Detailed Description

A data store is an immutable object containing data and metadata for a set of tables.

You typically get one via net.sourceforge.mayfly.Database#dataStore() and then pass it to net.sourceforge.mayfly.Database#Database(DataStore).


Public Member Functions

UpdateStore delete (String schema, String table, Where where)


Member Function Documentation

UpdateStore net.sourceforge.mayfly.datastore.DataStore.delete String  schema,
String  table,
Where  where
 

Here we merge the schemas: the one corresponding to schema was returned by delete, and the rest come in via the checker. This way the checker is the only thing which operates across schemas - the regular code just affects the one.


The documentation for this class was generated from the following file:
For more information on Mayfly see mayfly.sourceforge.net.