Class StorePlayerNumberResultTransaction
java.lang.Object
com.djrapitops.plan.storage.database.transactions.Transaction
com.djrapitops.plan.storage.database.transactions.ThrowawayTransaction
com.djrapitops.plan.extension.implementation.storage.transactions.results.StorePlayerNumberResultTransaction
Transaction to store method result of a long.
-
Nested Class Summary
Nested classes/interfaces inherited from class Transaction
Transaction.IsolationLevel -
Field Summary
Fields inherited from class Transaction
attempts, dbType, success -
Constructor Summary
ConstructorsConstructorDescriptionStorePlayerNumberResultTransaction(ProviderInformation information, Parameters parameters, long value) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidImplement this method for transaction execution.Methods inherited from class ThrowawayTransaction
shouldBeExecutedMethods inherited from class Transaction
commitMidTransaction, dbIsNotUnderHeavyLoad, execute, execute, executeOther, executeReturningId, executeSwallowingExceptions, executeTransaction, getDBState, getDesiredIsolationLevel, getName, getServerUUID, hasTable, lockForUpdate, query, toString, wasSuccessful
-
Constructor Details
-
StorePlayerNumberResultTransaction
public StorePlayerNumberResultTransaction(ProviderInformation information, Parameters parameters, long value)
-
-
Method Details
-
performOperations
protected void performOperations()Description copied from class:TransactionImplement this method for transaction execution.- Specified by:
performOperationsin classTransaction
-