Class CreateIndexTransaction

java.lang.Object
com.djrapitops.plan.storage.database.transactions.Transaction
com.djrapitops.plan.storage.database.transactions.init.CreateIndexTransaction

public class CreateIndexTransaction extends Transaction
Transaction that creates the database index if it has not yet been created.
  • Constructor Details

    • CreateIndexTransaction

      public CreateIndexTransaction()
  • Method Details

    • performOperations

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