Package marauroa.server.game.db
package marauroa.server.game.db
high level database access. By using the data access objects in this
package, you don't have to worry about how the database works and what
SQL is.
Note: Please do not instantiate a DAO class directly but use DAORegister.get().get(...DAO.class). This way it is possible for games to implement subclasses that are used instead of the original ones.
Note: Please do not instantiate a DAO class directly but use DAORegister.get().get(...DAO.class). This way it is possible for games to implement subclasses that are used instead of the original ones.
-
ClassDescriptiondata access object for accountsdata access object for account linksdata access object the ban listdata access object for charactersKeeps track of the DAOs (data access objects) to use.Utility class for choosing the right player database.data access object for game eventsdata access object for login eventsClass to store the login eventsdata access object for login seedsdata access object for RPObjectsdata access object for RPZonesdata access object for statistics.