Module org.jooq

Class SingleConnectionDataSource

java.lang.Object
org.jooq.tools.jdbc.SingleConnectionDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class SingleConnectionDataSource extends Object implements DataSource
A DataSource that wraps a single connection, preventing its closing when it is obtained from this data source.
Author:
Lukas Eder