| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.proto |
| Modifier and Type | Method and Description |
|---|---|
Common.Severity |
AvaticaSeverity.toProto() |
| Modifier and Type | Method and Description |
|---|---|
static AvaticaSeverity |
AvaticaSeverity.fromProto(Common.Severity proto) |
| Modifier and Type | Field and Description |
|---|---|
private static Common.Severity[] |
Common.Severity.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<Common.Severity> |
Common.Severity.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
Common.Severity |
Responses.ErrorResponseOrBuilder.getSeverity()
optional .Severity severity = 3; |
Common.Severity |
Responses.ErrorResponse.getSeverity()
optional .Severity severity = 3; |
Common.Severity |
Responses.ErrorResponse.Builder.getSeverity()
optional .Severity severity = 3; |
static Common.Severity |
Common.Severity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Common.Severity |
Common.Severity.valueOf(int value) |
static Common.Severity |
Common.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Common.Severity[] |
Common.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Common.Severity> |
Common.Severity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Responses.ErrorResponse.Builder |
Responses.ErrorResponse.Builder.setSeverity(Common.Severity value)
optional .Severity severity = 3; |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.