Class AvaticaConnection

java.lang.Object
org.apache.calcite.avatica.AvaticaConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public abstract class AvaticaConnection extends Object implements Connection
Implementation of JDBC connection for the Avatica framework.

Abstract to allow newer versions of JDBC to add methods.