| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Field and Description |
|---|---|
Map<InternalProperty,Object> |
AvaticaConnection.properties |
| Modifier and Type | Method and Description |
|---|---|
static InternalProperty |
InternalProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalProperty[] |
InternalProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InternalProperty.getBoolean(Map<InternalProperty,Object> map)
Returns the boolean value of this property.
|
<E extends Enum> |
InternalProperty.getEnum(Map<InternalProperty,Object> map,
Class<E> enumClass)
Returns the enum value of this property.
|
String |
InternalProperty.getString(Map<InternalProperty,Object> map)
Returns the string value of this property, or null if not specified and
no default.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.