|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StoreSchemaHandler
Interface defining schema operation for a StoreManager. TODO How is the schema data set ? Maybe in initialise()?
| Method Summary | |
|---|---|
void |
createSchema(ManagedConnection conn,
java.lang.String schemaName)
Method to create the specified schema. |
void |
deleteSchema(ManagedConnection conn,
java.lang.String schemaName)
Method to delete the specified schema. |
StoreSchemaData |
getSchemaData(java.lang.String name)
Accessor for schema data stored under the provided name. |
void |
initialise(ManagedConnection conn)
Method to initialise the schema. |
| Method Detail |
|---|
void initialise(ManagedConnection conn)
conn - Connection to the datastore for obtaining any information.
void createSchema(ManagedConnection conn,
java.lang.String schemaName)
schemaName - Name of the schema
void deleteSchema(ManagedConnection conn,
java.lang.String schemaName)
schemaName - Name of the schemaStoreSchemaData getSchemaData(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||