Class CreateSnapshotStatementBuilder.CreateSnapshotStatement

All Implemented Interfaces:
Statement
Enclosing class:
CreateSnapshotStatementBuilder

public static class CreateSnapshotStatementBuilder.CreateSnapshotStatement extends AbstractSnapshotStatement
Implementation of the CohQL "CREATE SNAPSHOT" command.
  • Constructor Details

    • CreateSnapshotStatement

      public CreateSnapshotStatement(String sSnapshotName, String sServiceName)
      Create a new CreateSnapshotStatement for the snapshot and service name.
      Parameters:
      sSnapshotName - snapshot name to create statement for
      sServiceName - service name to create statement for
  • Method Details