Interface AbstractJdbcManagedObjectSource.Connectivity

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.sql.Connection getConnection()
      Obtains the Connection to test connectivity.
      • Methods inherited from interface java.lang.AutoCloseable

        close
    • Method Detail

      • getConnection

        java.sql.Connection getConnection()
                                   throws java.sql.SQLException
        Obtains the Connection to test connectivity.
        Returns:
        Connection to test connectivity.
        Throws:
        java.sql.SQLException - If fails to obtain Connection.