Package org.datanucleus.store.schema
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 TypeMethodDescriptionvoid
executeScript
(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
-