Uses of Class
org.apache.calcite.avatica.proto.Common.ConnectionProperties
-
Packages that use Common.ConnectionProperties Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.proto -
-
Uses of Common.ConnectionProperties in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that return Common.ConnectionProperties Modifier and Type Method Description Common.ConnectionPropertiesConnectionPropertiesImpl. toProto()Common.ConnectionPropertiesMeta.ConnectionProperties. toProto()Methods in org.apache.calcite.avatica with parameters of type Common.ConnectionProperties Modifier and Type Method Description static ConnectionPropertiesImplConnectionPropertiesImpl. fromProto(Common.ConnectionProperties proto) -
Uses of Common.ConnectionProperties in org.apache.calcite.avatica.proto
Fields in org.apache.calcite.avatica.proto declared as Common.ConnectionProperties Modifier and Type Field Description private Common.ConnectionPropertiesRequests.ConnectionSyncRequest.Builder. connProps_private Common.ConnectionPropertiesRequests.ConnectionSyncRequest. connProps_private Common.ConnectionPropertiesResponses.ConnectionSyncResponse.Builder. connProps_private Common.ConnectionPropertiesResponses.ConnectionSyncResponse. connProps_private static Common.ConnectionPropertiesCommon.ConnectionProperties. DEFAULT_INSTANCEFields in org.apache.calcite.avatica.proto with type parameters of type Common.ConnectionProperties Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Common.ConnectionProperties,Common.ConnectionProperties.Builder,Common.ConnectionPropertiesOrBuilder>Requests.ConnectionSyncRequest.Builder. connPropsBuilder_private com.google.protobuf.SingleFieldBuilderV3<Common.ConnectionProperties,Common.ConnectionProperties.Builder,Common.ConnectionPropertiesOrBuilder>Responses.ConnectionSyncResponse.Builder. connPropsBuilder_private static com.google.protobuf.Parser<Common.ConnectionProperties>Common.ConnectionProperties. PARSERMethods in org.apache.calcite.avatica.proto that return Common.ConnectionProperties Modifier and Type Method Description Common.ConnectionPropertiesCommon.ConnectionProperties.Builder. build()Common.ConnectionPropertiesCommon.ConnectionProperties.Builder. buildPartial()Common.ConnectionPropertiesRequests.ConnectionSyncRequest.Builder. getConnProps().ConnectionProperties conn_props = 2;Common.ConnectionPropertiesRequests.ConnectionSyncRequest. getConnProps().ConnectionProperties conn_props = 2;Common.ConnectionPropertiesRequests.ConnectionSyncRequestOrBuilder. getConnProps().ConnectionProperties conn_props = 2;Common.ConnectionPropertiesResponses.ConnectionSyncResponse.Builder. getConnProps().ConnectionProperties conn_props = 1;Common.ConnectionPropertiesResponses.ConnectionSyncResponse. getConnProps().ConnectionProperties conn_props = 1;Common.ConnectionPropertiesResponses.ConnectionSyncResponseOrBuilder. getConnProps().ConnectionProperties conn_props = 1;static Common.ConnectionPropertiesCommon.ConnectionProperties. getDefaultInstance()Common.ConnectionPropertiesCommon.ConnectionProperties.Builder. getDefaultInstanceForType()Common.ConnectionPropertiesCommon.ConnectionProperties. getDefaultInstanceForType()static Common.ConnectionPropertiesCommon.ConnectionProperties. parseDelimitedFrom(java.io.InputStream input)static Common.ConnectionPropertiesCommon.ConnectionProperties. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ConnectionPropertiesCommon.ConnectionProperties. parseFrom(byte[] data)static Common.ConnectionPropertiesCommon.ConnectionProperties. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ConnectionPropertiesCommon.ConnectionProperties. parseFrom(com.google.protobuf.ByteString data)static Common.ConnectionPropertiesCommon.ConnectionProperties. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ConnectionPropertiesCommon.ConnectionProperties. parseFrom(com.google.protobuf.CodedInputStream input)static Common.ConnectionPropertiesCommon.ConnectionProperties. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ConnectionPropertiesCommon.ConnectionProperties. parseFrom(java.io.InputStream input)static Common.ConnectionPropertiesCommon.ConnectionProperties. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ConnectionPropertiesCommon.ConnectionProperties. parseFrom(java.nio.ByteBuffer data)static Common.ConnectionPropertiesCommon.ConnectionProperties. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.calcite.avatica.proto that return types with arguments of type Common.ConnectionProperties Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Common.ConnectionProperties,Common.ConnectionProperties.Builder,Common.ConnectionPropertiesOrBuilder>Requests.ConnectionSyncRequest.Builder. getConnPropsFieldBuilder().ConnectionProperties conn_props = 2;private com.google.protobuf.SingleFieldBuilderV3<Common.ConnectionProperties,Common.ConnectionProperties.Builder,Common.ConnectionPropertiesOrBuilder>Responses.ConnectionSyncResponse.Builder. getConnPropsFieldBuilder().ConnectionProperties conn_props = 1;com.google.protobuf.Parser<Common.ConnectionProperties>Common.ConnectionProperties. getParserForType()static com.google.protobuf.Parser<Common.ConnectionProperties>Common.ConnectionProperties. parser()Methods in org.apache.calcite.avatica.proto with parameters of type Common.ConnectionProperties Modifier and Type Method Description Requests.ConnectionSyncRequest.BuilderRequests.ConnectionSyncRequest.Builder. mergeConnProps(Common.ConnectionProperties value).ConnectionProperties conn_props = 2;Responses.ConnectionSyncResponse.BuilderResponses.ConnectionSyncResponse.Builder. mergeConnProps(Common.ConnectionProperties value).ConnectionProperties conn_props = 1;Common.ConnectionProperties.BuilderCommon.ConnectionProperties.Builder. mergeFrom(Common.ConnectionProperties other)static Common.ConnectionProperties.BuilderCommon.ConnectionProperties. newBuilder(Common.ConnectionProperties prototype)Requests.ConnectionSyncRequest.BuilderRequests.ConnectionSyncRequest.Builder. setConnProps(Common.ConnectionProperties value).ConnectionProperties conn_props = 2;Responses.ConnectionSyncResponse.BuilderResponses.ConnectionSyncResponse.Builder. setConnProps(Common.ConnectionProperties value).ConnectionProperties conn_props = 1;
-