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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
executeScript(java.lang.String script)
Execute the provided script on the datastore schema.
-