| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.proto |
| Modifier and Type | Method and Description |
|---|---|
Common.StateType |
QueryState.StateType.toProto() |
| Modifier and Type | Method and Description |
|---|---|
static QueryState.StateType |
QueryState.StateType.fromProto(Common.StateType protoType) |
| Modifier and Type | Field and Description |
|---|---|
private static Common.StateType[] |
Common.StateType.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<Common.StateType> |
Common.StateType.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
Common.StateType |
Common.QueryStateOrBuilder.getType()
optional .StateType type = 1; |
Common.StateType |
Common.QueryState.getType()
optional .StateType type = 1; |
Common.StateType |
Common.QueryState.Builder.getType()
optional .StateType type = 1; |
static Common.StateType |
Common.StateType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Common.StateType |
Common.StateType.valueOf(int value) |
static Common.StateType |
Common.StateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Common.StateType[] |
Common.StateType.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.StateType> |
Common.StateType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Common.QueryState.Builder |
Common.QueryState.Builder.setType(Common.StateType value)
optional .StateType type = 1; |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.