Class HikariConnectionPool

    • Method Detail

      • connection

        public Connection connection()
        Description copied from interface: ConnectionPool
        Return a connection from the pool. The call to Connection.close() should return that connection to the pool. The connection pool should handle capacity issues and timeouts using unchecked exceptions thrown by this method.
        Specified by:
        connection in interface ConnectionPool
        Returns:
        a connection read to execute statements
      • dbType

        public String dbType()
        Description copied from interface: ConnectionPool
        The type of this database - if better details than "jdbc" is available, return it. This could be "jdbc:mysql" etc.
        Specified by:
        dbType in interface ConnectionPool
        Returns:
        type of this database