| 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 |
BuiltInConnectionProperty
Enumeration of Avatica's built-in connection properties.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ConnectionProperty> |
UnregisteredDriver.getConnectionProperties()
Returns the connection properties supported by this driver.
|
static Map<ConnectionProperty,String> |
ConnectionConfigImpl.parse(Properties properties,
Map<String,? extends ConnectionProperty> nameToProps)
Converts a
Properties object containing (name, value)
pairs into a map whose keys are
InternalProperty objects. |
| Modifier and Type | Method and Description |
|---|---|
T |
ConnectionConfigImpl.Converter.apply(ConnectionProperty connectionProperty,
String s) |
| Modifier and Type | Method and Description |
|---|---|
static Map<ConnectionProperty,String> |
ConnectionConfigImpl.parse(Properties properties,
Map<String,? extends ConnectionProperty> nameToProps)
Converts a
Properties object containing (name, value)
pairs into a map whose keys are
InternalProperty objects. |
| Constructor and Description |
|---|
ConnectionConfigImpl.PropEnv(Map<? extends ConnectionProperty,String> map,
ConnectionProperty property) |
| Constructor and Description |
|---|
ConnectionConfigImpl.PropEnv(Map<? extends ConnectionProperty,String> map,
ConnectionProperty property) |
| Modifier and Type | Class and Description |
|---|---|
class |
AvaticaRemoteConnectionProperty
Enumeration of Avatica remote driver's built-in connection properties.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ConnectionProperty> |
Driver.getConnectionProperties() |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.