public interface StoreSchemaHandler
Modifier and Type | Method and Description |
---|---|
void |
clear()
Method to clear out any cached schema information.
|
void |
createSchema(Object conn,
String schemaName)
Method to create the specified schema.
|
void |
deleteSchema(Object conn,
String schemaName)
Method to delete the specified schema.
|
StoreSchemaData |
getSchemaData(Object conn,
String name,
Object[] values)
Accessor for schema data store under the provided name and defined by the specified values.
|
StoreManager |
getStoreManager()
Accessor for the StoreManager.
|
void clear()
void createSchema(Object conn, String schemaName)
conn
- Connection to the datastoreschemaName
- Name of the schemavoid deleteSchema(Object conn, String schemaName)
conn
- Connection to the datastoreschemaName
- Name of the schemaStoreSchemaData getSchemaData(Object conn, String name, 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 componentStoreManager getStoreManager()
Copyright © 2019. All rights reserved.