| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.proto |
| Modifier and Type | Method and Description |
|---|---|
Common.ConnectionProperties |
Meta.ConnectionProperties.toProto() |
Common.ConnectionProperties |
ConnectionPropertiesImpl.toProto() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionPropertiesImpl |
ConnectionPropertiesImpl.fromProto(Common.ConnectionProperties proto) |
| Modifier and Type | Field and Description |
|---|---|
private Common.ConnectionProperties |
Requests.ConnectionSyncRequest.connProps_ |
private Common.ConnectionProperties |
Requests.ConnectionSyncRequest.Builder.connProps_ |
private Common.ConnectionProperties |
Responses.ConnectionSyncResponse.connProps_ |
private Common.ConnectionProperties |
Responses.ConnectionSyncResponse.Builder.connProps_ |
private static Common.ConnectionProperties |
Common.ConnectionProperties.DEFAULT_INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilder<Common.ConnectionProperties,Common.ConnectionProperties.Builder,Common.ConnectionPropertiesOrBuilder> |
Requests.ConnectionSyncRequest.Builder.connPropsBuilder_ |
private com.google.protobuf.SingleFieldBuilder<Common.ConnectionProperties,Common.ConnectionProperties.Builder,Common.ConnectionPropertiesOrBuilder> |
Responses.ConnectionSyncResponse.Builder.connPropsBuilder_ |
private static com.google.protobuf.Parser<Common.ConnectionProperties> |
Common.ConnectionProperties.PARSER |
| Modifier and Type | Method and Description |
|---|---|
Common.ConnectionProperties |
Common.ConnectionProperties.Builder.build() |
Common.ConnectionProperties |
Common.ConnectionProperties.Builder.buildPartial() |
Common.ConnectionProperties |
Requests.ConnectionSyncRequestOrBuilder.getConnProps()
optional .ConnectionProperties conn_props = 2; |
Common.ConnectionProperties |
Requests.ConnectionSyncRequest.getConnProps()
optional .ConnectionProperties conn_props = 2; |
Common.ConnectionProperties |
Requests.ConnectionSyncRequest.Builder.getConnProps()
optional .ConnectionProperties conn_props = 2; |
Common.ConnectionProperties |
Responses.ConnectionSyncResponseOrBuilder.getConnProps()
optional .ConnectionProperties conn_props = 1; |
Common.ConnectionProperties |
Responses.ConnectionSyncResponse.getConnProps()
optional .ConnectionProperties conn_props = 1; |
Common.ConnectionProperties |
Responses.ConnectionSyncResponse.Builder.getConnProps()
optional .ConnectionProperties conn_props = 1; |
static Common.ConnectionProperties |
Common.ConnectionProperties.getDefaultInstance() |
Common.ConnectionProperties |
Common.ConnectionProperties.getDefaultInstanceForType() |
Common.ConnectionProperties |
Common.ConnectionProperties.Builder.getDefaultInstanceForType() |
static Common.ConnectionProperties |
Common.ConnectionProperties.parseDelimitedFrom(InputStream input) |
static Common.ConnectionProperties |
Common.ConnectionProperties.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ConnectionProperties |
Common.ConnectionProperties.parseFrom(byte[] data) |
static Common.ConnectionProperties |
Common.ConnectionProperties.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ConnectionProperties |
Common.ConnectionProperties.parseFrom(com.google.protobuf.ByteString data) |
static Common.ConnectionProperties |
Common.ConnectionProperties.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ConnectionProperties |
Common.ConnectionProperties.parseFrom(com.google.protobuf.CodedInputStream input) |
static Common.ConnectionProperties |
Common.ConnectionProperties.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ConnectionProperties |
Common.ConnectionProperties.parseFrom(InputStream input) |
static Common.ConnectionProperties |
Common.ConnectionProperties.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilder<Common.ConnectionProperties,Common.ConnectionProperties.Builder,Common.ConnectionPropertiesOrBuilder> |
Requests.ConnectionSyncRequest.Builder.getConnPropsFieldBuilder()
optional .ConnectionProperties conn_props = 2; |
private com.google.protobuf.SingleFieldBuilder<Common.ConnectionProperties,Common.ConnectionProperties.Builder,Common.ConnectionPropertiesOrBuilder> |
Responses.ConnectionSyncResponse.Builder.getConnPropsFieldBuilder()
optional .ConnectionProperties conn_props = 1; |
com.google.protobuf.Parser<Common.ConnectionProperties> |
Common.ConnectionProperties.getParserForType() |
static com.google.protobuf.Parser<Common.ConnectionProperties> |
Common.ConnectionProperties.parser() |
| Modifier and Type | Method and Description |
|---|---|
Requests.ConnectionSyncRequest.Builder |
Requests.ConnectionSyncRequest.Builder.mergeConnProps(Common.ConnectionProperties value)
optional .ConnectionProperties conn_props = 2; |
Responses.ConnectionSyncResponse.Builder |
Responses.ConnectionSyncResponse.Builder.mergeConnProps(Common.ConnectionProperties value)
optional .ConnectionProperties conn_props = 1; |
Common.ConnectionProperties.Builder |
Common.ConnectionProperties.Builder.mergeFrom(Common.ConnectionProperties other) |
static Common.ConnectionProperties.Builder |
Common.ConnectionProperties.newBuilder(Common.ConnectionProperties prototype) |
Requests.ConnectionSyncRequest.Builder |
Requests.ConnectionSyncRequest.Builder.setConnProps(Common.ConnectionProperties value)
optional .ConnectionProperties conn_props = 2; |
Responses.ConnectionSyncResponse.Builder |
Responses.ConnectionSyncResponse.Builder.setConnProps(Common.ConnectionProperties value)
optional .ConnectionProperties conn_props = 1; |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.