Class MySQLCore
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.storage.MySQLCore
- All Implemented Interfaces:
DBCore
- Author:
- cc_madelg
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sacredlabyrinth.phaed.simpleclans.storage.DBCore
checkConnection, execute, executeUpdate, existsColumn, existsTable, select
-
Constructor Details
-
MySQLCore
- Parameters:
host- The hostdatabase- The databaseusername- The usernamepassword- The password
-
-
Method Details
-
getConnection
- Specified by:
getConnectionin interfaceDBCore- Returns:
- connection
-
close
public void close()Description copied from interface:DBCoreClose connection
-