Package org.jdbcdslog

Class AccessConnectionPoolDataSourceProxy

java.lang.Object
org.jdbcdslog.AccessConnectionPoolDataSourceProxy

public class AccessConnectionPoolDataSourceProxy extends Object
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 Details

    • AccessConnectionPoolDataSourceProxy

      public AccessConnectionPoolDataSourceProxy()
  • Method Details

    • getTargetDatasource

      public static DataSource getTargetDatasource(org.jdbcdslog.ConnectionPoolDataSourceProxy p)