| 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 |
|---|---|
private ConnectionProperty.Type |
InternalProperty.type |
private ConnectionProperty.Type |
BuiltInConnectionProperty.type |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProperty.Type |
BuiltInConnectionProperty.type() |
ConnectionProperty.Type |
ConnectionProperty.type()
Returns the data type of this property.
|
static ConnectionProperty.Type |
ConnectionProperty.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionProperty.Type[] |
ConnectionProperty.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BuiltInConnectionProperty(String camelName,
ConnectionProperty.Type type,
Object defaultValue,
boolean required) |
InternalProperty(ConnectionProperty.Type type,
Class enumClass,
Object defaultValue) |
InternalProperty(ConnectionProperty.Type type,
Object defaultValue)
Creates an InternalProperty based on a non-enum type.
|
| Modifier and Type | Field and Description |
|---|---|
private ConnectionProperty.Type |
AvaticaRemoteConnectionProperty.type |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProperty.Type |
AvaticaRemoteConnectionProperty.type() |
| Constructor and Description |
|---|
AvaticaRemoteConnectionProperty(String camelName,
ConnectionProperty.Type type,
Object defaultValue) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.