Class PoolSQLCommunication
java.lang.Object
de.simonsator.partyandfriends.communication.sql.DBCommunication
de.simonsator.partyandfriends.communication.sql.pool.PoolSQLCommunication
- All Implemented Interfaces:
Deactivated
- Direct Known Subclasses:
MySQL
-
Field Summary
Fields inherited from class de.simonsator.partyandfriends.communication.sql.DBCommunication
MYSQL_DRIVER_CLASS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclose(Connection con, PreparedStatement pPrepStmt) protected voidclose(Connection con, ResultSet rs, Statement stmt) protected voidclose(Connection con, ResultSet rs, Statement stmt, PreparedStatement prepStmt) voidMethods inherited from class de.simonsator.partyandfriends.communication.sql.DBCommunication
close, close, close
-
Constructor Details
-
PoolSQLCommunication
- Throws:
SQLException
-
-
Method Details
-
onDisable
public void onDisable()- Specified by:
onDisablein interfaceDeactivated
-
close
-
close
-
close
-
getConnection
-
getDatabase
-