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
SQLException
void shutdown() throws SQLException
SQLException
void initialize() throws SQLException
SQLException
Copyright 2001-2019, Terracotta, Inc.