Class CookieChangeTransaction
java.lang.Object
com.djrapitops.plan.storage.database.transactions.Transaction
com.djrapitops.plan.storage.database.transactions.events.CookieChangeTransaction
-
Field Summary
Fields inherited from class com.djrapitops.plan.storage.database.transactions.Transaction
attempts, dbType, success
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Implement this method for transaction execution.static CookieChangeTransaction
static CookieChangeTransaction
removeCookie
(String cookie) static CookieChangeTransaction
removeCookieByUser
(String username) static CookieChangeTransaction
storeCookie
(String username, String cookie, long expires) Methods inherited from class com.djrapitops.plan.storage.database.transactions.Transaction
commitMidTransaction, dbIsNotUnderHeavyLoad, execute, execute, executeOther, executeReturningId, executeSwallowingExceptions, executeTransaction, getDBState, getName, getServerUUID, hasTable, query, shouldBeExecuted, toString, wasSuccessful
-
Method Details
-
storeCookie
-
removeCookieByUser
-
removeCookie
-
removeAll
-
performOperations
protected void performOperations()Description copied from class:Transaction
Implement this method for transaction execution.- Specified by:
performOperations
in classTransaction
-