Package test

Class DBManager


  • public class DBManager
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Properties properties  
    • Method Summary

      Modifier and Type Method Description
      java.sql.Connection getConnection()  
      static DBManager getInstance()  
      • Methods inherited from class java.lang.Object

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

      • properties

        public java.util.Properties properties
    • Method Detail

      • getInstance

        public static DBManager getInstance()
      • getConnection

        public java.sql.Connection getConnection()
                                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException