Class ConnectionManager


  • public class ConnectionManager
    extends java.lang.Object
    This class manages the database connection.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.sql.Connection getConnection()
      returns singleton database connection object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getConnection

        public static java.sql.Connection getConnection()
        returns singleton database connection object.
        Returns:
        instance of Connection.