Class ReadPendingAchievementDetailsCommand
java.lang.Object
marauroa.server.db.command.AbstractDBCommand
games.stendhal.server.core.engine.dbcommand.ReadPendingAchievementDetailsCommand
- All Implemented Interfaces:
DBCommand
Reads details for pending or partially gained achievements from a table
- Author:
- kymara
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute(DBTransaction transaction)
processes the database request.getDetails(String identifier)
toString()
returns a string suitable for debug output of this DBCommand.Methods inherited from class marauroa.server.db.command.AbstractDBCommand
getEnqueueTime, getException, setEnqueueTime, setException
-
Constructor Details
-
ReadPendingAchievementDetailsCommand
- Parameters:
player
- the player whose achievements should be read
-
-
Method Details
-
execute
Description copied from class:AbstractDBCommand
processes the database request.- Specified by:
execute
in interfaceDBCommand
- Specified by:
execute
in classAbstractDBCommand
- Parameters:
transaction
- DBTransaction- Throws:
SQLException
- in case of an database errorIOException
- in case of an input/output error
-
getDetails
-
getDetails
-
getPlayer
-
toString
returns a string suitable for debug output of this DBCommand.
-