Class ConnectionImpl

  • All Implemented Interfaces:
    Linkable, AutoCloseable, Connection, Wrapper

    public class ConnectionImpl
    extends Object
    implements Connection, Linkable
    This class implements the java.sql.Connection interface, which is part of the JDBC API. You should use the java.sql.Connection interface as an object type instead of this class.