Class RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement

All Implemented Interfaces:
Statement
Enclosing class:
RetrieveSnapshotStatementBuilder

public static class RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement extends AbstractSnapshotStatement
Implementation of the CohQL "RETRIEVE SNAPSHOT" command.
  • Constructor Details

    • RetrieveSnapshotStatement

      public RetrieveSnapshotStatement(String sSnapshotName, String sServiceName, boolean fOverwrite)
      Create a new RetrieveSnapshotStatement for the snapshot and service name.
      Parameters:
      sSnapshotName - snapshot name to create statement for
      sServiceName - service name to create statement for
      fOverwrite - indicates if the snapshot should be overwritten
  • Method Details