Class SchemaDeployQuery

All Implemented Interfaces:
RemoteQuery<Boolean>, Serializable

public class SchemaDeployQuery extends ContextAwareRemoteQuery<Boolean>
Remote query to deploy a new or updated schema. This combines several steps and operates on a SchemaService that does not have the restrictions that OnDiskQueryDatabase.getSchemaService has.
See Also:
  • Method Details

    • execute

      public Boolean execute(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.