Class SQLCommunication

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String DATABASE
      The MySQL DATABASE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SQLCommunication​(MySQLData pMySQLData)  
      protected SQLCommunication​(java.lang.String pDatabase, java.lang.String pURL, java.lang.String pUserName, java.lang.String pPassword)
      Deprecated.
      protected SQLCommunication​(java.lang.String pDatabase, java.lang.String pURL, java.lang.String pUserName, java.lang.String pPassword, boolean pUseSSL)  
    • Field Detail

      • DATABASE

        protected final java.lang.String DATABASE
        The MySQL DATABASE
    • Constructor Detail

      • SQLCommunication

        protected SQLCommunication​(java.lang.String pDatabase,
                                   java.lang.String pURL,
                                   java.lang.String pUserName,
                                   java.lang.String pPassword,
                                   boolean pUseSSL)
      • SQLCommunication

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

        protected SQLCommunication​(MySQLData pMySQLData)
    • Method Detail

      • getConnection

        protected java.sql.Connection getConnection()
      • closeConnection

        public void closeConnection()