Class FailFastDriver

java.lang.Object
com.aoapps.sql.wrapper.DriverWrapper
com.aoapps.sql.failfast.FailFastDriver
All Implemented Interfaces:
Driver
Direct Known Subclasses:
Driver

public abstract class FailFastDriver extends DriverWrapper
Makes connections obtained from other drivers perform in a fail-fast manner. All access to the connection will fail once a SQLException has been thrown by the underlying driver, with this state only being cleared by rollback.
Author:
AO Industries, Inc.