Interface ConnectionProvider

    • Method Detail

      • getConnection

        @NotNull
        @NotNull java.sql.Connection getConnection()
                                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • releaseConnection

        void releaseConnection​(@NotNull
                               @NotNull java.sql.Connection connection)
                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException