Class SQLCommunication

java.lang.Object
de.simonsator.partyandfriends.communication.sql.DBCommunication
de.simonsator.partyandfriends.communication.sql.SQLCommunication

public abstract class SQLCommunication extends DBCommunication
  • Field Details

    • DATABASE

      protected final String DATABASE
      The MySQL DATABASE
  • Constructor Details

    • SQLCommunication

      protected SQLCommunication(String pDatabase, String pURL, String pUserName, String pPassword, boolean pUseSSL)
    • SQLCommunication

      @Deprecated protected SQLCommunication(String pDatabase, String pURL, String pUserName, String pPassword)
      Deprecated.
    • SQLCommunication

      protected SQLCommunication(MySQLData pMySQLData)
  • Method Details

    • getConnection

      protected Connection getConnection()
    • closeConnection

      public void closeConnection()