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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
close
(Connection con, PreparedStatement pPrepStmt) protected void
close
(Connection con, ResultSet rs, Statement stmt) protected void
close
(Connection con, ResultSet rs, Statement stmt, PreparedStatement prepStmt) void
Methods 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:
onDisable
in interfaceDeactivated
-
close
-
close
-
close
-
getConnection
-
getDatabase
-