Package org.jdbcdslog
Class AccessConnectionPoolDataSourceProxy
java.lang.Object
org.jdbcdslog.AccessConnectionPoolDataSourceProxy
This class is necessary because ConnectionPoolDataSourceProxy's targetDS field is protected. So
by defining this helper class, in Java and in the org.jdbcdslog, we can access the protected
field (because being in the package grants protected access).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DataSourcegetTargetDatasource(org.jdbcdslog.ConnectionPoolDataSourceProxy p)
-
Constructor Details
-
AccessConnectionPoolDataSourceProxy
public AccessConnectionPoolDataSourceProxy()
-
-
Method Details
-
getTargetDatasource
-