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) |
|
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. |