Example usage for org.apache.commons.dbcp PoolableConnection subclass-usage

List of usage examples for org.apache.commons.dbcp PoolableConnection subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.dbcp PoolableConnection subclass-usage.

Usage

From source file org.callimachusproject.sql.PoolableDriverConnection.java

/**
 * A delegating connection that, rather than closing the underlying connection,
 * returns itself to an {@link ObjectPool} when closed.
 */
public class PoolableDriverConnection extends PoolableConnection {
    private boolean reallyClosing = false;