| Package | Description |
|---|---|
| com.holonplatform.jdbc | |
| com.holonplatform.jdbc.internal | |
| com.holonplatform.jdbc.spring.internal |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConnectionHandler.ConnectionType |
JdbcConnectionHandler.ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcConnectionHandler.ConnectionType[] |
JdbcConnectionHandler.ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
JdbcConnectionHandler.getConnection(DataSource dataSource,
JdbcConnectionHandler.ConnectionType connectionType)
Get a
Connection using given DataSource. |
void |
JdbcConnectionHandler.releaseConnection(Connection connection,
DataSource dataSource,
JdbcConnectionHandler.ConnectionType connectionType)
Release given
connection, performing any connection finalization operation (for example to close the
connection). |
| Modifier and Type | Method and Description |
|---|---|
Connection |
DefaultJdbcConnectionHandler.getConnection(DataSource dataSource,
JdbcConnectionHandler.ConnectionType connectionType) |
void |
DefaultJdbcConnectionHandler.releaseConnection(Connection connection,
DataSource dataSource,
JdbcConnectionHandler.ConnectionType connectionType) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
DefaultSpringJdbcConnectionHandler.getConnection(DataSource dataSource,
JdbcConnectionHandler.ConnectionType connectionType) |
void |
DefaultSpringJdbcConnectionHandler.releaseConnection(Connection connection,
DataSource dataSource,
JdbcConnectionHandler.ConnectionType connectionType) |
Copyright © 2019 The Holon Platform. All rights reserved.