Package net.officefloor.jdbc
Interface AbstractJdbcManagedObjectSource.Connectivity
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
AbstractJdbcManagedObjectSource.ConnectionConnectivity
- Enclosing class:
- AbstractJdbcManagedObjectSource
Connectivity.
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
getConnection
Obtains theConnectionto test connectivity.- Returns:
Connectionto test connectivity.- Throws:
SQLException- If fails to obtainConnection.
-