| org.apache.lucene.store.jdbc.datasource.ConnectionProxy
ConnectionProxy | public interface ConnectionProxy extends Connection(Code) | | Subinterface of Connection to be implemented by connection proxies. Allows
access to the target connection.
Initial version taken from Spring.
author: kimchy |
getTargetConnection | Connection getTargetConnection()(Code) | | Return the target connection of this proxy.
This will typically either be the native JDBC Connection or a wrapper
from a connection pool.
|
|
|