Class CreateTablesTransaction


public class CreateTablesTransaction extends OperationCriticalTransaction
Transaction that creates the table schema of Plan database.
  • Constructor Details

    • CreateTablesTransaction

      public CreateTablesTransaction()
  • Method Details

    • performOperations

      protected void performOperations()
      Description copied from class: Transaction
      Implement this method for transaction execution.
      Specified by:
      performOperations in class Transaction