Java org.apache.commons.dbcp2 DelegatingConnection fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.dbcp2 DelegatingConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.dbcp2 DelegatingConnection.

The text is from its open source code.

Method

CgetDelegate()
Returns my underlying Connection .
ConnectiongetInnermostDelegate()
If my underlying Connection is not a DelegatingConnection , returns it, otherwise recursively invokes this method on my delegate.