| Class and Description |
|---|
| org.apache.avalon.excalibur.datasource.Jdbc3Connection
No longer necessary due to the dynamic proxies
|
| org.apache.avalon.excalibur.datasource.JdbcConnection
No longer necessary due to the dynamic proxies
|
| Constructor and Description |
|---|
| org.apache.avalon.excalibur.datasource.AbstractJdbcConnection(Connection, boolean)
Use the version with keepAlive specified
|
| org.apache.avalon.excalibur.datasource.JdbcConnectionFactory(String, String, String, boolean, boolean)
Use the new constructor with the keepalive and connectionClass
specified.
|
| org.apache.avalon.excalibur.datasource.JdbcConnectionFactory(String, String, String, boolean, boolean, String)
Use the new constructor with the keepalive and connectionClass
specified.
|