| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Method and Description |
|---|---|
static UnregisteredDriver.JdbcVersion |
UnregisteredDriver.JdbcVersion.current()
Deduces the current JDBC version.
|
static UnregisteredDriver.JdbcVersion |
UnregisteredDriver.JdbcVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnregisteredDriver.JdbcVersion[] |
UnregisteredDriver.JdbcVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
UnregisteredDriver.getFactoryClassName(UnregisteredDriver.JdbcVersion jdbcVersion)
Returns the name of a class to be factory for JDBC objects
(connection, statement) appropriate for the current JDBC version.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.