Interface DatabaseConnectionProvider


@Deprecated public interface DatabaseConnectionProvider
Deprecated.
since 8.0.0
This interface is provided exclusively for Confluence Cloud Migration Agent plugin. It should not be used for any other purpose.
Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns a database connection.
  • Method Details

    • getConnection

      Connection getConnection()
      Deprecated.
      Returns a database connection. Caller should handle the closing of the connections.
      Returns:
      database connection