Class PostgresqlConnectionWrapper

java.lang.Object
com.aoapps.sql.wrapper.ConnectionWrapperImpl
com.aoapps.sql.pool.PostgresqlConnectionWrapper
All Implemented Interfaces:
ConnectionWrapper, Wrapper, AutoCloseable, Connection, Wrapper

public class PostgresqlConnectionWrapper extends ConnectionWrapperImpl
Wraps a Connection and caches the transaction level, intended to avoid unnecessary round-trips imposed by PostgreSQL Connection.getTransactionIsolation() and Connection.setTransactionIsolation(int).
Author:
AO Industries, Inc.