Class Driver

All Implemented Interfaces:
Driver

public class Driver extends FailFastDriver
A registered driver that 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.