| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionConfigImpl
Implementation of
ConnectionConfig. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
AvaticaConnection.config()
Returns a view onto this connection's configuration properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvaticaRemoteConnectionConfigImpl
Implementation of
ConnectionConfig
with extra properties specific to Remote Driver. |
| Modifier and Type | Method and Description |
|---|---|
(package private) Service |
Driver.createService(AvaticaConnection connection,
ConnectionConfig config)
Creates a
Service with the given AvaticaConnection and configuration. |
(package private) AvaticaHttpClient |
Driver.getHttpClient(AvaticaConnection connection,
ConnectionConfig config)
Creates the HTTP client that communicates with the Avatica server.
|
(package private) Driver.Serialization |
Driver.getSerialization(ConnectionConfig config) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.