|
||||||||||
| 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.
| Method Summary | |
|---|---|
void |
clear()
Method to clear out any cached schema information. |
void |
createSchema(java.lang.Object conn,
java.lang.String schemaName)
Method to create the specified schema. |
void |
deleteSchema(java.lang.Object conn,
java.lang.String schemaName)
Method to delete the specified schema. |
StoreSchemaData |
getSchemaData(java.lang.Object conn,
java.lang.String name,
java.lang.Object[] values)
Accessor for schema data store under the provided name and defined by the specified values. |
StoreManager |
getStoreManager()
Accessor for the StoreManager. |
| Method Detail |
|---|
void clear()
void createSchema(java.lang.Object conn,
java.lang.String schemaName)
conn - Connection to the datastoreschemaName - Name of the schema
void deleteSchema(java.lang.Object conn,
java.lang.String schemaName)
conn - Connection to the datastoreschemaName - Name of the schema
StoreSchemaData getSchemaData(java.lang.Object conn,
java.lang.String name,
java.lang.Object[] values)
conn - Connection to the datastorename - Name of the schema component to return.values - Value(s) to use as qualifier(s) for selecting the schema component
StoreManager getStoreManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||