Class MySQLAccountDatabase
java.lang.Object
me.playernguyen.opteco.OptEcoImplementation
me.playernguyen.opteco.account.SQLAccountDatabase
me.playernguyen.opteco.account.mysql.MySQLAccountDatabase
- All Implemented Interfaces:
IAccountDatabase
,IOptEcoAccountDatabase
public class MySQLAccountDatabase extends SQLAccountDatabase
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACCOUNT_TABLE
static java.util.ArrayList<java.lang.String>
SETUP_TABLE_LIST
-
Constructor Summary
Constructors Constructor Description MySQLAccountDatabase()
-
Method Summary
Methods inherited from class me.playernguyen.opteco.account.SQLAccountDatabase
addBalance, getAccountIdentify, getBalance, getEstablish, hasAccount, requestAccountInformation, save, setBalance, takeBalance, topPlayer, update
Methods inherited from class me.playernguyen.opteco.OptEcoImplementation
getAccountDatabase, getAccountManager, getConfigurationLoader, getDebugger, getLanguageLoader, getLogger, getPlugin, getStorageType, getTransactionManager
-
Field Details
-
ACCOUNT_TABLE
public static final java.lang.String ACCOUNT_TABLE -
SETUP_TABLE_LIST
public static final java.util.ArrayList<java.lang.String> SETUP_TABLE_LIST
-
-
Constructor Details
-
MySQLAccountDatabase
public MySQLAccountDatabase()
-