Package org.jdbcdslog

Class 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 Detail

      • AccessConnectionPoolDataSourceProxy

        public AccessConnectionPoolDataSourceProxy()
    • Method Detail

      • getTargetDatasource

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