public interface ConnectionProvider
DBConnectionManager
to provide connections from various sources.DBConnectionManager,
PoolingConnectionProvider,
JNDIConnectionProvider,
WeblogicConnectionProvider| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
void |
initialize() |
void |
shutdown() |
Connection getConnection() throws SQLException
SQLExceptionvoid shutdown()
throws SQLException
SQLExceptionvoid initialize()
throws SQLException
SQLExceptionCopyright 2001-2019, Terracotta, Inc.