Class DBCommunication

    • Constructor Summary

      Constructors 
      Constructor Description
      DBCommunication()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void close​(java.sql.PreparedStatement pPrepStmt)  
      protected void close​(java.sql.ResultSet rs, java.sql.Statement stmt)  
      protected void close​(java.sql.ResultSet rs, java.sql.Statement stmt, java.sql.PreparedStatement prepStmt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DBCommunication

        public DBCommunication()
    • Method Detail

      • close

        protected void close​(java.sql.PreparedStatement pPrepStmt)
      • close

        protected void close​(java.sql.ResultSet rs,
                             java.sql.Statement stmt)
      • close

        protected void close​(java.sql.ResultSet rs,
                             java.sql.Statement stmt,
                             java.sql.PreparedStatement prepStmt)