Interface SchemaScriptAwareStoreManager
public interface SchemaScriptAwareStoreManager
Interface to be implemented by all store managers that support execution of scripts on the schema.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteScript(String script) Execute the provided script on the datastore schema.
-
Method Details
-
executeScript
Execute the provided script on the datastore schema.- Parameters:
script- The script
-