Interface JdbcConnectionProvider
public interface JdbcConnectionProvider
Lazily supplies a JDBC connection to discovery providers that need one.
- Since:
- 2.2.0
-
Method Summary
-
Method Details
-
getConnection
- Returns:
- The JDBC connection
- Throws:
SQLException- If the connection cannot be opened
-