| 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 |
|---|---|
static Meta.DatabaseProperty |
Meta.DatabaseProperty.fromProto(Common.DatabaseProperty proto) |
static Meta.DatabaseProperty |
Meta.DatabaseProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meta.DatabaseProperty[] |
Meta.DatabaseProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Meta.DatabaseProperty,Object> |
Meta.getDatabaseProperties(Meta.ConnectionHandle ch)
Returns a map of static database properties.
|
Map<Meta.DatabaseProperty,Object> |
MetaImpl.getDatabaseProperties(Meta.ConnectionHandle ch) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Meta.DatabaseProperty.getProp(Map<Meta.DatabaseProperty,Object> map,
Class<T> aClass)
Returns a value of this property, using the default value if the map
does not contain an explicit value.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<Meta.DatabaseProperty,Object> |
RemoteMeta.databaseProperties |
Map<Meta.DatabaseProperty,Object> |
Service.DatabasePropertyResponse.map |
| Modifier and Type | Method and Description |
|---|---|
Map<Meta.DatabaseProperty,Object> |
RemoteMeta.getDatabaseProperties(Meta.ConnectionHandle ch) |
| Constructor and Description |
|---|
Service.DatabasePropertyResponse(Map<Meta.DatabaseProperty,Object> map,
Service.RpcMetadataResponse rpcMetadata) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.