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 Type
    Method
    Description
    void
    Execute the provided script on the datastore schema.
  • Method Details

    • executeScript

      void executeScript(String script)
      Execute the provided script on the datastore schema.
      Parameters:
      script - The script