| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Field and Description |
|---|---|
protected UnregisteredDriver |
AvaticaConnection.driver |
| Modifier and Type | Method and Description |
|---|---|
AvaticaConnection |
AvaticaFactory.newConnection(UnregisteredDriver driver,
AvaticaFactory factory,
String url,
Properties info) |
| Modifier and Type | Method and Description |
|---|---|
static DriverVersion |
DriverVersion.load(Class<? extends UnregisteredDriver> driverClass,
String resourceName,
String driverName,
String driverVersion,
String productName,
String productVersion)
Loads a driver version from a properties file, read from the classpath.
|
| Constructor and Description |
|---|
AvaticaConnection(UnregisteredDriver driver,
AvaticaFactory factory,
String url,
Properties info)
Creates an AvaticaConnection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Driver
Avatica Remote JDBC driver.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.