Class SQLCommunication
java.lang.Object
de.simonsator.partyandfriends.communication.sql.DBCommunication
de.simonsator.partyandfriends.communication.sql.SQLCommunication
-
Field Summary
Fields inherited from class de.simonsator.partyandfriends.communication.sql.DBCommunication
MYSQL_DRIVER_CLASS
-
Constructor Summary
ModifierConstructorDescriptionprotected
SQLCommunication
(MySQLData pMySQLData) protected
SQLCommunication
(String pDatabase, String pURL, String pUserName, String pPassword) Deprecated.protected
SQLCommunication
(String pDatabase, String pURL, String pUserName, String pPassword, boolean pUseSSL) -
Method Summary
Methods inherited from class de.simonsator.partyandfriends.communication.sql.DBCommunication
close, close, close
-
Field Details
-
DATABASE
The MySQL DATABASE
-
-
Constructor Details
-
SQLCommunication
-
SQLCommunication
@Deprecated protected SQLCommunication(String pDatabase, String pURL, String pUserName, String pPassword) Deprecated. -
SQLCommunication
-
-
Method Details
-
getConnection
-
closeConnection
public void closeConnection()
-