| Package | Description |
|---|---|
| org.apache.calcite.avatica.proto | |
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Field and Description |
|---|---|
private static Common.MetaDataOperation[] |
Common.MetaDataOperation.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<Common.MetaDataOperation> |
Common.MetaDataOperation.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
Common.MetaDataOperation |
Common.QueryStateOrBuilder.getOp()
optional .MetaDataOperation op = 3; |
Common.MetaDataOperation |
Common.QueryState.getOp()
optional .MetaDataOperation op = 3; |
Common.MetaDataOperation |
Common.QueryState.Builder.getOp()
optional .MetaDataOperation op = 3; |
static Common.MetaDataOperation |
Common.MetaDataOperation.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Common.MetaDataOperation |
Common.MetaDataOperation.valueOf(int value) |
static Common.MetaDataOperation |
Common.MetaDataOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Common.MetaDataOperation[] |
Common.MetaDataOperation.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.MetaDataOperation> |
Common.MetaDataOperation.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Common.QueryState.Builder |
Common.QueryState.Builder.setOp(Common.MetaDataOperation value)
optional .MetaDataOperation op = 3; |
| Modifier and Type | Method and Description |
|---|---|
Common.MetaDataOperation |
MetaDataOperation.toProto() |
| Modifier and Type | Method and Description |
|---|---|
static MetaDataOperation |
MetaDataOperation.fromProto(Common.MetaDataOperation protoOp) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.