Uses of Class
com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
Packages that use ClientWireProtocol.FetchSystemMetadata.Builder
-
Uses of ClientWireProtocol.FetchSystemMetadata.Builder in com.ocient.jdbc.proto
Methods in com.ocient.jdbc.proto that return ClientWireProtocol.FetchSystemMetadata.BuilderModifier and TypeMethodDescriptionClientWireProtocol.FetchSystemMetadata.Builder.clear()ClientWireProtocol.FetchSystemMetadata.Builder.clearCall().xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;ClientWireProtocol.FetchSystemMetadata.Builder.clearColumn()string column = 4;ClientWireProtocol.FetchSystemMetadata.Builder.clearSchema()Parameters for callsClientWireProtocol.FetchSystemMetadata.Builder.clearTable()string table = 3;ClientWireProtocol.FetchSystemMetadata.Builder.clearTest()whether to test against patternsClientWireProtocol.FetchSystemMetadata.Builder.clearView()string view = 5;ClientWireProtocol.Request.Builder.getFetchSystemMetadataBuilder().xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;ClientWireProtocol.FetchSystemMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClientWireProtocol.FetchSystemMetadata.Builder.mergeFrom(com.google.protobuf.Message other) ClientWireProtocol.FetchSystemMetadata.Builder.mergeFrom(ClientWireProtocol.FetchSystemMetadata other) ClientWireProtocol.FetchSystemMetadata.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ClientWireProtocol.FetchSystemMetadata.newBuilder()ClientWireProtocol.FetchSystemMetadata.newBuilder(ClientWireProtocol.FetchSystemMetadata prototype) ClientWireProtocol.FetchSystemMetadata.newBuilderForType()ClientWireProtocol.FetchSystemMetadata.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ClientWireProtocol.FetchSystemMetadata.Builder.setCall(ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall value) .xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;ClientWireProtocol.FetchSystemMetadata.Builder.setCallValue(int value) .xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;string column = 4;ClientWireProtocol.FetchSystemMetadata.Builder.setColumnBytes(com.google.protobuf.ByteString value) string column = 4;Parameters for callsClientWireProtocol.FetchSystemMetadata.Builder.setSchemaBytes(com.google.protobuf.ByteString value) Parameters for callsstring table = 3;ClientWireProtocol.FetchSystemMetadata.Builder.setTableBytes(com.google.protobuf.ByteString value) string table = 3;ClientWireProtocol.FetchSystemMetadata.Builder.setTest(boolean value) whether to test against patternsClientWireProtocol.FetchSystemMetadata.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) string view = 5;ClientWireProtocol.FetchSystemMetadata.Builder.setViewBytes(com.google.protobuf.ByteString value) string view = 5;ClientWireProtocol.FetchSystemMetadata.toBuilder()Methods in com.ocient.jdbc.proto with parameters of type ClientWireProtocol.FetchSystemMetadata.BuilderModifier and TypeMethodDescriptionClientWireProtocol.Request.Builder.setFetchSystemMetadata(ClientWireProtocol.FetchSystemMetadata.Builder builderForValue) .xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;