Package software.tnb.db.mysql.account
Class MySQLAccount
- java.lang.Object
-
- software.tnb.db.mysql.account.MySQLAccount
-
- All Implemented Interfaces:
Account,SQLAccount
public class MySQLAccount extends Object implements SQLAccount
-
-
Constructor Summary
Constructors Constructor Description MySQLAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdatabase()Stringpassword()Stringusername()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.tnb.common.account.Account
toProperties
-
-
-
-
Method Detail
-
username
public String username()
- Specified by:
usernamein interfaceSQLAccount
-
password
public String password()
- Specified by:
passwordin interfaceSQLAccount
-
database
public String database()
- Specified by:
databasein interfaceSQLAccount
-
-