Class SQLCommunication
java.lang.Object
de.simonsator.partyandfriends.communication.sql.DBCommunication
de.simonsator.partyandfriends.communication.sql.SQLCommunication
- 
Field Summary
FieldsFields inherited from class de.simonsator.partyandfriends.communication.sql.DBCommunication
MYSQL_DRIVER_CLASS - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSQLCommunication(MySQLData pMySQLData) protectedSQLCommunication(String pDatabase, String pURL, String pUserName, String pPassword) Deprecated.protectedSQLCommunication(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() 
 -