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