This is useful as a base class for a very limited implementation. You probably don't want to
use this for a real driver, because you won't be able to easily tell what you have and haven't
implemented.
Linear Supertypes
ThrowingWrapper, Connection, AutoCloseable, Wrapper, AnyRef, Any
A JDBC
java.sql.Connection
that throws an exception for all methods.This is useful as a base class for a very limited implementation. You probably don't want to use this for a real driver, because you won't be able to easily tell what you have and haven't implemented.