-
public interface SchemaScriptAwareStoreManagerInterface to be implemented by all store managers that support execution of scripts on the schema.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteScript(String script)Execute the provided script on the datastore schema.
-
-
-
Method Detail
-
executeScript
void executeScript(String script)
Execute the provided script on the datastore schema.- Parameters:
script- The script
-
-