Class RemoveSnapshotStatementBuilder.RemoveSnapshotStatement

All Implemented Interfaces:
Statement
Enclosing class:
RemoveSnapshotStatementBuilder

public static class RemoveSnapshotStatementBuilder.RemoveSnapshotStatement extends AbstractSnapshotStatement
Implementation of the CohQL "REMOVE [ARCHIVED] SNAPSHOT" command.
  • Constructor Details

    • RemoveSnapshotStatement

      public RemoveSnapshotStatement(String sSnapshotName, String sServiceName, boolean fArchive)
      Create a new RemoveSnapshotStatement for the snapshot and service name.
      Parameters:
      sSnapshotName - snapshot name to create statement for
      sServiceName - service name to create statement for
      fArchive - indicates if the snapshot is archived
  • Method Details