| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract DriverVersion |
UnregisteredDriver.createDriverVersion()
Creates an object describing the name and version of this driver.
|
DriverVersion |
UnregisteredDriver.getDriverVersion()
Returns the driver version object.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected DriverVersion |
Driver.createDriverVersion() |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.