Uses of Class
org.apache.calcite.avatica.proto.Common.DatabaseProperty
-
Packages that use Common.DatabaseProperty Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.proto -
-
Uses of Common.DatabaseProperty in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that return Common.DatabaseProperty Modifier and Type Method Description Common.DatabasePropertyMeta.DatabaseProperty. toProto()Methods in org.apache.calcite.avatica with parameters of type Common.DatabaseProperty Modifier and Type Method Description static Meta.DatabasePropertyMeta.DatabaseProperty. fromProto(Common.DatabaseProperty proto) -
Uses of Common.DatabaseProperty in org.apache.calcite.avatica.proto
Fields in org.apache.calcite.avatica.proto declared as Common.DatabaseProperty Modifier and Type Field Description private static Common.DatabasePropertyCommon.DatabaseProperty. DEFAULT_INSTANCEprivate Common.DatabasePropertyResponses.DatabasePropertyElement.Builder. key_private Common.DatabasePropertyResponses.DatabasePropertyElement. key_Fields in org.apache.calcite.avatica.proto with type parameters of type Common.DatabaseProperty Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Common.DatabaseProperty,Common.DatabaseProperty.Builder,Common.DatabasePropertyOrBuilder>Responses.DatabasePropertyElement.Builder. keyBuilder_private static com.google.protobuf.Parser<Common.DatabaseProperty>Common.DatabaseProperty. PARSERMethods in org.apache.calcite.avatica.proto that return Common.DatabaseProperty Modifier and Type Method Description Common.DatabasePropertyCommon.DatabaseProperty.Builder. build()Common.DatabasePropertyCommon.DatabaseProperty.Builder. buildPartial()static Common.DatabasePropertyCommon.DatabaseProperty. getDefaultInstance()Common.DatabasePropertyCommon.DatabaseProperty.Builder. getDefaultInstanceForType()Common.DatabasePropertyCommon.DatabaseProperty. getDefaultInstanceForType()Common.DatabasePropertyResponses.DatabasePropertyElement.Builder. getKey().DatabaseProperty key = 1;Common.DatabasePropertyResponses.DatabasePropertyElement. getKey().DatabaseProperty key = 1;Common.DatabasePropertyResponses.DatabasePropertyElementOrBuilder. getKey().DatabaseProperty key = 1;static Common.DatabasePropertyCommon.DatabaseProperty. parseDelimitedFrom(java.io.InputStream input)static Common.DatabasePropertyCommon.DatabaseProperty. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.DatabasePropertyCommon.DatabaseProperty. parseFrom(byte[] data)static Common.DatabasePropertyCommon.DatabaseProperty. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.DatabasePropertyCommon.DatabaseProperty. parseFrom(com.google.protobuf.ByteString data)static Common.DatabasePropertyCommon.DatabaseProperty. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.DatabasePropertyCommon.DatabaseProperty. parseFrom(com.google.protobuf.CodedInputStream input)static Common.DatabasePropertyCommon.DatabaseProperty. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.DatabasePropertyCommon.DatabaseProperty. parseFrom(java.io.InputStream input)static Common.DatabasePropertyCommon.DatabaseProperty. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.DatabasePropertyCommon.DatabaseProperty. parseFrom(java.nio.ByteBuffer data)static Common.DatabasePropertyCommon.DatabaseProperty. 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.DatabaseProperty Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Common.DatabaseProperty,Common.DatabaseProperty.Builder,Common.DatabasePropertyOrBuilder>Responses.DatabasePropertyElement.Builder. getKeyFieldBuilder().DatabaseProperty key = 1;com.google.protobuf.Parser<Common.DatabaseProperty>Common.DatabaseProperty. getParserForType()static com.google.protobuf.Parser<Common.DatabaseProperty>Common.DatabaseProperty. parser()Methods in org.apache.calcite.avatica.proto with parameters of type Common.DatabaseProperty Modifier and Type Method Description Common.DatabaseProperty.BuilderCommon.DatabaseProperty.Builder. mergeFrom(Common.DatabaseProperty other)Responses.DatabasePropertyElement.BuilderResponses.DatabasePropertyElement.Builder. mergeKey(Common.DatabaseProperty value).DatabaseProperty key = 1;static Common.DatabaseProperty.BuilderCommon.DatabaseProperty. newBuilder(Common.DatabaseProperty prototype)Responses.DatabasePropertyElement.BuilderResponses.DatabasePropertyElement.Builder. setKey(Common.DatabaseProperty value).DatabaseProperty key = 1;
-