Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort(Executor) - Method in class com.ocient.jdbc.XGConnection
 
absolute(int) - Method in class com.ocient.jdbc.XGResultSet
 
AbstractMessage - Class in com.google.protobuf
A partial implementation of the Message interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessage() - Constructor for class com.google.protobuf.AbstractMessage
 
AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder<BuilderType>> - Class in com.google.protobuf
A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessage.BuilderParent - Interface in com.google.protobuf
Interface for the parent of a Builder that allows the builder to communicate invalidations back to the parent for use when using nested builders.
AbstractMessageLite<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>> - Class in com.google.protobuf
A partial implementation of the MessageLite interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessageLite() - Constructor for class com.google.protobuf.AbstractMessageLite
 
AbstractMessageLite.Builder<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>> - Class in com.google.protobuf
A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessageLite.InternalOneOfEnum - Interface in com.google.protobuf
Interface for an enum which signifies which field in a oneof was specified.
AbstractParser<MessageType extends MessageLite> - Class in com.google.protobuf
A partial implementation of the Parser interface which implements as many methods of that interface as possible in terms of other methods.
AbstractParser() - Constructor for class com.google.protobuf.AbstractParser
 
ACCEPTED_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
acceptsURL(String) - Method in class com.ocient.jdbc.JDBCDriver
 
ACK - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
The message is an ACK
ACK - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase
 
ACK_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
ACK_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
The message is an ACK
acquire() - Method in class com.ocient.cli.extract.ResultSetExtractor
 
acquire() - Method in class com.ocient.util.NullRowTransformerFactory
 
acquire() - Method in interface com.ocient.util.RowTransformerFactory
Acquires and returns a RowTransformer instance.
acquirePermit() - Method in class com.ocient.util.Iterators.LazyFanInPriorityQueue
Acquires a permit for the queue.
activateObject(XGConnectionInfo, PooledObject<XGConnection>) - Method in class com.ocient.jdbc.XGConnection.XGConnectionFactory
 
add(byte[]) - Method in class com.google.protobuf.LazyStringArrayList
 
add(byte[]) - Method in interface com.google.protobuf.LazyStringList
Appends the specified element to the end of this list (optional operation).
add(byte[]) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
add(int, String) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in interface com.google.protobuf.LazyStringList
Appends the specified element to the end of this list (optional operation).
add(ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
add(Descriptors.Descriptor) - Method in class com.google.protobuf.TypeRegistry.Builder
Adds a message type and all types defined in the same .proto file as well as all transitively imported .proto files to this TypeRegistry.Builder.
add(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.ExtensionRegistry
Add a non-message-type extension to the registry by descriptor.
add(Descriptors.FieldDescriptor, Message) - Method in class com.google.protobuf.ExtensionRegistry
Add a message-type extension to the registry by descriptor.
add(Extension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistry
Add an extension from a generated file to the registry.
add(ExtensionLite<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
Add an extension from a lite generated file to the registry only if it is a non-lite extension i.e.
add(GeneratedMessage.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistry
Add an extension from a generated file to the registry.
add(GeneratedMessageLite.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
Add an extension from a lite generated file to the registry.
add(String) - Method in class com.google.protobuf.LazyStringArrayList
 
add(Iterable<Descriptors.Descriptor>) - Method in class com.google.protobuf.TypeRegistry.Builder
Adds message types and all types defined in the same .proto file as well as all transitively imported .proto files to this TypeRegistry.Builder.
add(Object, int) - Method in class com.ocient.jdbc.XGArray
 
addAddress(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
repeated string address = 1;
addAddressBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
repeated string address = 1;
addAll(int, Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite
Deprecated.
addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Deprecated.
addAll(Iterable<T>, List<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite
 
addAll(Iterable<T>, List<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Adds the values to the list.
addAll(Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllAddress(Iterable<String>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
repeated string address = 1;
addAllAnnotation(Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation>) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
addAllAuthenticator(Iterable<? extends ClientWireProtocol.Authenticator>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
addAllBlobLengths(Iterable<? extends Integer>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int32 blobLengths = 2;
addAllBlobs(Iterable<? extends ByteString>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated bytes blobs = 3;
addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteArray(Collection<byte[]>) - Method in interface com.google.protobuf.LazyStringList
Appends all elements in the specified byte[] collection to the end of this list.
addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteString(Collection<? extends ByteString>) - Method in interface com.google.protobuf.LazyStringList
Appends all elements in the specified ByteString collection to the end of this list.
addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
addAllDependency(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3 [json_name = "dependency"];
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
addAllEnumvalue(Iterable<? extends EnumValue>) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
addAllExtensionRange(Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
addAllField(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
addAllFields(Iterable<? extends Field>) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addAllFile(Iterable<? extends PluginProtos.CodeGeneratorResponse.File>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
addAllFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
addAllFileToGenerate(Iterable<String>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
addAllLeadingDetachedComments(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
addAllLocation(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
addAllMessages(Iterable<? extends MType>) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends all of the messages in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAllMessages(Iterable<? extends MType>) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Appends all of the messages in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAllMessageType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
addAllMethods(Iterable<? extends Method>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addAllMixins(Iterable<? extends Mixin>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addAllName(Iterable<? extends DescriptorProtos.UninterpretedOption.NamePart>) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
addAllNestedType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
addAllOneofDecl(Iterable<? extends DescriptorProtos.OneofDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
addAllOneofs(Iterable<String>) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addAllPath(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
addAllPath(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
addAllPaths(Iterable<String>) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
addAllPlanName(Iterable<String>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
repeated string planName = 2;
addAllProtoFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
addAllPublicDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
addAllReservedName(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10 [json_name = "reservedName"];
addAllReservedName(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated string reserved_name = 5 [json_name = "reservedName"];
addAllReservedRange(Iterable<? extends DescriptorProtos.DescriptorProto.ReservedRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
addAllReservedRange(Iterable<? extends DescriptorProtos.EnumDescriptorProto.EnumReservedRange>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
addAllRows(Iterable<? extends ClientWireProtocol.CompletedQueriesRow>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
addAllRows(Iterable<? extends ClientWireProtocol.SysQueriesRow>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addAllRows(Iterable<? extends ClientWireProtocol.SysQueriesRow>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addAllScope(Iterable<String>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
repeated string scope = 3;
addAllSecondary(Iterable<? extends ClientWireProtocol.SecondaryInterfaceList>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addAllSecondary(Iterable<? extends ClientWireProtocol.SecondaryInterfaceList>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addAllSecondary(Iterable<? extends ClientWireProtocol.SecondaryInterfaceList>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addAllSecondary(Iterable<? extends ClientWireProtocol.SecondaryInterfaceList>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
addAllSequenceNumbers(Iterable<? extends Long>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int64 sequenceNumbers = 4;
addAllService(Iterable<? extends DescriptorProtos.ServiceDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
addAllSpan(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [json_name = "span", packed = true];
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addAllValue(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
addAllValues(Iterable<? extends Value>) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
addAllWeakDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
addAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
addAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation.Builder) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
addAnnotationBuilder() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
addAnnotationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
addAuthenticator(int, ClientWireProtocol.Authenticator) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
addAuthenticator(int, ClientWireProtocol.Authenticator.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
addAuthenticator(ClientWireProtocol.Authenticator) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
addAuthenticator(ClientWireProtocol.Authenticator.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
addAuthenticatorBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
addAuthenticatorBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
addBatch() - Method in class com.ocient.jdbc.XGPreparedStatement
 
addBatch(String) - Method in class com.ocient.jdbc.XGStatement
 
addBlobLengths(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int32 blobLengths = 2;
addBlobs(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated bytes blobs = 3;
addBoolean(boolean) - Method in interface com.google.protobuf.Internal.BooleanList
Like List.add(Object) but more efficient in that it doesn't box the element.
addBuilder(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Inserts a new builder at the specified position in this list.
addBuilder(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Inserts a new builder at the specified position in this list.
addBuilder(MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends a new builder to the end of this list and returns the builder.
addBuilder(MType) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Appends a new builder to the end of this list and returns the builder.
addDependency(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3 [json_name = "dependency"];
addDependencyBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3 [json_name = "dependency"];
addDouble(double) - Method in interface com.google.protobuf.Internal.DoubleList
Like List.add(Object) but more efficient in that it doesn't box the element.
addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
addEnumvalue(int, EnumValue) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addEnumvalue(int, EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addEnumvalue(EnumValue) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addEnumvalue(EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addEnumvalueBuilder() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addEnumvalueBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
addExtension(Extension<MessageT, List<T>>, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Append a value to a repeated extension.
addExtension(Extension<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Append a value to a repeated extension.
addExtension(ExtensionLite<MessageT, List<T>>, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Append a value to a repeated extension.
addExtension(ExtensionLite<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Append a value to a repeated extension.
addExtension(ExtensionLite<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Append a value to a repeated extension.
addExtension(GeneratedMessage.GeneratedExtension<MessageT, List<T>>, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Append a value to a repeated extension.
addExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Append a value to a repeated extension.
addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
addExtensionRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
addExtensionRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
addField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
addField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
addField(int, UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Add a field to the UnknownFieldSet.
addField(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
addField(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
addFieldBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
addFieldBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
addFields(int, Field) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addFields(int, Field.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addFields(Field) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addFields(Field.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addFieldsBuilder() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addFieldsBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addFile(int, PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
addFile(int, PluginProtos.CodeGeneratorResponse.File.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
addFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
addFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
addFile(PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
addFile(PluginProtos.CodeGeneratorResponse.File.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
addFile(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
addFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
addFileBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
addFileBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
addFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
addFileBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
addFileToGenerate(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
addFileToGenerateBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
addFixed32(int) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a fixed32 value.
addFixed64(long) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a fixed64 value.
addFloat(float) - Method in interface com.google.protobuf.Internal.FloatList
Like List.add(Object) but more efficient in that it doesn't box the element.
addFromProperties(Properties) - Method in class com.ocient.util.CaselessProperties
 
addGroup(UnknownFieldSet) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add an embedded group.
addInt(int) - Method in interface com.google.protobuf.Internal.IntList
Like List.add(Object) but more efficient in that it doesn't box the element.
addLeadingDetachedComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
addLeadingDetachedCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
addLengthDelimited(ByteString) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a length-delimited value.
addLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
addLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
addLocation(DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
addLocationBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
addLocationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
addLong(long) - Method in interface com.google.protobuf.Internal.LongList
Like List.add(Object) but more efficient in that it doesn't box the element.
addMessage(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Inserts the specified message at the specified position in this list.
addMessage(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Inserts the specified message at the specified position in this list.
addMessage(MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends the specified element to the end of this list.
addMessage(MType) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Appends the specified element to the end of this list.
addMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
addMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
addMessageType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
addMessageType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
addMessageTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
addMessageTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
addMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
addMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
addMethod(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
addMethod(DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
addMethodBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
addMethodBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
addMethods(int, Method) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addMethods(int, Method.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addMethods(Method) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addMethods(Method.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addMethodsBuilder() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addMethodsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addMixins(int, Mixin) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addMixins(int, Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addMixins(Mixin) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addMixins(Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addMixinsBuilder() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addMixinsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addMs(int) - Method in class com.ocient.jdbc.XGTime
 
addMs(int) - Method in class com.ocient.jdbc.XGTimestamp
 
addName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
addName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
addName(DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
addName(DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
addNameBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
addNameBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
addNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
addNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
addNestedType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
addNestedType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
addNestedTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
addNestedTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
addOneofDecl(int, DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
addOneofDecl(int, DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
addOneofDecl(DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
addOneofDecl(DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
addOneofDeclBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
addOneofDeclBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
addOneofs(String) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
addOneofsBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
addOptions(int, Option) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addOptions(int, Option) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addOptions(int, Option) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addOptionsBuilder() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptionsBuilder() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptionsBuilder() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptionsBuilder() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addOptionsBuilder() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addOptionsBuilder() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addOptionsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptionsBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptionsBuilder(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptionsBuilder(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addOptionsBuilder(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addOptionsBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addPath(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
addPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
addPaths(String) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
addPathsBytes(ByteString) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
addPlanName(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
repeated string planName = 2;
addPlanNameBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
repeated string planName = 2;
addProtoFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
addProtoFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
addProtoFile(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
addProtoFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
addProtoFileBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
addProtoFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
addPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.MapEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in interface com.google.protobuf.Message.Builder
Like setRepeatedField, but appends the value as a new element.
addReservedName(String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10 [json_name = "reservedName"];
addReservedName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated string reserved_name = 5 [json_name = "reservedName"];
addReservedNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10 [json_name = "reservedName"];
addReservedNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated string reserved_name = 5 [json_name = "reservedName"];
addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
addReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
addReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
addReservedRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
addReservedRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
addReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
addReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
ADDRESS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
ADDRESS_NOT_SET - Enum constant in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.AddressCase
 
ADDRESS_TYPE_FIELD_NUMBER - Static variable in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
addRollingFileAppender(RollingFileAppender) - Method in class com.ocient.util.ReportLogger
 
addRow(List<Object>) - Method in class com.ocient.procedures.ResultSetBuilder
 
addRows(int, ClientWireProtocol.CompletedQueriesRow) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
addRows(int, ClientWireProtocol.CompletedQueriesRow.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
addRows(int, ClientWireProtocol.SysQueriesRow) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addRows(int, ClientWireProtocol.SysQueriesRow) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addRows(int, ClientWireProtocol.SysQueriesRow.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addRows(int, ClientWireProtocol.SysQueriesRow.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addRows(ClientWireProtocol.CompletedQueriesRow) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
addRows(ClientWireProtocol.CompletedQueriesRow.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
addRows(ClientWireProtocol.SysQueriesRow) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addRows(ClientWireProtocol.SysQueriesRow) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addRows(ClientWireProtocol.SysQueriesRow.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addRows(ClientWireProtocol.SysQueriesRow.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addRowsBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
addRowsBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addRowsBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addRowsBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
addRowsBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addRowsBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
addScope(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
repeated string scope = 3;
addScopeBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
repeated string scope = 3;
addSecondary(int, ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(int, ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(int, ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(int, ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
addSecondary(int, ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(int, ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(int, ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(int, ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
addSecondary(ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
addSecondary(ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondary(ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
addSecondaryBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondaryBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondaryBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondaryBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
addSecondaryBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondaryBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondaryBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
addSecondaryBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
addSequenceNumbers(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int64 sequenceNumbers = 4;
addService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
addService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
addService(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
addService(DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
addServiceBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
addServiceBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
addSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [json_name = "span", packed = true];
addTimeout(TimerTask, long) - Method in class com.ocient.jdbc.XGConnection
Schedules the task to run after the specified delay
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
addValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
addValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
addValue(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
addValue(DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
addValueBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
addValueBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
addValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
addValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
addValues(Value) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
addValues(Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
addValuesBuilder() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
addValuesBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
addVarint(long) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a varint value.
addWarnings(SQLWarning) - Method in class com.ocient.jdbc.XGResultSet
 
addWarnings(ArrayList<SQLWarning>) - Method in class com.ocient.jdbc.XGResultSet
 
addWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
ADVANCE - Enum constant in enum class com.ocient.jdbc.SyncRowCursor.CursorMode
Return the next element and advance the cursor
afterLast() - Method in class com.ocient.jdbc.XGResultSet
 
AGGREGATE_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
AGGREGATION_NOT_ALLOWED - Static variable in class com.ocient.jdbc.SQLStates
 
AGGREGATION_NOT_ALLOWED_IN_WINDOW_CONSTRUCTION - Static variable in class com.ocient.jdbc.SQLStates
 
AGGREGATION_ON_CONSTANT - Static variable in class com.ocient.jdbc.SQLStates
 
ALIAS - Enum constant in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
ALIAS = 2;
ALIAS_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
ALIAS = 2;
ALL_FILES - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.HeaderMode
Header row is included in every file
ALL_NODES_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
allocate(int) - Method in class com.ocient.transport.JavaNetOcientWireV1Transport
 
allocate(int) - Method in class com.ocient.transport.NettyOcientWireV1Transport
 
allocate(int) - Method in interface com.ocient.transport.SimplexTransport
Allocates an I/O capable ByteBuf with the specified capacity.
ALLOW_ALIAS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
 
ALLOW_SINGULAR_OVERWRITES - Enum constant in enum class com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
Later values are merged with earlier values.
allProceduresAreCallable() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
allTablesAreSelectable() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
allTokens() - Method in class com.ocient.cli.FastStringTokenizer
 
AlreadyCalledException() - Constructor for exception com.google.protobuf.RpcUtil.AlreadyCalledException
 
always1(Supplier<R>) - Static method in class com.ocient.util.Functions
Returns a function that always returns a constant value.
always2(Supplier<R>) - Static method in class com.ocient.util.Functions
Returns a function that always returns a constant value.
alwaysFalse() - Static method in class com.ocient.util.Functions
A function that always returns false.
alwaysFalse(T) - Static method in class com.ocient.util.Functions
A function that always returns false, regardless of the argument.
alwaysFalse(T, U) - Static method in class com.ocient.util.Functions
A function that always returns false, regardless of the argument.
alwaysFirst(A, B) - Static method in class com.ocient.util.Functions
Returns the first argument of type A.
alwaysSecond(A, B) - Static method in class com.ocient.util.Functions
Returns the second argument of type B.
alwaysTrue() - Static method in class com.ocient.util.Functions
A function that always returns true.
alwaysTrue(T) - Static method in class com.ocient.util.Functions
A function that always returns true, regardless of the argument.
alwaysTrue(T, U) - Static method in class com.ocient.util.Functions
A function that always returns true, regardless of the argument.
alwaysUseFieldBuilders - Static variable in class com.google.protobuf.GeneratedMessage
For testing.
alwaysUseFieldBuilders - Static variable in class com.google.protobuf.GeneratedMessageV3
For testing.
AMBIGUOUS_COL - Static variable in class com.ocient.jdbc.SQLStates
 
ANNOTATION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
ANONYMOUS - Enum constant in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
A non-identity.
ANONYMOUS_IDENTITY - Enum constant in enum class xg.md.ProtocolMetadata.protocolIdentity.IdentityCase
 
ANONYMOUS_IDENTITY_FIELD_NUMBER - Static variable in class xg.md.ProtocolMetadata.protocolIdentity
 
ANONYMOUS_VALUE - Static variable in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
A non-identity.
Any - Class in com.google.protobuf
Protobuf type google.protobuf.Any
Any.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Any
AnyOrBuilder - Interface in com.google.protobuf
 
AnyProto - Class in com.google.protobuf
 
Api - Class in com.google.protobuf
Protobuf type google.protobuf.Api
Api.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Api
ApiOrBuilder - Interface in com.google.protobuf
 
ApiProto - Class in com.google.protobuf
 
appendExistingResultSet(ResultSet) - Method in class com.ocient.procedures.ResultSetBuilder
 
apply(long) - Method in interface com.ocient.auth.OpenIDAuthenticators.TokenPoller
 
ARG_VAL_PATTERN - Static variable in class com.ocient.cli.extract.ExtractSyntaxParser
 
asByteArrayList() - Method in class com.google.protobuf.LazyStringArrayList
 
asByteArrayList() - Method in interface com.google.protobuf.LazyStringList
Returns a mutable view of this list.
asByteArrayList() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
asByteStringList() - Method in class com.google.protobuf.LazyStringArrayList
 
asByteStringList() - Method in interface com.google.protobuf.ProtocolStringList
Returns a view of the data as a list of ByteStrings.
asByteStringList() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
asInvalidProtocolBufferException() - Method in exception com.google.protobuf.UninitializedMessageException
Converts this exception to an InvalidProtocolBufferException.
asMap() - Method in class com.google.protobuf.UnknownFieldSet
Get a map of fields in the set by number.
asMap() - Method in class com.google.protobuf.UnknownFieldSet.Builder
Get all present Fields as an immutable Map.
asReadOnlyByteBuffer() - Method in class com.google.protobuf.ByteString
Constructs a read-only java.nio.ByteBuffer whose content is equal to the contents of this byte string.
asReadOnlyByteBufferList() - Method in class com.google.protobuf.ByteString
Constructs a list of read-only java.nio.ByteBuffer objects such that the concatenation of their contents is equal to the contents of this byte string.
assignDescriptors(Descriptors.FileDescriptor) - Method in interface com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner
Deprecated.
 
associateResults(XGResultSet) - Method in class com.ocient.jdbc.StructuredQueryMetrics
 
async(int, AbstractWriter<?>, Writer, CompletionStage<Void>) - Static method in class com.ocient.cli.extract.RecordExtractorFactory.WriterHandle
 
AsyncS3OutputStream - Class in com.ocient.cli.extract
 
AsyncS3OutputStream(S3AsyncClient, String, String, int, AsyncSemaphore, Optional<ExtractMetrics>) - Constructor for class com.ocient.cli.extract.AsyncS3OutputStream
 
ATTACH_TO_QUERY - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
ATTACH_TO_QUERY - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
SET_PSO = 26; // Deprecated 27 used above 28 used above
ATTACH_TO_QUERY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
ATTACH_TO_QUERY_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
SET_PSO = 26; // Deprecated 27 used above 28 used above
AUTHENTICATOR_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
AuthException - Exception in com.ocient.auth
 
AuthException() - Constructor for exception com.ocient.auth.AuthException
 
AuthException(String) - Constructor for exception com.ocient.auth.AuthException
 
AuthException(String, Throwable) - Constructor for exception com.ocient.auth.AuthException
 
AUTHORIZATION_CODE - Enum constant in enum class com.ocient.auth.OpenIDAuthenticators.OAuthFlow
The Authorization Code grant type is used by public clients with access to a web browser to exchange an authorization code for an access token.
AuthorizationCodeCallbackResource() - Constructor for class com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeCallbackResource
 
AuthorizationCodeGrant(String, CompletableFuture<T>) - Constructor for class com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeWithPKCEClient.AuthorizationCodeGrant
 
AuthorizationCodeWithPKCEClient(String, int, boolean) - Constructor for class com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeWithPKCEClient
 
AUTHURL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
autoCommitFailureClosesAllResultSets() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
awaitActivation() - Method in class com.ocient.jdbc.XGConnection
 
awaitClose() - Method in class com.ocient.jdbc.XGResultSet
 
AWS_KEY_ID - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
AWS_SECRET_KEY - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 

B

BAD_END_FRAME_BOUND - Static variable in class com.ocient.jdbc.SQLStates
 
BAD_PARAM_NUM - Static variable in class com.ocient.jdbc.SQLStates
 
BAD_RANGE_FRAME_SPECIFICATION - Static variable in class com.ocient.jdbc.SQLStates
 
BAD_REQUEST - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
BAD_REQUEST = 3;
BAD_REQUEST_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
BAD_REQUEST = 3;
BAD_START_FRAME_BOUND - Static variable in class com.ocient.jdbc.SQLStates
 
BAD_USER_PWD - Static variable in class com.ocient.jdbc.SQLStates
 
BAD_WINDOWED_ORDER_BY - Static variable in class com.ocient.jdbc.SQLStates
 
BASE64 - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.BinaryFormat
 
Base64ByteArrayWrapper - Class in com.ocient.cli.extract.wrappers
 
Base64ByteArrayWrapper(byte[]) - Constructor for class com.ocient.cli.extract.wrappers.Base64ByteArrayWrapper
 
basePath() - Method in class com.ocient.metrics.Metric.MetricPath
 
beforeFirst() - Method in class com.ocient.jdbc.XGResultSet
 
BEGIN_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
BINARY_FORMAT - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
BLOBLENGTHS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
BLOBS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
blockingGet(CompletableFuture<T>) - Static method in class com.ocient.util.CompletableFutures
Returns the result value when complete.
blockingGet(CompletableFuture<T>, long, TimeUnit) - Static method in class com.ocient.util.CompletableFutures
Returns the result value when complete.
blockingGet(CompletionStage<T>) - Static method in class com.ocient.util.CompletableFutures
 
blockingGetIOResult(CompletionStage<CompletableFutures.IOResult<T>>) - Static method in class com.ocient.util.CompletableFutures
Blocks until the specified CompletionStage completes and returns its result as an CompletableFutures.IOResult instance.
blockingGetResult(CompletionStage<? extends CompletableFutures.Result<T, E>>, Function<Throwable, E>) - Static method in class com.ocient.util.CompletableFutures
Blocks until the specified CompletionStage completes and returns its result as a CompletableFutures.Result instance.
blockingGetSQLResult(CompletionStage<CompletableFutures.SQLResult<T>>) - Static method in class com.ocient.util.CompletableFutures
Blocks until the specified CompletionStage completes and returns its result as a CompletableFutures.SQLResult instance.
blockingGetTransportResult(CompletionStage<TransportResult<T>>) - Static method in class com.ocient.util.CompletableFutures
Blocks until the specified CompletionStage completes and returns its result as an TransportResult instance.
BlockingRpcChannel - Interface in com.google.protobuf
Abstract interface for a blocking RPC channel.
BlockingService - Interface in com.google.protobuf
Blocking equivalent to Service.
BOOL - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
BOOL - Enum constant in enum class com.google.protobuf.FieldType
 
BOOL - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
BOOL_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
BOOL_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
BOOL_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
 
BOOL_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
BOOLEAN - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.JavaType
 
BOOLEAN - Enum constant in enum class com.google.protobuf.JavaType
 
BOOLEAN - Enum constant in enum class com.google.protobuf.WireFormat.JavaType
 
BoolValue - Class in com.google.protobuf
Protobuf type google.protobuf.BoolValue
BoolValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.BoolValue
BoolValueOrBuilder - Interface in com.google.protobuf
 
BUCKET - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
build() - Method in class com.google.protobuf.Any.Builder
 
build() - Method in class com.google.protobuf.Api.Builder
 
build() - Method in class com.google.protobuf.BoolValue.Builder
 
build() - Method in class com.google.protobuf.BytesValue.Builder
 
build() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
build() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
build() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
build() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
build() - Method in class com.google.protobuf.DoubleValue.Builder
 
build() - Method in class com.google.protobuf.Duration.Builder
 
build() - Method in class com.google.protobuf.DynamicMessage.Builder
 
build() - Method in class com.google.protobuf.Empty.Builder
 
build() - Method in class com.google.protobuf.Enum.Builder
 
build() - Method in class com.google.protobuf.EnumValue.Builder
 
build() - Method in class com.google.protobuf.Field.Builder
 
build() - Method in class com.google.protobuf.FieldMask.Builder
 
build() - Method in class com.google.protobuf.FloatValue.Builder
 
build() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
build() - Method in class com.google.protobuf.Int32Value.Builder
 
build() - Method in class com.google.protobuf.Int64Value.Builder
 
build() - Method in class com.google.protobuf.ListValue.Builder
 
build() - Method in class com.google.protobuf.MapEntry.Builder
 
build() - Method in interface com.google.protobuf.Message.Builder
 
build() - Method in interface com.google.protobuf.MessageLite.Builder
Constructs the message based on the state of the Builder.
build() - Method in class com.google.protobuf.Method.Builder
 
build() - Method in class com.google.protobuf.Mixin.Builder
 
build() - Method in class com.google.protobuf.Option.Builder
 
build() - Method in class com.google.protobuf.RepeatedFieldBuilder
Builds the list of messages from the builder and returns them.
build() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Builds the list of messages from the builder and returns them.
build() - Method in class com.google.protobuf.SingleFieldBuilder
Builds the message and returns it.
build() - Method in class com.google.protobuf.SingleFieldBuilderV3
Builds the message and returns it.
build() - Method in class com.google.protobuf.SourceContext.Builder
 
build() - Method in class com.google.protobuf.StringValue.Builder
 
build() - Method in class com.google.protobuf.Struct.Builder
 
build() - Method in class com.google.protobuf.TextFormat.Parser.Builder
 
build() - Method in class com.google.protobuf.TextFormatParseInfoTree.Builder
Build the TextFormatParseInfoTree.
build() - Method in class com.google.protobuf.Timestamp.Builder
 
build() - Method in class com.google.protobuf.Type.Builder
 
build() - Method in class com.google.protobuf.TypeRegistry.Builder
Builds a TypeRegistry.
build() - Method in class com.google.protobuf.UInt32Value.Builder
 
build() - Method in class com.google.protobuf.UInt64Value.Builder
 
build() - Method in class com.google.protobuf.UnknownFieldSet.Builder
Build the UnknownFieldSet and return it.
build() - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Build the field.
build() - Method in class com.google.protobuf.Value.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
build() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
build() - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
build() - Method in class com.ocient.jdbc.XGResultSet.OcientResultSetMetadata.Builder
 
build() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
build() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
build() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
build() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
build() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
build() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
build() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
build() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
build() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
build() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
build() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
build() - Method in class xg.Validator.EnumValidatorOptions.Builder
 
build() - Method in class xg.Validator.OneofValidatorOptions.Builder
 
build() - Method in class xg.Validator.ValidatorOptions.Builder
 
BUILD_MESSAGE_INFO - Enum constant in enum class com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
BUILD_TIMESTAMP - Static variable in class com.ocient.generated.BuildInfo
An ISO 8601 timestamp representing the time the build began.
BUILD_USER - Static variable in class com.ocient.generated.BuildInfo
The system username of the user that invoked the build.
builder() - Static method in class com.google.protobuf.TextFormatParseInfoTree
Create a builder for a ParseInfoTree.
Builder() - Constructor for class com.google.protobuf.AbstractMessage.Builder
 
Builder() - Constructor for class com.google.protobuf.AbstractMessageLite.Builder
 
Builder() - Constructor for class com.google.protobuf.GeneratedMessage.Builder
 
Builder() - Constructor for class com.google.protobuf.GeneratedMessageV3.Builder
 
Builder() - Constructor for class com.google.protobuf.TextFormat.Parser.Builder
 
Builder() - Constructor for class com.ocient.jdbc.XGConnectionInfo.Builder
 
Builder() - Constructor for class com.ocient.jdbc.XGResultSet.OcientResultSetMetadata.Builder
 
Builder(GeneratedMessage.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessage.Builder
 
Builder(GeneratedMessageV3.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessageV3.Builder
 
Builder(XGConnectionInfo) - Constructor for class com.ocient.jdbc.XGConnectionInfo.Builder
 
Builder(MessageType) - Constructor for class com.google.protobuf.GeneratedMessageLite.Builder
 
buildFrom(DescriptorProtos.FileDescriptorProto, Descriptors.FileDescriptor[]) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
Construct a FileDescriptor.
buildFrom(DescriptorProtos.FileDescriptorProto, Descriptors.FileDescriptor[], boolean) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
Construct a FileDescriptor.
BuildInfo - Class in com.ocient.generated
This class is rendered from a template at build time.
BuildInfo - Class in com.ocient.util
 
BuildInfo() - Constructor for class com.ocient.generated.BuildInfo
 
BuildInfo() - Constructor for class com.ocient.util.BuildInfo
 
buildPartial() - Method in class com.google.protobuf.Any.Builder
 
buildPartial() - Method in class com.google.protobuf.Api.Builder
 
buildPartial() - Method in class com.google.protobuf.BoolValue.Builder
 
buildPartial() - Method in class com.google.protobuf.BytesValue.Builder
 
buildPartial() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
buildPartial() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
buildPartial() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
buildPartial() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
buildPartial() - Method in class com.google.protobuf.DoubleValue.Builder
 
buildPartial() - Method in class com.google.protobuf.Duration.Builder
 
buildPartial() - Method in class com.google.protobuf.DynamicMessage.Builder
 
buildPartial() - Method in class com.google.protobuf.Empty.Builder
 
buildPartial() - Method in class com.google.protobuf.Enum.Builder
 
buildPartial() - Method in class com.google.protobuf.EnumValue.Builder
 
buildPartial() - Method in class com.google.protobuf.Field.Builder
 
buildPartial() - Method in class com.google.protobuf.FieldMask.Builder
 
buildPartial() - Method in class com.google.protobuf.FloatValue.Builder
 
buildPartial() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
buildPartial() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
buildPartial() - Method in class com.google.protobuf.Int32Value.Builder
 
buildPartial() - Method in class com.google.protobuf.Int64Value.Builder
 
buildPartial() - Method in class com.google.protobuf.ListValue.Builder
 
buildPartial() - Method in class com.google.protobuf.MapEntry.Builder
 
buildPartial() - Method in interface com.google.protobuf.Message.Builder
 
buildPartial() - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.
buildPartial() - Method in class com.google.protobuf.Method.Builder
 
buildPartial() - Method in class com.google.protobuf.Mixin.Builder
 
buildPartial() - Method in class com.google.protobuf.Option.Builder
 
buildPartial() - Method in class com.google.protobuf.SourceContext.Builder
 
buildPartial() - Method in class com.google.protobuf.StringValue.Builder
 
buildPartial() - Method in class com.google.protobuf.Struct.Builder
 
buildPartial() - Method in class com.google.protobuf.Timestamp.Builder
 
buildPartial() - Method in class com.google.protobuf.Type.Builder
 
buildPartial() - Method in class com.google.protobuf.UInt32Value.Builder
 
buildPartial() - Method in class com.google.protobuf.UInt64Value.Builder
 
buildPartial() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
buildPartial() - Method in class com.google.protobuf.Value.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
buildPartial() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
buildPartial() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
buildPartial() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
buildPartial() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
buildPartial() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
buildPartial() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
buildPartial() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
buildPartial() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
buildPartial() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
buildPartial() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
buildPartial() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
buildPartial() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
buildPartial() - Method in class xg.Validator.EnumValidatorOptions.Builder
 
buildPartial() - Method in class xg.Validator.OneofValidatorOptions.Builder
 
buildPartial() - Method in class xg.Validator.ValidatorOptions.Builder
 
BY_NUMBER - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
BY_NUMBER = 2;
BY_NUMBER_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
BY_NUMBER = 2;
BY_SIZE - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
BY_SIZE = 1;
BY_SIZE_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
BY_SIZE = 1;
BYTE_STRING - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.JavaType
 
BYTE_STRING - Enum constant in enum class com.google.protobuf.JavaType
 
BYTE_STRING - Enum constant in enum class com.google.protobuf.WireFormat.JavaType
 
byteArrayDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
ByteArrayWrapper - Interface in com.ocient.cli.extract.wrappers
 
ByteArrayWrapperFactory - Class in com.ocient.cli.extract.wrappers
 
ByteArrayWrapperFactory() - Constructor for class com.ocient.cli.extract.wrappers.ByteArrayWrapperFactory
 
byteAt(int) - Method in class com.google.protobuf.ByteString
Gets the byte at the given index.
byteBufferDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
ByteOutput - Class in com.google.protobuf
An output target for raw bytes.
ByteOutput() - Constructor for class com.google.protobuf.ByteOutput
 
BYTES - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
BYTES - Enum constant in enum class com.google.protobuf.FieldType
 
BYTES - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
BYTES - Enum constant in enum class com.ocient.metrics.Metric.Units
 
BYTES_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
BYTES_RETURNED_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
bytesDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
bytesRecv - Variable in class com.ocient.metrics.QueryMetrics
 
bytesToHex(byte[]) - Static method in class com.ocient.jdbc.XGByteArrayHelper
 
ByteString - Class in com.google.protobuf
Immutable sequence of bytes.
ByteString.ByteIterator - Interface in com.google.protobuf
This interface extends Iterator<Byte>, so that we can return an unboxed byte.
ByteString.Output - Class in com.google.protobuf
Outputs to a ByteString instance.
BytesValue - Class in com.google.protobuf
Protobuf type google.protobuf.BytesValue
BytesValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.BytesValue
BytesValueOrBuilder - Interface in com.google.protobuf
 

C

CALL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
CALL_ON_CLOSED_OBJECT - Static variable in class com.ocient.jdbc.SQLStates
 
callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message) - Method in interface com.google.protobuf.BlockingService
Equivalent to Service.callMethod(com.google.protobuf.Descriptors.MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback<com.google.protobuf.Message>), except that callBlockingMethod() returns the result of the RPC or throws a ServiceException if there is a failure, rather than passing the information to a callback.
callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message, Message) - Method in interface com.google.protobuf.BlockingRpcChannel
Call the given method of the remote service and blocks until it returns.
callMethod(Descriptors.MethodDescriptor, RpcController, Message, Message, RpcCallback<Message>) - Method in interface com.google.protobuf.RpcChannel
Call the given method of the remote service.
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in interface com.google.protobuf.Service
Call a method of the service specified by MethodDescriptor.
cancel() - Method in class com.ocient.jdbc.XGStatement
Kill the currently running query
cancel(SQLException) - Method in class com.ocient.jdbc.XGStatement
Kill the currently running query
CANCEL_QUERY - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CANCEL_QUERY - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CANCEL_QUERY = 16;
CANCEL_QUERY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CANCEL_QUERY_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CANCEL_QUERY = 16;
cancelAsync(Optional<SQLException>) - Method in class com.ocient.jdbc.XGStatement
Interrupts result set processing and sends a KILL_QUERY opcode to the server.
cancelQuery(String) - Method in class com.ocient.jdbc.XGStatement
 
cancelRowUpdates() - Method in class com.ocient.jdbc.XGResultSet
 
canUseUnsafe() - Static method in class com.google.protobuf.GeneratedMessageV3
 
CARDINALITY_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
CARDINALITY_OPTIONAL - Enum constant in enum class com.google.protobuf.Field.Cardinality
CARDINALITY_OPTIONAL = 1;
CARDINALITY_OPTIONAL_VALUE - Static variable in enum class com.google.protobuf.Field.Cardinality
CARDINALITY_OPTIONAL = 1;
CARDINALITY_REPEATED - Enum constant in enum class com.google.protobuf.Field.Cardinality
CARDINALITY_REPEATED = 3;
CARDINALITY_REPEATED_VALUE - Static variable in enum class com.google.protobuf.Field.Cardinality
CARDINALITY_REPEATED = 3;
CARDINALITY_REQUIRED - Enum constant in enum class com.google.protobuf.Field.Cardinality
CARDINALITY_REQUIRED = 2;
CARDINALITY_REQUIRED_VALUE - Static variable in enum class com.google.protobuf.Field.Cardinality
CARDINALITY_REQUIRED = 2;
CARDINALITY_UNKNOWN - Enum constant in enum class com.google.protobuf.Field.Cardinality
CARDINALITY_UNKNOWN = 0;
CARDINALITY_UNKNOWN_VALUE - Static variable in enum class com.google.protobuf.Field.Cardinality
CARDINALITY_UNKNOWN = 0;
CASE_WITHIN_CASE - Static variable in class com.ocient.jdbc.SQLStates
 
caseInsensitiveCols2Pos - Variable in class com.ocient.jdbc.XGResultSet.OcientResultSetMetadata
 
CaselessProperties - Class in com.ocient.util
 
CaselessProperties() - Constructor for class com.ocient.util.CaselessProperties
 
CaselessProperties(CaselessProperties) - Constructor for class com.ocient.util.CaselessProperties
 
catalogName - Variable in class com.ocient.jdbc.XGResultSetMetaData
 
CBC - Enum constant in enum class com.ocient.jdbc.XGConnection.HandshakeType
 
CC_ENABLE_ARENAS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
CC_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
CERT_FINGERPRINT - Enum constant in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
Security certificate fingerprint type
CERT_FINGERPRINT_IDENTITY - Enum constant in enum class xg.md.ProtocolMetadata.protocolIdentity.IdentityCase
 
CERT_FINGERPRINT_IDENTITY_FIELD_NUMBER - Static variable in class xg.md.ProtocolMetadata.protocolIdentity
 
CERT_FINGERPRINT_VALUE - Static variable in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
Security certificate fingerprint type
ChannelPermit - Interface in com.ocient.util
A functional interface representing a permit for a channel operation.
CHAR - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.TranslateCharactersMode
 
CHECK_DATA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
Deprecated.
CHECK_DATA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Deprecated
CHECK_DATA_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CHECK_DATA_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Deprecated
checkByteStringIsUtf8(ByteString) - Static method in class com.google.protobuf.AbstractMessageLite
 
checkClientTrusted(X509Certificate[], String) - Method in class com.ocient.jdbc.XGConnection.XGTrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class com.ocient.jdbc.XGConnection.XGTrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class com.ocient.jdbc.XGConnection.XGTrustManager
 
checkData(String) - Method in class com.ocient.jdbc.XGStatement
 
CHECKDATASTATEMENT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
checkLastTagWas(int) - Method in class com.google.protobuf.CodedInputStream
Verifies that the last call to readTag() returned the given tag value.
checkNoSpaceLeft() - Method in class com.google.protobuf.CodedOutputStream
Verifies that CodedOutputStream.spaceLeft() returns zero.
checkRecursionLimit() - Method in class com.google.protobuf.CodedInputStream
 
checkServerTrusted(X509Certificate[], String) - Method in class com.ocient.jdbc.XGConnection.XGTrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class com.ocient.jdbc.XGConnection.XGTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class com.ocient.jdbc.XGConnection.XGTrustManager
 
CIPHER_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
CIPHER_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
clear() - Method in class com.google.protobuf.AbstractMessage.Builder
 
clear() - Method in class com.google.protobuf.Any.Builder
 
clear() - Method in class com.google.protobuf.Api.Builder
 
clear() - Method in class com.google.protobuf.BoolValue.Builder
 
clear() - Method in class com.google.protobuf.BytesValue.Builder
 
clear() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
clear() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
clear() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
clear() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
clear() - Method in class com.google.protobuf.DoubleValue.Builder
 
clear() - Method in class com.google.protobuf.Duration.Builder
 
clear() - Method in class com.google.protobuf.DynamicMessage.Builder
 
clear() - Method in class com.google.protobuf.Empty.Builder
 
clear() - Method in class com.google.protobuf.Enum.Builder
 
clear() - Method in class com.google.protobuf.EnumValue.Builder
 
clear() - Method in class com.google.protobuf.Field.Builder
 
clear() - Method in class com.google.protobuf.FieldMask.Builder
 
clear() - Method in class com.google.protobuf.FloatValue.Builder
 
clear() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.
clear() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
clear() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
clear() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.
clear() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
clear() - Method in class com.google.protobuf.Int32Value.Builder
 
clear() - Method in class com.google.protobuf.Int64Value.Builder
 
clear() - Method in class com.google.protobuf.LazyFieldLite
Clears the value state of this instance.
clear() - Method in class com.google.protobuf.LazyStringArrayList
 
clear() - Method in class com.google.protobuf.ListValue.Builder
 
clear() - Method in class com.google.protobuf.MapField
 
clear() - Method in class com.google.protobuf.MapFieldLite
 
clear() - Method in interface com.google.protobuf.Message.Builder
 
clear() - Method in interface com.google.protobuf.MessageLite.Builder
Resets all fields to their default values.
clear() - Method in class com.google.protobuf.Method.Builder
 
clear() - Method in class com.google.protobuf.Mixin.Builder
 
clear() - Method in class com.google.protobuf.Option.Builder
 
clear() - Method in class com.google.protobuf.RepeatedFieldBuilder
Removes all of the elements from this list.
clear() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Removes all of the elements from this list.
clear() - Method in class com.google.protobuf.SingleFieldBuilder
Clears the value of the field.
clear() - Method in class com.google.protobuf.SingleFieldBuilderV3
Clears the value of the field.
clear() - Method in class com.google.protobuf.SourceContext.Builder
 
clear() - Method in class com.google.protobuf.StringValue.Builder
 
clear() - Method in class com.google.protobuf.Struct.Builder
 
clear() - Method in class com.google.protobuf.Timestamp.Builder
 
clear() - Method in class com.google.protobuf.Type.Builder
 
clear() - Method in class com.google.protobuf.UInt32Value.Builder
 
clear() - Method in class com.google.protobuf.UInt64Value.Builder
 
clear() - Method in class com.google.protobuf.UnknownFieldSet.Builder
Reset the builder to an empty set.
clear() - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Discard the field's contents.
clear() - Method in class com.google.protobuf.Value.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
clear() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
clear() - Method in class com.ocient.metrics.MetricsRegistry
Removes all PerfCounters from the registry
clear() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
clear() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
clear() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
clear() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
clear() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
clear() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
clear() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
clear() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
clear() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
clear() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
clear() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
clear() - Method in class xg.Validator.EnumValidatorOptions.Builder
 
clear() - Method in class xg.Validator.OneofValidatorOptions.Builder
 
clear() - Method in class xg.Validator.ValidatorOptions.Builder
 
CLEAR_CACHE - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLEAR_CACHE - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLEAR_CACHE = 40;
CLEAR_CACHE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLEAR_CACHE_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLEAR_CACHE = 40;
clearAccepted() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
When true, the message was accepted and the action was completed.
clearAck() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivAck ack = 255;
clearAddress() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
repeated string address = 1;
clearAddress() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
clearAddressType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
the address type
clearAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8 [json_name = "aggregateValue"];
clearAllNodes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
bool all_nodes = 1;
clearAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool allow_alias = 2 [json_name = "allowAlias"];
clearAnnotation() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
clearAnonymousIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
anonymous identity
clearAttachToQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
clearAuthenticator() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
clearAuthUrl() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
string authUrl = 3;
clearBatch() - Method in class com.ocient.jdbc.XGStatement
 
clearBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional int32 begin = 3 [json_name = "begin"];
clearBlobLengths() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int32 blobLengths = 2;
clearBlobs() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated bytes blobs = 3;
clearBoolValue() - Method in class com.google.protobuf.Value.Builder
bool bool_value = 4 [json_name = "boolValue"];
clearBytesReturned() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the number of bytes returned by the query
clearCall() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
.xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
clearCancelQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CancelQuery cancel_query = 17;
clearCardinality() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
clearCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
clearCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
clearCertFingerprintIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
cert fingerprint identity
clearCheckData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
clearCheckDataStatement() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
string checkDataStatement = 2;
clearCipher() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
bytes cipher = 1;
clearCipher() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
bytes cipher = 1;
clearClearCache() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClearCache clear_cache = 41;
clearClientConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection client_connection = 2;
clearClientConnection2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
clearClientConnectionGcm() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
clearClientConnectionGcm2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
clearClientConnectionRefreshSession() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
clearClientConnectionRefreshToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
clearClientConnectionSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
clearClientConnectionSso() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
clearClientConnectionSso2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
clearClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string clientid = 3;
clearClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string clientid = 3;
clearClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string clientid = 2;
clearClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string clientid = 2;
clearClientId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
string clientId = 2;
clearClientIp() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the IP of the client
clearClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
clearClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the version of the connector used to submit the query
clearCloseConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseConnection close_connection = 5;
clearCloseResultSet() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseResultSet close_result_set = 10;
clearCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the SQL state code
clearCols2Pos() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
clearCols2Types() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
clearColumn() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string column = 4;
clearCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
clearCompleted() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
true if we should return rows for completed queries
clearConcurrency() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
clearConcurrency() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
int64 concurrency = 1;
clearContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15 [json_name = "content"];
clearCostEstimate() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the plan cost estimate
clearCountEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_equal = 9;
clearCountMax() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_max = 8;
clearCountMin() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_min = 7;
clearCountNotEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_not_equal = 10;
clearCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
clearCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
clearData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
The token payload
clearDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string database = 2;
clearDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string database = 2;
clearDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string database = 1;
clearDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string database = 1;
clearDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
string database = 1;
clearDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
string database = 3;
clearDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string database = 9;
clearDatabaseId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the database uuid the user was connected to
clearDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
clearDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7 [json_name = "defaultValue"];
clearDefaultValue() - Method in class com.google.protobuf.Field.Builder
string default_value = 11 [json_name = "defaultValue"];
clearDenialReason() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
The denial reason, if any
clearDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3 [json_name = "dependency"];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
clearDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Deprecated.
google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
clearDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Deprecated.
google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
clearDisableProtocol() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
clearDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6 [json_name = "doubleValue"];
clearEdition() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string edition = 13 [json_name = "edition"];
clearEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float effective_priority = 2;
clearElapsedTimeSec() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int32 elapsed_time_sec = 6;
clearEnableProtocol() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
clearEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 end = 2 [json_name = "end"];
clearEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 end = 2 [json_name = "end"];
clearEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
optional int32 end = 2 [json_name = "end"];
clearEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional int32 end = 4 [json_name = "end"];
clearEndSession() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
bool endSession = 1;
clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
clearEnumvalue() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
clearEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string equal = 3;
clearError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1 [json_name = "error"];
clearErrors() - Method in class com.ocient.jdbc.XGStatement
 
clearEstimatedResultRows() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 estimated_result_rows = 12;
clearEstimatedResultSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 estimated_result_size = 13;
clearEstimatedTimeSec() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int32 estimated_time_sec = 3;
clearExecuteExplain() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
clearExecuteExplainForSpark() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Spark Deprecated
clearExecuteExport() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExport execute_export = 26;
clearExecuteInlinePlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
clearExecutePlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecutePlan execute_plan = 20;
clearExecuteQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteQuery execute_query = 11;
clearExecuteUpdate() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
clearExplainPipeline() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
clearExplainPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPlan explain_plan = 21;
clearExplicitSSO() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
Is this a token-based SSO flow?
clearExplicitSSO() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
bool explicitSSO = 5;
clearExportStatement() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
string exportStatement = 2;
clearExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2 [json_name = "extendee"];
clearExtension() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
clearExtension() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
clearExtension(Extension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Clear an extension.
clearExtension(Extension<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Clear an extension.
clearExtension(ExtensionLite<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Clear an extension.
clearExtension(ExtensionLite<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Clear an extension.
clearExtension(ExtensionLite<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Clear an extension.
clearExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Clears an extension.
clearExtension(GeneratedMessage.GeneratedExtension<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Clear an extension.
clearExtensionRange() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
clearFetchAuthenticators() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
clearFetchData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchData fetch_data = 8;
clearFetchMetadata() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
clearFetchSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
sfixed32 fetch_size = 1;
clearFetchSystemMetadata() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
clearField() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
clearField(int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Clear fields from the set with a given field number.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Clears the field.
clearFields() - Method in class com.google.protobuf.Struct.Builder
 
clearFields() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
clearFile() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
clearFile() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
clearFileName() - Method in class com.google.protobuf.SourceContext.Builder
string file_name = 1 [json_name = "fileName"];
clearFileToGenerate() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
clearFinalEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the final effective dynamically adjusted priority
clearFingerprint() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
bytes fingerprint = 1;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
bool force = 2;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
Force = true means not allowed to redirect the connection
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
Force = true means not allowed to redirect the connection
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
bool force = 10;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
bool force = 2;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
bool force = 2;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
bool force = 4;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
bool force = 2;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
bool force = 2;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
bool force = 2;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
bool force = 2;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
bool force = 2;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
bool force = 2;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
bool force = 2;
clearForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
whether or not we are forcing plans to run externally, primarily for testing
clearForceExternal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
clearForceExternal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
clearForceRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
This is superseded by 'force'.
clearFormat() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
.xg.cmdcomp.ExplainFormat format = 3;
clearFormat() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
.xg.cmdcomp.ExplainFormat format = 3;
clearFullyQualifiedUsername() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The fully qualified username used for the connection
clearFullyQualifiedUsername() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
The fully qualified username used for the connection
clearGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
clearGetSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.GetSchema get_schema = 4;
clearGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11 [json_name = "goPackage"];
clearHasKey() - Method in class xg.Validator.ValidatorOptions.Builder
optional string has_key = 11;
clearHmac() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
bytes hmac = 3;
clearHmac() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
bytes hmac = 3;
clearHostname() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
string hostname = 1;
clearHostnameIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
hostname identity
clearIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
clearIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3 [json_name = "identifierValue"];
clearIdentity() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=413
clearIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
clearIdentity() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
.xg.md.protocolIdentity identity = 1;
clearInitialEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
initial effective priority adjusted for query cost and mem usage
clearInitialEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float initial_effective_priority = 17;
clearInitialPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
initial plan priority based on wlm limits
clearInitialPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float initial_priority = 16;
clearInitiatorNature() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
If set, used to differentiate connections with the same remote
clearInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2 [json_name = "inputType"];
clearInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2 [json_name = "insertionPoint"];
clearIntVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
sfixed32 int_val = 4;
clearIp() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
canonical IP address.
clearIpv4Address() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
ipv4 address
clearIsBufferSequencingEnabled() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
True if the server supports parallel
clearIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2 [json_name = "isExtension"];
clearIsOn() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
bool is_on = 1;
clearIsOn() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
bool is_on = 1;
clearIssuer() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
string issuer = 1;
clearIssuerCertificate() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.issuer_certificate is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=421
clearIssuerFingerprint() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string issuerFingerprint = 9;
clearIssuerFingerprint() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
bytes issuer_fingerprint = 7;
clearIssuerFingerprint() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
string issuerFingerprint = 3;
clearIsUnsorted() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
true iff the result set is guaranteed to be unsorted.
clearIv() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
bytes iv = 2;
clearIv() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
bytes iv = 2;
clearJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Deprecated.
google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
clearJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
clearJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
clearJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
clearJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1 [json_name = "javaPackage"];
clearJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
clearJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10 [json_name = "jsonName"];
clearJsonName() - Method in class com.google.protobuf.Field.Builder
string json_name = 10 [json_name = "jsonName"];
clearJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
clearKey() - Method in class com.google.protobuf.MapEntry.Builder
 
clearKillQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.KillQuery kill_query = 23;
clearKind() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
clearKind() - Method in class com.google.protobuf.Value.Builder
 
clearLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
clearLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool lazy = 5 [default = false, json_name = "lazy"];
clearLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3 [json_name = "leadingComments"];
clearLeadingDetachedComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
clearListPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ListPlan list_plan = 22;
clearListValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
clearLocalQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.LocalQueries local_queries = 19;
clearLocation() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
clearMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 major = 1 [json_name = "major"];
clearMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
int32 majorClientVersion = 5;
clearMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
int32 majorClientVersion = 5;
clearMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
int32 majorClientVersion = 4;
clearMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
int32 majorClientVersion = 4;
clearMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool map_entry = 7 [json_name = "mapEntry"];
clearMax() - Method in class xg.Validator.ValidatorOptions.Builder
optional string max = 2;
clearMaxNumClientThreads() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
fixed32 maxNumClientThreads = 5;
clearMaxResultSetBuffers() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
Maximum number of blobs to include in the response.
clearMemoryTracing() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
clearMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
clearMessageType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
clearMethod() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
clearMethods() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
clearMin() - Method in class xg.Validator.ValidatorOptions.Builder
optional string min = 1;
clearMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 minor = 2 [json_name = "minor"];
clearMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
int32 minorClientVersion = 6;
clearMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
int32 minorClientVersion = 6;
clearMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
int32 minorClientVersion = 5;
clearMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
int32 minorClientVersion = 5;
clearMixins() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
clearName() - Method in class com.google.protobuf.Api.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Enum.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.EnumValue.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Field.Builder
string name = 4 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Method.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Mixin.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Option.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Type.Builder
string name = 1 [json_name = "name"];
clearNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1 [json_name = "namePart"];
clearNanos() - Method in class com.google.protobuf.Duration.Builder
int32 nanos = 2 [json_name = "nanos"];
clearNanos() - Method in class com.google.protobuf.Timestamp.Builder
int32 nanos = 2 [json_name = "nanos"];
clearNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
clearNestedType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
clearNewSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
The returned security token.
clearNodeId() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
uint32 node_id = 2;
clearNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
clearNotEqual() - Method in class xg.Validator.EnumValidatorOptions.Builder
optional string not_equal = 1;
clearNotEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string not_equal = 4;
clearNotifyIdentity() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
clearNullValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
clearNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2 [json_name = "number"];
clearNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3 [json_name = "number"];
clearNumber() - Method in class com.google.protobuf.EnumValue.Builder
int32 number = 2 [json_name = "number"];
clearNumber() - Method in class com.google.protobuf.Field.Builder
int32 number = 3 [json_name = "number"];
clearNumberValue() - Method in class com.google.protobuf.Value.Builder
double number_value = 2 [json_name = "numberValue"];
clearNumClientThreads() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
How many threads should the client use to fetch?
clearNumParts() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
int32 numParts = 1;
clearObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
clearOldSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
The token to refresh
clearOneIdentityOption() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
TODO(jieluo): Clear it when all subclasses have implemented this method.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in interface com.google.protobuf.Message.Builder
Clears the oneof.
clearOneofDecl() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
clearOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
clearOneofIndex() - Method in class com.google.protobuf.Field.Builder
int32 oneof_index = 7 [json_name = "oneofIndex"];
clearOneofs() - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
clearOneShotForce() - Method in class com.ocient.jdbc.XGConnection
 
clearOpenidauthenticator() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
clearOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
clearOptions() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
clearOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3 [json_name = "outputType"];
clearPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2 [json_name = "package"];
clearPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool packed = 2 [json_name = "packed"];
clearPacked() - Method in class com.google.protobuf.Field.Builder
bool packed = 8 [json_name = "packed"];
clearParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2 [json_name = "parameter"];
clearParameter() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
clearParameters() - Method in class com.ocient.jdbc.XGPreparedStatement
 
clearPartitioningParam() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
sfixed32 partitioningParam = 3;
clearPatch() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 patch = 3 [json_name = "patch"];
clearPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
note the out of order field numbering
clearPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
note the out of order field numbering
clearPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
note the out of order field numbering
clearPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
note the out of order field numbering
clearPath() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
clearPath() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
clearPaths() - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
clearPerformanceMode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
.xg.cmdcomp.PerformanceMode performanceMode = 4;
clearPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
clearPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
clearPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
clearPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_namespace = 41 [json_name = "phpNamespace"];
clearPipelineStatement() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
string pipelineStatement = 2;
clearPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
string plan = 2;
clearPlanName() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
repeated string planName = 2;
clearPlanParallelism() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the plan parallelism
clearPollingIntervalSeconds() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
The minimum amount of time in seconds that the Client
clearPort() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
uint32 port = 1;
clearPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
clearPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Priority priority = 6;
clearPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
double priority = 1;
clearPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
priority adjustment factor
clearPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
clearPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
double priority_adjust_factor = 1;
clearPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float priority_adjust_factor = 18;
clearPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
priority adjustment time
clearPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
clearPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
uint32 priority_adjust_time = 1;
clearPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
uint32 priority_adjust_time = 19;
clearPrivMessage() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
clearProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
clearProtocolId() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
uint32 protocol_id = 1;
clearProtocolId() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
uint32 protocol_id = 1;
clearProtoFile() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
clearPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
string pubKey = 4;
clearPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
string pubKey = 4;
clearPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
string pubKey = 3;
clearPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
string pubKey = 3;
clearPublicDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
clearPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
clearQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
This is the UUID of the query in string form (e.g.
clearQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
The query ID (generated server side) can be used by a client to cancel/kill
clearQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
string queryId = 6;
clearQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string query_id = 1;
clearQueryServer() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string query_server = 8;
clearReason() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the reason
clearReason() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
string reason = 2;
clearRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
clearRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
Redirect = true, means we are telling client to connect elsewhere
clearRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
Redirect = true, means we are telling client to connect elsewhere
clearRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
Redirect = true, means we are telling client to connect elsewhere
clearRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
Redirect = true, means we are telling client to connect elsewhere
clearRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
clearRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
clearRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
clearRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
clearRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
Redirect = true, means we are telling client to send the command elsewhere
clearRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
Not used
clearRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
string redirectHost = 4;
clearRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
string redirectHost = 3;
clearRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
string redirectHost = 3;
clearRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
string redirectHost = 3;
clearRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
string redirectHost = 5;
clearRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
string redirectHost = 4;
clearRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
string redirectHost = 3;
clearRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
string redirectHost = 4;
clearRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
string redirectHost = 4;
clearRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
string redirectHost = 4;
clearRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
string redirectHost = 4;
clearRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
fixed32 redirectPort = 5;
clearRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
fixed32 redirectPort = 4;
clearRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
fixed32 redirectPort = 4;
clearRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
fixed32 redirectPort = 4;
clearRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
fixed32 redirectPort = 6;
clearRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
fixed32 redirectPort = 5;
clearRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
fixed32 redirectPort = 4;
clearRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
fixed32 redirectPort = 5;
clearRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
fixed32 redirectPort = 5;
clearRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
fixed32 redirectPort = 5;
clearRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
fixed32 redirectPort = 5;
clearRegex() - Method in class xg.Validator.ValidatorOptions.Builder
optional string regex = 6;
clearRemoteIP() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string remoteIP = 10;
clearRequestId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
string requestId = 1;
clearRequestId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
string requestId = 2;
clearRequestOneof() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
clearRequestStreaming() - Method in class com.google.protobuf.Method.Builder
bool request_streaming = 3 [json_name = "requestStreaming"];
clearRequestTypeUrl() - Method in class com.google.protobuf.Method.Builder
string request_type_url = 2 [json_name = "requestTypeUrl"];
clearRequired() - Method in class xg.Validator.OneofValidatorOptions.Builder
optional string required = 1;
clearReservedName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10 [json_name = "reservedName"];
clearReservedName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated string reserved_name = 5 [json_name = "reservedName"];
clearReservedRange() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
clearReservedRange() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
clearReset() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
whether we should reset back to the default, overrides whatever threshold is
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
clearResponseOneof() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
clearResponseOneof() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
clearResponseStreaming() - Method in class com.google.protobuf.Method.Builder
bool response_streaming = 5 [json_name = "responseStreaming"];
clearResponseTypeUrl() - Method in class com.google.protobuf.Method.Builder
string response_type_url = 4 [json_name = "responseTypeUrl"];
clearResultOneof() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
clearResultSet() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ResultSet result_set = 2;
clearResultSetColumnLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
8 reserved above
clearResultSetColumnLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
int64 resultSetColumnLimit = 1;
clearResultSetVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ResultSet result_set_val = 2;
clearRetention() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
clearRoot() - Method in class com.google.protobuf.Mixin.Builder
string root = 2 [json_name = "root"];
clearRowLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
2 reserved above
clearRowLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
int64 rowLimit = 1;
clearRows() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
clearRows() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
clearRows() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
clearRowsReturned() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the number of rows returned by the query
clearRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string ruby_package = 45 [json_name = "rubyPackage"];
clearRuntime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the number of seconds take to complete the query
clearSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
Parameters for calls
clearSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
string schema = 2;
clearSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
string schema = 1;
clearScope() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
repeated string scope = 3;
clearSecondary() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
clearSecondary() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
clearSecondary() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
clearSecondary() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
clearSeconds() - Method in class com.google.protobuf.Duration.Builder
int64 seconds = 1 [json_name = "seconds"];
clearSeconds() - Method in class com.google.protobuf.Timestamp.Builder
int64 seconds = 1 [json_name = "seconds"];
clearSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
The security token associated with this session
clearSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The security token associated with this session
clearSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string securityToken = 7;
clearSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The security token associated with this session
clearSemantic() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
clearSentBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 sent_bytes = 15;
clearSentRows() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 sent_rows = 14;
clearSequenceNumbers() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int64 sequenceNumbers = 4;
clearServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
string serverSessionId = 7;
clearServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
string serverSessionId = 7;
clearServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
Different from 'sessionID' which belongs to the client.
clearServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The server side identifier for this session.
clearServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
clearService() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
clearServiceClass() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string service_class = 11;
clearServiceClassName() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
clearServiceClassName() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
string service_class_name = 1;
clearSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string sessionID = 7;
clearSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string sessionID = 7;
clearSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string sessionID = 6;
clearSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string sessionID = 6;
clearSessionInfo() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.SessionInfo sessionInfo = 2;
clearSessionInfo() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
MUST wait between polling requests to the server
clearSetParameter() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
31 is defined above
clearSetSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.SetSchema set_schema = 6;
clearShouldRetry() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
bool should_retry = 5;
clearShouldRetry() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
bool should_retry = 3;
clearSignature() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.signature is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=420
clearSignature() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
string signature = 2;
clearSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
clearSourceContext() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
clearSourceContext() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
clearSourceContext() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
clearSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional string source_file = 2 [json_name = "sourceFile"];
clearSpan() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [json_name = "span", packed = true];
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
This is the UUID of the query in string form (e.g.
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
string sql = 1;
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the sql text
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
string sql = 1;
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
string sql = 1;
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
string sql = 1;
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
sql is actually the plan text but this allows us to easily use reflection in Java
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
sql is actually the plan name but this allows us to easily use reflection in Java
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
string sql = 1;
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
string sql = 1;
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
string sql = 1;
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
sql is actually the plan name but this makes the logic easier
clearSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
This is the UUID of the query in string form (e.g.
clearSqlState() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
string sql_state = 3;
clearSqlText() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string sql_text = 5;
clearStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 start = 1 [json_name = "start"];
clearStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 start = 1 [json_name = "start"];
clearStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
optional int32 start = 1 [json_name = "start"];
clearState() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the SQL state
clearStatus() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string status = 7;
clearStringVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
string string_val = 3;
clearStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7 [json_name = "stringValue"];
clearStringValue() - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
clearStructValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
clearSuffix() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional string suffix = 4 [json_name = "suffix"];
clearSupportedFeatures() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
clearSupportedVersion() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
If denial reason is UNHANDLEABLE_VERSION or UNSUPPORTED_PROTOCOL_VERSION, this field indicates the version the receiver would accept
clearSupportsSortedParallelTCPStreams() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
True if the client supports parallel
clearSupportsSortedParallelTCPStreams() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
True if the client supports parallel
clearSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
clearSyntax() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
clearSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12 [json_name = "syntax"];
clearSyntax() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
clearSyntax() - Method in class com.google.protobuf.Method.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
clearSyntax() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
clearSystemWideCompletedQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
clearSystemWideQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
clearTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string table = 3;
clearTarget() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.OptionTargetType target = 18 [json_name = "target"];
clearTempDiskLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
clearTempDiskLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
int64 tempDiskLimit = 1;
clearTempDiskSpaceConsumed() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the total amount of temp disk space consumed in bytes
clearTest() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
whether to test against patterns
clearTestConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.TestConnection test_connection = 7;
clearTimeComplete() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query completed execution
clearTimeExecStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query began execution
clearTimeLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
clearTimeLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
int64 timeLimit = 1;
clearTimestampComplete() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
ms since epoch representation of the time the query completed execution
clearTimestampExecStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
ms since epoch representation of the time the query began execution
clearTimestampStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
ms since epoch representation of the time the query was accepted by the sql node
clearTimeStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query was accepted by the sql node
clearToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
bytes token = 4;
clearTokenSignature() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string tokenSignature = 8;
clearTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4 [json_name = "trailingComments"];
clearType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
clearType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
.xg.cmdcomp.ConfirmationResponse.ResponseType type = 1;
clearType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
.xg.cmdcomp.ExecuteExplainForSpark.PartitioningType type = 2;
clearType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.Request.RequestType type = 1;
clearType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
The type of the identity
clearTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6 [json_name = "typeName"];
clearTypeUrl() - Method in class com.google.protobuf.Any.Builder
string type_url = 1 [json_name = "typeUrl"];
clearTypeUrl() - Method in class com.google.protobuf.Field.Builder
string type_url = 6 [json_name = "typeUrl"];
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
clearUnverifiedLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
clearUpdateRowCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
sfixed32 updateRowCount = 2;
clearUser() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the user's uuid
clearUser() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.user is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=425
clearUserid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string userid = 1;
clearUserid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string userid = 1;
clearUserid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string userid = 4;
clearUsername() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.username is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=423
clearUuid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the query plan uuid
clearUuid() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
string uuid = 1;
clearUuid() - Method in class xg.Validator.ValidatorOptions.Builder
optional string uuid = 5;
clearUuidIdentity() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.uuid_identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=415
clearValue() - Method in class com.google.protobuf.Any.Builder
bytes value = 2 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.BoolValue.Builder
bool value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.BytesValue.Builder
bytes value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.DoubleValue.Builder
double value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.FloatValue.Builder
float value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.Int32Value.Builder
int32 value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.Int64Value.Builder
int64 value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.MapEntry.Builder
 
clearValue() - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.StringValue.Builder
string value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.UInt32Value.Builder
uint32 value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.UInt64Value.Builder
uint64 value = 1 [json_name = "value"];
clearValues() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
clearVendorCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
sfixed32 vendor_code = 4;
clearVersion() - Method in class com.google.protobuf.Api.Builder
string version = 4 [json_name = "version"];
clearVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string version = 4;
clearVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string version = 4;
clearVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string version = 3;
clearVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string version = 3;
clearView() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string view = 5;
clearWarnings() - Method in class com.ocient.jdbc.XGConnection
 
clearWarnings() - Method in class com.ocient.jdbc.XGResultSet
 
clearWarnings() - Method in class com.ocient.jdbc.XGStatement
 
clearWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool weak = 10 [default = false, json_name = "weak"];
clearWeakDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
CLI - Class in com.ocient.cli
 
CLI() - Constructor for class com.ocient.cli.CLI
 
client - Variable in class com.ocient.jdbc.XGConnection
 
CLIENT_CONNECTION - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLIENT_CONNECTION - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION = 1;
CLIENT_CONNECTION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLIENT_CONNECTION_GCM - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLIENT_CONNECTION_GCM - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_GCM = 36;
CLIENT_CONNECTION_GCM_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLIENT_CONNECTION_GCM_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_GCM = 36;
CLIENT_CONNECTION_GCM2 - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLIENT_CONNECTION_GCM2 - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_GCM2 = 37;
CLIENT_CONNECTION_GCM2_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLIENT_CONNECTION_GCM2_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_GCM2 = 37;
CLIENT_CONNECTION_REFRESH_SESSION - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLIENT_CONNECTION_REFRESH_SESSION - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_REFRESH_SESSION = 44;
CLIENT_CONNECTION_REFRESH_SESSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLIENT_CONNECTION_REFRESH_SESSION_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_REFRESH_SESSION = 44;
CLIENT_CONNECTION_REFRESH_TOKEN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLIENT_CONNECTION_REFRESH_TOKEN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_REFRESH_TOKEN = 45;
CLIENT_CONNECTION_REFRESH_TOKEN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLIENT_CONNECTION_REFRESH_TOKEN_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_REFRESH_TOKEN = 45;
CLIENT_CONNECTION_SECURITY_TOKEN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLIENT_CONNECTION_SECURITY_TOKEN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_SECURITY_TOKEN = 43;
CLIENT_CONNECTION_SECURITY_TOKEN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLIENT_CONNECTION_SECURITY_TOKEN_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_SECURITY_TOKEN = 43;
CLIENT_CONNECTION_SSO - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLIENT_CONNECTION_SSO - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_SSO = 41;
CLIENT_CONNECTION_SSO_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLIENT_CONNECTION_SSO_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_SSO = 41;
CLIENT_CONNECTION_SSO2 - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLIENT_CONNECTION_SSO2 - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_SSO2 = 42;
CLIENT_CONNECTION_SSO2_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLIENT_CONNECTION_SSO2_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION_SSO2 = 42;
CLIENT_CONNECTION_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION = 1;
CLIENT_CONNECTION2 - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLIENT_CONNECTION2 - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION2 = 2;
CLIENT_CONNECTION2_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLIENT_CONNECTION2_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLIENT_CONNECTION2 = 2;
CLIENT_IP_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
CLIENT_SESSION_ID - Enum constant in enum class com.ocient.metrics.Metric.Tag
 
CLIENT_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
CLIENT_VERSION - Static variable in class com.ocient.jdbc.XGConnection
 
CLIENT_VERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
CLIENTID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
CLIENTID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
CLIENTID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
CLIENTID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
CLIENTID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
ClientWireProtocol - Class in com.ocient.jdbc.proto
 
ClientWireProtocol.AttachToQuery - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.AttachToQuery
ClientWireProtocol.AttachToQuery.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.AttachToQuery
ClientWireProtocol.AttachToQueryOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.Authenticator - Class in com.ocient.jdbc.proto
Contains the minimal subset of info the client needs to perform any prerequisite authentication challenge(s).
ClientWireProtocol.Authenticator.Builder - Class in com.ocient.jdbc.proto
Contains the minimal subset of info the client needs to perform any prerequisite authentication challenge(s).
ClientWireProtocol.Authenticator.ResponseOneofCase - Enum Class in com.ocient.jdbc.proto
 
ClientWireProtocol.AuthenticatorOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.CancelQuery - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CancelQuery
ClientWireProtocol.CancelQuery.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CancelQuery
ClientWireProtocol.CancelQueryOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.CancelQueryResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CancelQueryResponse
ClientWireProtocol.CancelQueryResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CancelQueryResponse
ClientWireProtocol.CancelQueryResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.CheckDataRequest - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CheckDataRequest
ClientWireProtocol.CheckDataRequest.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CheckDataRequest
ClientWireProtocol.CheckDataRequestOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.CheckDataResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CheckDataResponse
ClientWireProtocol.CheckDataResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CheckDataResponse
ClientWireProtocol.CheckDataResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClearCache - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClearCache
ClientWireProtocol.ClearCache.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClearCache
ClientWireProtocol.ClearCacheOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnection - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnection
ClientWireProtocol.ClientConnection.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnection
ClientWireProtocol.ClientConnection2 - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnection2
ClientWireProtocol.ClientConnection2.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnection2
ClientWireProtocol.ClientConnection2OrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnection2Response - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnection2Response
ClientWireProtocol.ClientConnection2Response.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnection2Response
ClientWireProtocol.ClientConnection2ResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionGCM - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionGCM
ClientWireProtocol.ClientConnectionGCM.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionGCM
ClientWireProtocol.ClientConnectionGCM2 - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionGCM2
ClientWireProtocol.ClientConnectionGCM2.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionGCM2
ClientWireProtocol.ClientConnectionGCM2OrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionGCM2Response - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionGCM2Response
ClientWireProtocol.ClientConnectionGCM2Response.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionGCM2Response
ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionGCMOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionGCMResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionGCMResponse
ClientWireProtocol.ClientConnectionGCMResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionGCMResponse
ClientWireProtocol.ClientConnectionGCMResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionRefreshSession - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionRefreshSession
ClientWireProtocol.ClientConnectionRefreshSession.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionRefreshSession
ClientWireProtocol.ClientConnectionRefreshSessionOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionRefreshSessionResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionRefreshSessionResponse
ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionRefreshSessionResponse
ClientWireProtocol.ClientConnectionRefreshSessionResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionRefreshToken - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionRefreshToken
ClientWireProtocol.ClientConnectionRefreshToken.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionRefreshToken
ClientWireProtocol.ClientConnectionRefreshTokenOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionRefreshTokenResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionRefreshTokenResponse
ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionRefreshTokenResponse
ClientWireProtocol.ClientConnectionRefreshTokenResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionResponse
ClientWireProtocol.ClientConnectionResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionResponse
ClientWireProtocol.ClientConnectionResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionSecurityToken - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSecurityToken
ClientWireProtocol.ClientConnectionSecurityToken.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSecurityToken
ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionSecurityTokenResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSecurityTokenResponse
ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSecurityTokenResponse
ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionSSO - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSSO
ClientWireProtocol.ClientConnectionSSO.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSSO
ClientWireProtocol.ClientConnectionSSO2 - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSSO2
ClientWireProtocol.ClientConnectionSSO2.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSSO2
ClientWireProtocol.ClientConnectionSSO2OrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionSSO2Response - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSSO2Response
ClientWireProtocol.ClientConnectionSSO2Response.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSSO2Response
ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase - Enum Class in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionSSOOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ClientConnectionSSOResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSSOResponse
ClientWireProtocol.ClientConnectionSSOResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ClientConnectionSSOResponse
ClientWireProtocol.ClientConnectionSSOResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.CloseConnection - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CloseConnection
ClientWireProtocol.CloseConnection.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CloseConnection
ClientWireProtocol.CloseConnectionOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.CloseResultSet - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CloseResultSet
ClientWireProtocol.CloseResultSet.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CloseResultSet
ClientWireProtocol.CloseResultSetOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.CompletedQueriesResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CompletedQueriesResponse
ClientWireProtocol.CompletedQueriesResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.CompletedQueriesResponse
ClientWireProtocol.CompletedQueriesResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.CompletedQueriesRow - Class in com.ocient.jdbc.proto
Matches row output from the completed queries vTable
ClientWireProtocol.CompletedQueriesRow.Builder - Class in com.ocient.jdbc.proto
Matches row output from the completed queries vTable
ClientWireProtocol.CompletedQueriesRowOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ConfirmationResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ConfirmationResponse
ClientWireProtocol.ConfirmationResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ConfirmationResponse
ClientWireProtocol.ConfirmationResponse.ResponseType - Enum Class in com.ocient.jdbc.proto
Protobuf enum xg.cmdcomp.ConfirmationResponse.ResponseType
ClientWireProtocol.ConfirmationResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExecuteExplain - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteExplain
ClientWireProtocol.ExecuteExplain.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteExplain
ClientWireProtocol.ExecuteExplainForSpark - Class in com.ocient.jdbc.proto
Spark Deprecated
ClientWireProtocol.ExecuteExplainForSpark.Builder - Class in com.ocient.jdbc.proto
Spark Deprecated
ClientWireProtocol.ExecuteExplainForSpark.PartitioningType - Enum Class in com.ocient.jdbc.proto
Protobuf enum xg.cmdcomp.ExecuteExplainForSpark.PartitioningType
ClientWireProtocol.ExecuteExplainForSparkOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExecuteExplainOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExecuteExport - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteExport
ClientWireProtocol.ExecuteExport.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteExport
ClientWireProtocol.ExecuteExportOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExecuteExportResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteExportResponse
ClientWireProtocol.ExecuteExportResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteExportResponse
ClientWireProtocol.ExecuteExportResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExecuteInlinePlan - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteInlinePlan
ClientWireProtocol.ExecuteInlinePlan.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteInlinePlan
ClientWireProtocol.ExecuteInlinePlanOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExecutePlan - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecutePlan
ClientWireProtocol.ExecutePlan.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecutePlan
ClientWireProtocol.ExecutePlanOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExecuteQuery - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteQuery
ClientWireProtocol.ExecuteQuery.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteQuery
ClientWireProtocol.ExecuteQueryOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExecuteQueryResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteQueryResponse
ClientWireProtocol.ExecuteQueryResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteQueryResponse
ClientWireProtocol.ExecuteQueryResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExecuteUpdate - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteUpdate
ClientWireProtocol.ExecuteUpdate.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteUpdate
ClientWireProtocol.ExecuteUpdateOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExecuteUpdateResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteUpdateResponse
ClientWireProtocol.ExecuteUpdateResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExecuteUpdateResponse
ClientWireProtocol.ExecuteUpdateResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExplainFormat - Enum Class in com.ocient.jdbc.proto
Protobuf enum xg.cmdcomp.ExplainFormat
ClientWireProtocol.ExplainPipelineRequest - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExplainPipelineRequest
ClientWireProtocol.ExplainPipelineRequest.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExplainPipelineRequest
ClientWireProtocol.ExplainPipelineRequestOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExplainPipelineResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExplainPipelineResponse
ClientWireProtocol.ExplainPipelineResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExplainPipelineResponse
ClientWireProtocol.ExplainPipelineResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExplainPlan - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExplainPlan
ClientWireProtocol.ExplainPlan.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExplainPlan
ClientWireProtocol.ExplainPlanOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ExplainResponseStringPlan - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExplainResponseStringPlan
ClientWireProtocol.ExplainResponseStringPlan.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ExplainResponseStringPlan
ClientWireProtocol.ExplainResponseStringPlanOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.FetchAuthenticators - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchAuthenticators
ClientWireProtocol.FetchAuthenticators.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchAuthenticators
ClientWireProtocol.FetchAuthenticatorsOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.FetchAuthenticatorsResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchAuthenticatorsResponse
ClientWireProtocol.FetchAuthenticatorsResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchAuthenticatorsResponse
ClientWireProtocol.FetchAuthenticatorsResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.FetchData - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchData
ClientWireProtocol.FetchData.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchData
ClientWireProtocol.FetchDataOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.FetchDataResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchDataResponse
ClientWireProtocol.FetchDataResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchDataResponse
ClientWireProtocol.FetchDataResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.FetchMetadata - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchMetadata
ClientWireProtocol.FetchMetadata.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchMetadata
ClientWireProtocol.FetchMetadataOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.FetchMetadataResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchMetadataResponse
ClientWireProtocol.FetchMetadataResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchMetadataResponse
ClientWireProtocol.FetchMetadataResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.FetchSystemMetadata - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchSystemMetadata
ClientWireProtocol.FetchSystemMetadata.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchSystemMetadata
ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall - Enum Class in com.ocient.jdbc.proto
Protobuf enum xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall
ClientWireProtocol.FetchSystemMetadataOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.FetchSystemMetadataResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchSystemMetadataResponse
ClientWireProtocol.FetchSystemMetadataResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.FetchSystemMetadataResponse
ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase - Enum Class in com.ocient.jdbc.proto
 
ClientWireProtocol.FetchSystemMetadataResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ForceExternal - Class in com.ocient.jdbc.proto
Deprecated.
ClientWireProtocol.ForceExternal.Builder - Class in com.ocient.jdbc.proto
Deprecated.
Protobuf type xg.cmdcomp.ForceExternal
ClientWireProtocol.ForceExternalOrBuilder - Interface in com.ocient.jdbc.proto
Deprecated.
ClientWireProtocol.GetSchema - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.GetSchema
ClientWireProtocol.GetSchema.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.GetSchema
ClientWireProtocol.GetSchemaOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.GetSchemaResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.GetSchemaResponse
ClientWireProtocol.GetSchemaResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.GetSchemaResponse
ClientWireProtocol.GetSchemaResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.KillQuery - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.KillQuery
ClientWireProtocol.KillQuery.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.KillQuery
ClientWireProtocol.KillQueryOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.KillQueryResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.KillQueryResponse
ClientWireProtocol.KillQueryResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.KillQueryResponse
ClientWireProtocol.KillQueryResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ListPlan - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ListPlan
ClientWireProtocol.ListPlan.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ListPlan
ClientWireProtocol.ListPlanOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ListPlanResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ListPlanResponse
ClientWireProtocol.ListPlanResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ListPlanResponse
ClientWireProtocol.ListPlanResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.LocalQueries - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.LocalQueries
ClientWireProtocol.LocalQueries.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.LocalQueries
ClientWireProtocol.LocalQueries.OneIdentityOptionCase - Enum Class in com.ocient.jdbc.proto
 
ClientWireProtocol.LocalQueriesOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.LocalQueriesResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.LocalQueriesResponse
ClientWireProtocol.LocalQueriesResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.LocalQueriesResponse
ClientWireProtocol.LocalQueriesResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.OpenIDAuthenticator - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.OpenIDAuthenticator
ClientWireProtocol.OpenIDAuthenticator.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.OpenIDAuthenticator
ClientWireProtocol.OpenIDAuthenticatorOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.PerformanceMode - Enum Class in com.ocient.jdbc.proto
Determines how result sets are processed by the server.
ClientWireProtocol.QueryConcurrencyResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.QueryConcurrencyResponse
ClientWireProtocol.QueryConcurrencyResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.QueryConcurrencyResponse
ClientWireProtocol.QueryConcurrencyResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.Request - Class in com.ocient.jdbc.proto
The request has a type and then the relevant optional field is filled.
ClientWireProtocol.Request.Builder - Class in com.ocient.jdbc.proto
The request has a type and then the relevant optional field is filled.
ClientWireProtocol.Request.RequestOneofCase - Enum Class in com.ocient.jdbc.proto
 
ClientWireProtocol.Request.RequestType - Enum Class in com.ocient.jdbc.proto
Protobuf enum xg.cmdcomp.Request.RequestType
ClientWireProtocol.RequestOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ResultSet - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ResultSet
ClientWireProtocol.ResultSet.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.ResultSet
ClientWireProtocol.ResultSetOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SecondaryInterfaceList - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SecondaryInterfaceList
ClientWireProtocol.SecondaryInterfaceList.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SecondaryInterfaceList
ClientWireProtocol.SecondaryInterfaceListOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SecurityToken - Class in com.ocient.jdbc.proto
For Connectors v2, we should be using compact JWE's which provide integrity verifiction + encryption
ClientWireProtocol.SecurityToken.Builder - Class in com.ocient.jdbc.proto
For Connectors v2, we should be using compact JWE's which provide integrity verifiction + encryption
ClientWireProtocol.SecurityTokenOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.ServerSignal - Enum Class in com.ocient.jdbc.proto
Protobuf enum xg.cmdcomp.ServerSignal
ClientWireProtocol.SessionInfo - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SessionInfo
ClientWireProtocol.SessionInfo.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SessionInfo
ClientWireProtocol.SessionInfoOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter
ClientWireProtocol.SetParameter.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter
ClientWireProtocol.SetParameter.Concurrency - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.Concurrency
ClientWireProtocol.SetParameter.Concurrency.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.Concurrency
ClientWireProtocol.SetParameter.ConcurrencyOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter.ForceExternal - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.ForceExternal
ClientWireProtocol.SetParameter.ForceExternal.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.ForceExternal
ClientWireProtocol.SetParameter.ForceExternalOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter.MaxTempDiskLimit - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.MaxTempDiskLimit
ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.MaxTempDiskLimit
ClientWireProtocol.SetParameter.MaxTempDiskLimitOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter.MemoryTracing - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.MemoryTracing
ClientWireProtocol.SetParameter.MemoryTracing.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.MemoryTracing
ClientWireProtocol.SetParameter.MemoryTracingOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter.ParameterCase - Enum Class in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter.Priority - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.Priority
ClientWireProtocol.SetParameter.Priority.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.Priority
ClientWireProtocol.SetParameter.PriorityAdjustFactor - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.PriorityAdjustFactor
ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.PriorityAdjustFactor
ClientWireProtocol.SetParameter.PriorityAdjustFactorOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter.PriorityAdjustTime - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.PriorityAdjustTime
ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.PriorityAdjustTime
ClientWireProtocol.SetParameter.PriorityAdjustTimeOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter.PriorityOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter.ResultSetColumnLimit - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.ResultSetColumnLimit
ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.ResultSetColumnLimit
ClientWireProtocol.SetParameter.ResultSetColumnLimitOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter.RowLimit - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.RowLimit
ClientWireProtocol.SetParameter.RowLimit.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.RowLimit
ClientWireProtocol.SetParameter.RowLimitOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter.ServiceClassName - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.ServiceClassName
ClientWireProtocol.SetParameter.ServiceClassName.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.ServiceClassName
ClientWireProtocol.SetParameter.ServiceClassNameOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameter.TimeLimit - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.TimeLimit
ClientWireProtocol.SetParameter.TimeLimit.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetParameter.TimeLimit
ClientWireProtocol.SetParameter.TimeLimitOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetParameterOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SetSchema - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetSchema
ClientWireProtocol.SetSchema.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SetSchema
ClientWireProtocol.SetSchemaOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SysQueriesRow - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SysQueriesRow
ClientWireProtocol.SysQueriesRow.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SysQueriesRow
ClientWireProtocol.SysQueriesRowOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SystemWideCompletedQueries - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SystemWideCompletedQueries
ClientWireProtocol.SystemWideCompletedQueries.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SystemWideCompletedQueries
ClientWireProtocol.SystemWideCompletedQueriesOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SystemWideQueries - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SystemWideQueries
ClientWireProtocol.SystemWideQueries.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SystemWideQueries
ClientWireProtocol.SystemWideQueriesOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.SystemWideQueriesResponse - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SystemWideQueriesResponse
ClientWireProtocol.SystemWideQueriesResponse.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.SystemWideQueriesResponse
ClientWireProtocol.SystemWideQueriesResponseOrBuilder - Interface in com.ocient.jdbc.proto
 
ClientWireProtocol.TestConnection - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.TestConnection
ClientWireProtocol.TestConnection.Builder - Class in com.ocient.jdbc.proto
Protobuf type xg.cmdcomp.TestConnection
ClientWireProtocol.TestConnectionOrBuilder - Interface in com.ocient.jdbc.proto
 
CLIMetrics - Class in com.ocient.cli
 
clone() - Method in class com.google.protobuf.AbstractMessage.Builder
 
clone() - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
clone() - Method in class com.google.protobuf.DynamicMessage.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
clone() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
clone() - Method in class com.google.protobuf.MapEntry.Builder
 
clone() - Method in interface com.google.protobuf.Message.Builder
 
clone() - Method in interface com.google.protobuf.MessageLite.Builder
Clones the Builder.
clone() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
clone() - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
 
clone() - Method in class com.ocient.cli.FastStringTokenizer
 
clone() - Method in class com.ocient.jdbc.SQLStates
 
cloneAndSpecify(String) - Method in class com.ocient.jdbc.SQLStates
 
close() - Method in class com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeWithPKCEClient
Stops the server, waiting up to 10 seconds for running requests to complete
close() - Method in class com.ocient.cli.extract.AsyncS3OutputStream
 
close() - Method in class com.ocient.cli.extract.S3OutputStream
 
close() - Method in class com.ocient.jdbc.XGConnection
 
close() - Method in class com.ocient.jdbc.XGResultSet
 
close() - Method in class com.ocient.jdbc.XGStatement
 
close() - Method in class com.ocient.rest.RestServer
 
close() - Method in class com.ocient.transport.JavaNetOcientWireV1Transport
 
close() - Method in class com.ocient.transport.NettyOcientWireV1Transport
 
close() - Method in interface com.ocient.transport.SimplexTransport
 
CLOSE_CONNECTION - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLOSE_CONNECTION - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLOSE_CONNECTION = 4;
CLOSE_CONNECTION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLOSE_CONNECTION_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLOSE_CONNECTION = 4;
CLOSE_RESULT_SET - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
CLOSE_RESULT_SET - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLOSE_RESULT_SET = 9;
CLOSE_RESULT_SET_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
CLOSE_RESULT_SET_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
CLOSE_RESULT_SET = 9;
CLOSE_STATEMENT - Enum constant in enum class com.ocient.jdbc.XGResultSet.Option
Indicates the result set has ownership of its backing statement and should close it upon completion.
closeAsync() - Method in class com.ocient.jdbc.XGConnection
 
closeAsync() - Method in class com.ocient.jdbc.XGResultSet
 
closeAsync() - Method in class com.ocient.jdbc.XGStatement
 
closed - Variable in class com.ocient.jdbc.XGStatement
 
closeOnCompletion() - Method in class com.ocient.jdbc.XGStatement
 
closeResultSet() - Method in class com.ocient.jdbc.XGStatement
 
CLUSTER_ALREADY_EXISTS - Static variable in class com.ocient.jdbc.SQLStates
 
CLUSTER_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
CODE_CALLBACK_ENDPOINT - Static variable in class com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeCallbackResource
 
CODE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
CODE_SIZE - Enum constant in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
CODE_SIZE = 2;
CODE_SIZE_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
CODE_SIZE = 2;
CodedInputStream - Class in com.google.protobuf
Reads and decodes protocol message fields.
CodedOutputStream - Class in com.google.protobuf
Encodes and writes protocol message fields.
CodedOutputStream.OutOfSpaceException - Exception in com.google.protobuf
If you create a CodedOutputStream around a simple flat array, you must not attempt to write more bytes than the array has space.
cols2Pos - Variable in class com.ocient.jdbc.XGResultSet.OcientResultSetMetadata
 
cols2Pos - Variable in class com.ocient.jdbc.XGResultSetMetaData
 
COLS2POS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
cols2Types - Variable in class com.ocient.jdbc.XGResultSet.OcientResultSetMetadata
 
cols2Types - Variable in class com.ocient.jdbc.XGResultSetMetaData
 
COLS2TYPES_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
COLUMN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
COLUMN_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
com.google.protobuf - package com.google.protobuf
 
com.google.protobuf.compiler - package com.google.protobuf.compiler
 
com.ocient.auth - package com.ocient.auth
 
com.ocient.classloader - package com.ocient.classloader
 
com.ocient.cli - package com.ocient.cli
 
com.ocient.cli.extract - package com.ocient.cli.extract
 
com.ocient.cli.extract.wrappers - package com.ocient.cli.extract.wrappers
 
com.ocient.cli.extract.writer - package com.ocient.cli.extract.writer
 
com.ocient.generated - package com.ocient.generated
 
com.ocient.jdbc - package com.ocient.jdbc
 
com.ocient.jdbc.proto - package com.ocient.jdbc.proto
 
com.ocient.metrics - package com.ocient.metrics
 
com.ocient.procedures - package com.ocient.procedures
 
com.ocient.protocol - package com.ocient.protocol
 
com.ocient.rest - package com.ocient.rest
 
com.ocient.rest.contextResolver - package com.ocient.rest.contextResolver
 
com.ocient.rest.exceptionMappers - package com.ocient.rest.exceptionMappers
 
com.ocient.rest.resources - package com.ocient.rest.resources
 
com.ocient.rest.util - package com.ocient.rest.util
 
com.ocient.transport - package com.ocient.transport
 
com.ocient.util - package com.ocient.util
 
commit() - Method in class com.ocient.jdbc.XGConnection
 
CommitInfo - Class in com.ocient.util
 
CommitInfo() - Constructor for class com.ocient.util.CommitInfo
 
commonPool() - Static method in class com.ocient.util.Executors
 
compareTo(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Compare with another FieldDescriptor.
COMPILER_VERSION_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
CompletableFutures - Class in com.ocient.util
 
CompletableFutures.FailedResult<T,E extends Exception> - Class in com.ocient.util
A Result that represents a failed operation.
CompletableFutures.IOResult<T> - Interface in com.ocient.util
A specialization of the CompletableFutures.Result interface that represents the result of an I/O operation.
CompletableFutures.Result<T,E extends Exception> - Interface in com.ocient.util
A Result represents the result of a operation that can either succeed with a value of type T, or fail with a SQLException.
CompletableFutures.SQLResult<T> - Interface in com.ocient.util
A specialization of the CompletableFutures.Result interface that represents the result of executing a SQL query.
CompletableFutures.SuccessResult<T,E extends Exception> - Class in com.ocient.util
A Result that represents a successful operation T.
COMPLETED_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
COMPRESSION - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
COMPRESSION_BLOCK_SIZE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
COMPRESSION_LEVEL - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
computeBoolSize(int, boolean) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field, including tag.
computeBoolSizeNoTag(boolean) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field.
computeByteArraySize(int, byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeByteArraySizeNoTag(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeByteBufferSize(int, ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeByteBufferSizeNoTag(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeBytesSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeBytesSizeNoTag(ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeDoubleSize(int, double) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeDoubleSizeNoTag(double) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeEnumSize(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field, including tag.
computeEnumSizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field.
computeFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field, including tag.
computeFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field.
computeFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field, including tag.
computeFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field.
computeFloatSize(int, float) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeFloatSizeNoTag(float) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeGroupSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Deprecated.
groups are deprecated.
computeGroupSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Deprecated.
computeInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeLazyFieldMessageSetExtensionSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a lazily parsed MessageSet extension field to the stream.
computeLazyFieldSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message in lazy field, including tag.
computeLazyFieldSizeNoTag(LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message stored in lazy field.
computeMessageSetExtensionSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a MessageSet extension to the stream.
computeMessageSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message field, including tag.
computeMessageSize(int, K, V) - Method in class com.google.protobuf.MapEntryLite
Computes the message size for the provided key and value as though they were wrapped by a MapEntryLite.
computeMessageSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message field.
computeRawMessageSetExtensionSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an unparsed MessageSet extension field to the stream.
computeRawVarint32Size(int) - Static method in class com.google.protobuf.CodedOutputStream
computeRawVarint64Size(long) - Static method in class com.google.protobuf.CodedOutputStream
computeSFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field, including tag.
computeSFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field.
computeSFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field, including tag.
computeSFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field.
computeSInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field, including tag.
computeSInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field.
computeSInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field, including tag.
computeSInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field.
computeStringSize(int, Object) - Static method in class com.google.protobuf.GeneratedMessage
 
computeStringSize(int, Object) - Static method in class com.google.protobuf.GeneratedMessageV3
 
computeStringSize(int, String) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field, including tag.
computeStringSizeNoTag(Object) - Static method in class com.google.protobuf.GeneratedMessage
 
computeStringSizeNoTag(Object) - Static method in class com.google.protobuf.GeneratedMessageV3
 
computeStringSizeNoTag(String) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field.
computeTagSize(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a tag.
computeUInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint32 field, including tag.
computeUInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint32 field.
computeUInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint64 field, including tag.
computeUInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint64 field, including tag.
concat(ByteString) - Method in class com.google.protobuf.ByteString
Concatenate the given ByteString to this one.
concat(List<RowBatch>) - Static method in class com.ocient.util.RowBatch
 
CONCURRENCY - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
CONCURRENCY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
CONCURRENCY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
configure(int) - Method in class com.ocient.util.ReportLogger
 
CONFLICT - Static variable in class com.ocient.jdbc.SQLStates
 
conn - Variable in class com.ocient.jdbc.XGStatement
 
connect() - Method in class com.ocient.jdbc.XGConnection
 
connect(String, int, XGConnection.Tls, int) - Method in class com.ocient.transport.JavaNetOcientWireV1Transport.Factory
 
connect(String, int, XGConnection.Tls, int) - Method in class com.ocient.transport.NettyOcientWireV1Transport.Factory
 
connect(String, int, XGConnection.Tls, int) - Method in interface com.ocient.transport.SimplexTransportFactory
Connects to a remote host using the specified transport and configuration.
connect(String, Properties) - Method in class com.ocient.jdbc.JDBCDriver
 
connected() - Method in class com.ocient.jdbc.XGConnection
 
connectedIp - Variable in class com.ocient.jdbc.XGConnection
 
connectedPort - Variable in class com.ocient.jdbc.XGConnection
 
CONNECTION_ALREADY_EXISTS - Static variable in class com.ocient.jdbc.SQLStates
 
CONNECTION_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
CONNECTION_POOL_ACTIVATION_PERMITS - Static variable in class com.ocient.jdbc.XGProperties
The connection activator thread pool is used to activate and establish database connections asynchronously.
CONNECTION_POOL_MILLIS_BETWEEN_EVICTION_RUNS - Static variable in class com.ocient.jdbc.XGProperties
Specifies the amount of time to wait in between eviction runs.
CONNECTION_POOL_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class com.ocient.jdbc.XGProperties
Specifies the minimum amount of time that a closed connection must remain idle before it is eligible for eviction.
CONNECTION_POOL_MIN_IDLE_PER_EDNPOINT - Static variable in class com.ocient.jdbc.XGProperties
The minimum number of connections to cache per database endpoint.
CONNECTION_POOL_NUM_TESTS_PER_EVICTION_RUN - Static variable in class com.ocient.jdbc.XGProperties
Number of connections to evict per run.
CONNECTION_POOLING_MODE - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
connectToSyntax - Static variable in class com.ocient.jdbc.XGRegexUtils
 
constant(R) - Static method in class com.ocient.util.Functions
Returns a function that always returns the given constant value, regardless of its input.
constant2(R) - Static method in class com.ocient.util.Functions
Returns a function that always returns the given constant value, regardless of its input arguments.
containsCols2Pos(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, sfixed32> cols2pos = 2;
containsCols2Pos(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
map<string, sfixed32> cols2pos = 2;
containsCols2Pos(String) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
map<string, sfixed32> cols2pos = 2;
containsCols2Types(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, string> cols2Types = 3;
containsCols2Types(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
map<string, string> cols2Types = 3;
containsCols2Types(String) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
map<string, string> cols2Types = 3;
containsDefaultInstance() - Method in class com.google.protobuf.LazyField
 
containsDefaultInstance() - Method in class com.google.protobuf.LazyFieldLite
Determines whether this LazyFieldLite instance represents the default instance of this type.
containsDEM(List<Row>) - Static method in interface com.ocient.util.Row
Predicate that returns true if the list of rows contains a DEM
containsFields(String) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
containsFields(String) - Method in class com.google.protobuf.Struct
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
containsFields(String) - Method in interface com.google.protobuf.StructOrBuilder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
containsKey(Object) - Method in class com.ocient.util.CaselessProperties
 
CONTENT_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
CONTINUE_ITERATION - Static variable in class com.ocient.jdbc.XGResultSet
Commonly used markers
CONTINUE_ITERATION_ASYNC - Static variable in class com.ocient.jdbc.XGResultSet
 
convert(F) - Method in interface com.google.protobuf.Internal.ListAdapter.Converter
 
copy() - Method in class com.google.protobuf.MapField
Returns a deep copy of this MapField.
COPY_TARGET_IS_IRD - Static variable in class com.ocient.jdbc.SQLStates
 
copyByteBuffer(ByteBuffer) - Static method in class com.google.protobuf.Internal
Create a new ByteBuffer and copy all the content of source ByteBuffer to the new ByteBuffer.
copyFrom(byte[]) - Static method in class com.google.protobuf.ByteString
Copies the given bytes into a ByteString.
copyFrom(byte[], int, int) - Static method in class com.google.protobuf.ByteString
Copies the given bytes into a ByteString.
copyFrom(Iterable<ByteString>) - Static method in class com.google.protobuf.ByteString
Concatenates all byte strings in the iterable and returns the result.
copyFrom(String, String) - Static method in class com.google.protobuf.ByteString
Encodes text into a sequence of bytes using the named charset and returns the result as a ByteString.
copyFrom(String, Charset) - Static method in class com.google.protobuf.ByteString
Encodes text into a sequence of bytes using the named charset and returns the result as a ByteString.
copyFrom(ByteBuffer) - Static method in class com.google.protobuf.ByteString
Copies the remaining bytes from a java.nio.ByteBuffer into a ByteString.
copyFrom(ByteBuffer, int) - Static method in class com.google.protobuf.ByteString
Copies the next size bytes from a java.nio.ByteBuffer into a ByteString.
copyFromUtf8(String) - Static method in class com.google.protobuf.ByteString
Encodes text into a sequence of UTF-8 bytes and returns the result as a ByteString.
copyJDBCLoggingConfig(Logger) - Static method in class com.ocient.jdbc.JDBCDriver
copyJDBCLoggingConfig(Logger, Optional<Level>) - Static method in class com.ocient.jdbc.JDBCDriver
Copies the logging configuration from the com.ocient.jdbc logger into the loggerToUpdate
copyOnWrite() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
Called before any method that would mutate the builder to ensure that it correctly copies any state before the write happens to preserve immutability guarantees.
copyOnWriteInternal() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
copyOnWriteInternal() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
copyTo(byte[], int) - Method in class com.google.protobuf.ByteString
Copies bytes into a buffer at the given offset.
copyTo(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
Deprecated.
Instead, call byteString.substring(sourceOffset, sourceOffset + numberToCopy).copyTo(target, targetOffset)
copyTo(ByteBuffer) - Method in class com.google.protobuf.ByteString
Copies bytes into a ByteBuffer.
copyToInternal(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
Internal (package private) implementation of ByteString.copyTo(byte[],int,int,int).
copyUuidToCppMem(UUID, ByteBuffer) - Static method in class com.ocient.procedures.TypeUtils
 
CORD - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
CORD = 1;
CORD_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
CORD = 1;
CORRELATED_SUBQUERY - Static variable in class com.ocient.jdbc.SQLStates
 
COST_ESTIMATE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
COUNT_EQUAL_FIELD_NUMBER - Static variable in class xg.Validator.ValidatorOptions
 
COUNT_MAX_FIELD_NUMBER - Static variable in class xg.Validator.ValidatorOptions
 
COUNT_MIN_FIELD_NUMBER - Static variable in class xg.Validator.ValidatorOptions
 
COUNT_NOT_EQUAL_FIELD_NUMBER - Static variable in class xg.Validator.ValidatorOptions
 
counterType() - Method in class com.ocient.metrics.Gauge
 
counterType() - Method in class com.ocient.metrics.Metric
 
counterType() - Method in class com.ocient.metrics.PerfCounter
 
create(ClientWireProtocol.OpenIDAuthenticator) - Method in class com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeWithPKCEClient
 
create(ClientWireProtocol.OpenIDAuthenticator) - Static method in class com.ocient.auth.OpenIDAuthenticators.DeviceAuthorizationGrantClient
Calls the /device endpoint found in the discovery document to obtain the unique device verification code and the verification URI.
create(ClientWireProtocol.OpenIDAuthenticator, Map<String, String>) - Method in class com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeWithPKCEClient
Begins the OAuth 2.0 Authorization Code w/ PKCE Flow
create(XGConnectionInfo) - Method in interface com.ocient.jdbc.XGConnectionFactory
Returns a CompletionStage of CompletableFutures.SQLResult which completes when the connection is successfully established, or completes exceptionally if the connection cannot be established.
create(String, List<Metric.NamedTag>) - Static method in class com.ocient.metrics.Metric.MetricPath
Constructs a Path for a perf counter with the given base path and set of Metric.NamedTags.
create(List<Object>) - Static method in interface com.ocient.util.Row
 
CREATE_TASK_FAILURE - Static variable in class com.ocient.jdbc.SQLStates
 
createArrayOf(String, Object[]) - Method in class com.ocient.jdbc.XGConnection
 
createAuthorizationCodeGrant(OpenIDAuthenticators.AuthorizationCodeWithPKCEClient, ClientWireProtocol.OpenIDAuthenticator) - Static method in class com.ocient.auth.OktaAuthenticators.OktaNativeSSOClient
createBlob() - Method in class com.ocient.jdbc.XGConnection
 
createBuilder() - Method in class com.google.protobuf.GeneratedMessageLite
 
createBuilder(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite
 
createClob() - Method in class com.ocient.jdbc.XGConnection
 
createConnection(String, int, String, CaselessProperties) - Method in class com.ocient.jdbc.JDBCDriver
 
createDeviceAuthorizationGrant(ClientWireProtocol.OpenIDAuthenticator) - Static method in class com.ocient.auth.OktaAuthenticators.OktaNativeSSOClient
createHTTPClient(String) - Static method in class com.ocient.auth.OpenIDAuthenticators
 
createNClob() - Method in class com.ocient.jdbc.XGConnection
 
createOktaNativeSSOToken(ClientWireProtocol.OpenIDAuthenticator, Properties) - Static method in class com.ocient.jdbc.XGConnection
 
createResourceConfig() - Static method in class com.ocient.rest.RestServer
 
createSessionToken(ClientWireProtocol.OpenIDAuthenticator, String, char[]) - Static method in class com.ocient.auth.OktaAuthenticators.OktaAuthenticationClient
Authenticate the user with the Okta issuer and return the session token
createSQLXML() - Method in class com.ocient.jdbc.XGConnection
 
createStatement() - Method in class com.ocient.jdbc.XGConnection
 
createStatement(int, int) - Method in class com.ocient.jdbc.XGConnection
 
createStatement(int, int, int) - Method in class com.ocient.jdbc.XGConnection
 
createStruct(String, Object[]) - Method in class com.ocient.jdbc.XGConnection
 
createWithFullPath(String, List<Metric.NamedTag>, String) - Static method in class com.ocient.metrics.Metric.MetricPath
Same as Metric.MetricPath.create(String, List) but the full path is provided instead of being derived from the given Metric.NamedTags.
CSHARP_NAMESPACE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
ctx - Variable in class com.ocient.transport.SimplexTransport.StreamCtx
 
CTYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
CURSOR_NOT_ON_ROW - Static variable in class com.ocient.jdbc.SQLStates
 
cursorPosition - Variable in class com.ocient.metrics.QueryMetrics
 
cursorWaitTime - Variable in class com.ocient.metrics.QueryMetrics
 
CUSTOM_SCHEMA - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
CustomTsvWriter - Class in com.ocient.cli.extract.writer
 
CustomTsvWriter(Writer, TsvWriterSettings, ExtractConfiguration) - Constructor for class com.ocient.cli.extract.writer.CustomTsvWriter
 

D

DATA_END_MARKER - Static variable in class com.ocient.jdbc.XGResultSet
A special marker indicating the end of the data stream.
DATA_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
database - Variable in class com.ocient.jdbc.XGConnection
 
DATABASE - Enum constant in enum class com.ocient.protocol.PerformanceMode
Database query execution.
DATABASE_ALREADY_EXISTS - Static variable in class com.ocient.jdbc.SQLStates
 
DATABASE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
DATABASE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
DATABASE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
DATABASE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
DATABASE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
DATABASE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
DATABASE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
DATABASE_ID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
DATABASE_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
dataDefinitionCausesTransactionCommit() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
DataEndMarker - Class in com.ocient.jdbc
 
DataEndMarker() - Constructor for class com.ocient.jdbc.DataEndMarker
 
dataType() - Method in class com.ocient.metrics.Metric
 
DEBUG - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
DEBUG = 2;
DEBUG_REDACT_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
DEBUG_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
DEBUG = 2;
decodeZigZag32(int) - Static method in class com.google.protobuf.CodedInputStream
Decode a ZigZag-encoded 32-bit value.
decodeZigZag64(long) - Static method in class com.google.protobuf.CodedInputStream
Decode a ZigZag-encoded 64-bit value.
decrypt(byte[], InputStream) - Static method in class com.ocient.auth.OktaAuthenticators.OktaNativeSSOToken
Decrypts the OktaAuthenticators.OktaNativeSSOToken using the secret provided
decValue(long) - Method in class com.ocient.metrics.PerfCounter
Subtracts delta from the internal value of this counter.
DEFAULT_AWS_KEY_ID - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_AWS_SECRET_KEY - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_BINARY_FORMAT - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_BUCKET - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_BUFFER_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
DEFAULT_BUFFER_SIZE - Static variable in class com.ocient.cli.extract.AsyncS3OutputStream
 
DEFAULT_CAPACITY - Static variable in class com.google.protobuf.LazyStringArrayList
 
DEFAULT_CODE_CALLBACK_PORT - Static variable in class com.ocient.auth.OpenIDAuthenticators
 
DEFAULT_COMPRESSION - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_COMPRESSION_BLOCK_SIZE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_COMPRESSION_LEVEL - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_ENCODING - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_ENDPOINT - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_ESCAPE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_ESCAPE_UNQUOTED_VALUES - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_FIELD_DELIMITER - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_FIELD_OPTIONALL_ENCLOSED_BY - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_FILE_EXTENSION - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_FILE_PREFIX - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_FILE_TYPE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_HEADER_MODE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_INPUT_ESCAPED - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_MAX_ROWS_PER_FILE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_NULL_FORMAT - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_NUM_COMPRESSION_THREADS - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_PATH_STYLE_ACCESS - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_QUOTE_ALL_FIELDS - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_RECORD_DELIMITER - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_REGION - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_S3_UPLOAD_PART_PARALLELISM - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_S3_UPLOAD_PART_SIZE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_SCHEMA - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
DEFAULT_SCHEMA_VALUE - Static variable in class com.ocient.jdbc.XGConnection
 
DEFAULT_TRANSLATE_CHARACTERS_FROM - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_TRANSLATE_CHARACTERS_MODE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_TRANSLATE_CHARACTERS_TO - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_TRANSPORT_FACTORIES - Static variable in class com.ocient.jdbc.XGConnection
 
DEFAULT_TRIM_TRAILING_ZEROS - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
DEFAULT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
DEFAULT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
defaultInstance - Variable in class com.google.protobuf.ExtensionRegistry.ExtensionInfo
A default instance of the extension's type, if it has a message type.
DefaultInstanceBasedParser(T) - Constructor for class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
 
deferEvictions() - Method in class com.ocient.metrics.MetricsRegistry
Returns an AsyncLock used to defer removal of metrics from the registry.
delayed(List<Metric<?>>) - Static method in class com.ocient.rest.MetricsResponse
Returns a response that defers capture of Metric values until JSON serialization using the com.fasterxml.jackson.databind JsonSerializer.
deleteRow() - Method in class com.ocient.jdbc.XGResultSet
 
deletesAreDetected(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
DELIMITED - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.FileType
 
dem() - Static method in class com.ocient.jdbc.XGResultSet
Creates a new Row instance containing the specified list of objects.
DENIAL_REASON_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
DEPENDENCY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
DEPRECATED_LEGACY_JSON_FIELD_CONFLICTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
 
DEPRECATED_LEGACY_JSON_FIELD_CONFLICTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
describeTableSyntax - Static variable in class com.ocient.jdbc.XGRegexUtils
 
describeViewSyntax - Static variable in class com.ocient.jdbc.XGRegexUtils
 
description() - Method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
descriptor - Variable in class com.google.protobuf.ExtensionRegistry.ExtensionInfo
The extension's descriptor.
DescriptorProtos - Class in com.google.protobuf
 
DescriptorProtos.DescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto
DescriptorProtos.DescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto
DescriptorProtos.DescriptorProto.ExtensionRange - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
DescriptorProtos.DescriptorProto.ExtensionRange.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.DescriptorProto.ReservedRange - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto.ReservedRange
DescriptorProtos.DescriptorProto.ReservedRange.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto.ReservedRange
DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.DescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto.EnumReservedRange - Class in com.google.protobuf
Protobuf type google.protobuf.EnumDescriptorProto.EnumReservedRange
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumDescriptorProto.EnumReservedRange
DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumOptions - Class in com.google.protobuf
Protobuf type google.protobuf.EnumOptions
DescriptorProtos.EnumOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumOptions
DescriptorProtos.EnumOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumValueDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValueDescriptorProto
DescriptorProtos.EnumValueDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValueDescriptorProto
DescriptorProtos.EnumValueDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumValueOptions - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValueOptions
DescriptorProtos.EnumValueOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValueOptions
DescriptorProtos.EnumValueOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.ExtensionRangeOptions - Class in com.google.protobuf
Protobuf type google.protobuf.ExtensionRangeOptions
DescriptorProtos.ExtensionRangeOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.ExtensionRangeOptions
DescriptorProtos.ExtensionRangeOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FieldDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.FieldDescriptorProto
DescriptorProtos.FieldDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FieldDescriptorProto
DescriptorProtos.FieldDescriptorProto.Label - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.FieldDescriptorProto.Label
DescriptorProtos.FieldDescriptorProto.Type - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.FieldDescriptorProto.Type
DescriptorProtos.FieldDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FieldOptions - Class in com.google.protobuf
Protobuf type google.protobuf.FieldOptions
DescriptorProtos.FieldOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FieldOptions
DescriptorProtos.FieldOptions.CType - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.FieldOptions.CType
DescriptorProtos.FieldOptions.JSType - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.FieldOptions.JSType
DescriptorProtos.FieldOptions.OptionRetention - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.FieldOptions.OptionRetention
DescriptorProtos.FieldOptions.OptionTargetType - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.FieldOptions.OptionTargetType
DescriptorProtos.FieldOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FileDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.FileDescriptorProto
DescriptorProtos.FileDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FileDescriptorProto
DescriptorProtos.FileDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FileDescriptorSet - Class in com.google.protobuf
Protobuf type google.protobuf.FileDescriptorSet
DescriptorProtos.FileDescriptorSet.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FileDescriptorSet
DescriptorProtos.FileDescriptorSetOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FileOptions - Class in com.google.protobuf
Protobuf type google.protobuf.FileOptions
DescriptorProtos.FileOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FileOptions
DescriptorProtos.FileOptions.OptimizeMode - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.FileOptions.OptimizeMode
DescriptorProtos.FileOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.GeneratedCodeInfo - Class in com.google.protobuf
Protobuf type google.protobuf.GeneratedCodeInfo
DescriptorProtos.GeneratedCodeInfo.Annotation - Class in com.google.protobuf
Protobuf type google.protobuf.GeneratedCodeInfo.Annotation
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.GeneratedCodeInfo.Annotation
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.GeneratedCodeInfo.Annotation.Semantic
DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.GeneratedCodeInfo.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.GeneratedCodeInfo
DescriptorProtos.GeneratedCodeInfoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.MessageOptions - Class in com.google.protobuf
Protobuf type google.protobuf.MessageOptions
DescriptorProtos.MessageOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.MessageOptions
DescriptorProtos.MessageOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.MethodDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.MethodDescriptorProto
DescriptorProtos.MethodDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.MethodDescriptorProto
DescriptorProtos.MethodDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.MethodOptions - Class in com.google.protobuf
Protobuf type google.protobuf.MethodOptions
DescriptorProtos.MethodOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.MethodOptions
DescriptorProtos.MethodOptions.IdempotencyLevel - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.MethodOptions.IdempotencyLevel
DescriptorProtos.MethodOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.OneofDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.OneofOptions - Class in com.google.protobuf
Protobuf type google.protobuf.OneofOptions
DescriptorProtos.OneofOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.OneofOptions
DescriptorProtos.OneofOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.ServiceDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.ServiceDescriptorProto
DescriptorProtos.ServiceDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.ServiceDescriptorProto
DescriptorProtos.ServiceDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.ServiceOptions - Class in com.google.protobuf
Protobuf type google.protobuf.ServiceOptions
DescriptorProtos.ServiceOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.ServiceOptions
DescriptorProtos.ServiceOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.SourceCodeInfo - Class in com.google.protobuf
Protobuf type google.protobuf.SourceCodeInfo
DescriptorProtos.SourceCodeInfo.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.SourceCodeInfo
DescriptorProtos.SourceCodeInfo.Location - Class in com.google.protobuf
Protobuf type google.protobuf.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.LocationOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.SourceCodeInfoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.UninterpretedOption - Class in com.google.protobuf
Protobuf type google.protobuf.UninterpretedOption
DescriptorProtos.UninterpretedOption.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.UninterpretedOption
DescriptorProtos.UninterpretedOption.NamePart - Class in com.google.protobuf
Protobuf type google.protobuf.UninterpretedOption.NamePart
DescriptorProtos.UninterpretedOption.NamePart.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.UninterpretedOption.NamePart
DescriptorProtos.UninterpretedOption.NamePartOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.UninterpretedOptionOrBuilder - Interface in com.google.protobuf
 
Descriptors - Class in com.google.protobuf
Contains a collection of classes which describe protocol message types.
Descriptors() - Constructor for class com.google.protobuf.Descriptors
 
Descriptors.Descriptor - Class in com.google.protobuf
Describes a message type.
Descriptors.DescriptorValidationException - Exception in com.google.protobuf
Thrown when building descriptors fails because the source DescriptorProtos are not valid.
Descriptors.EnumDescriptor - Class in com.google.protobuf
Describes an enum type.
Descriptors.EnumValueDescriptor - Class in com.google.protobuf
Describes one value within an enum type.
Descriptors.FieldDescriptor - Class in com.google.protobuf
Describes a field of a message type.
Descriptors.FieldDescriptor.JavaType - Enum Class in com.google.protobuf
 
Descriptors.FieldDescriptor.Type - Enum Class in com.google.protobuf
 
Descriptors.FileDescriptor - Class in com.google.protobuf
Describes a .proto file, including everything defined within.
Descriptors.FileDescriptor.InternalDescriptorAssigner - Interface in com.google.protobuf
Deprecated.
Descriptors.FileDescriptor.Syntax - Enum Class in com.google.protobuf
The syntax of the .proto file.
Descriptors.GenericDescriptor - Class in com.google.protobuf
All descriptors implement this to make it easier to implement tools like DescriptorPool.
Descriptors.MethodDescriptor - Class in com.google.protobuf
Describes one method within a service type.
Descriptors.OneofDescriptor - Class in com.google.protobuf
Describes a oneof of a message type.
Descriptors.ServiceDescriptor - Class in com.google.protobuf
Describes a service type.
deserializeProto(ResponseBuilder, ByteBuf) - Static method in class com.ocient.jdbc.XGConnection
Deserializes a protobuf message from a ByteBuf.
destroyObject(XGConnectionInfo, PooledObject<XGConnection>) - Method in class com.ocient.jdbc.XGConnection.XGConnectionFactory
 
DEVICE_GRANT - Enum constant in enum class com.ocient.auth.OpenIDAuthenticators.OAuthFlow
The OAuth 2.0 “Device Flow” extension enables OAuth on devices that have an Internet connection but don’t have a browser or an easy way to enter text.
DeviceAuthorizationGrant(String, String, String, OpenIDAuthenticators.TokenPoller<T>) - Constructor for class com.ocient.auth.OpenIDAuthenticators.DeviceAuthorizationGrant
 
DISABLE_PROTOCOL - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Resquests that a protocol be disabled on the channel
DISABLE_PROTOCOL - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase
 
DISABLE_PROTOCOL_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
DISABLE_PROTOCOL_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Resquests that a protocol be disabled on the channel
DiscardUnknownFieldsParser - Class in com.google.protobuf
Parsers to discard unknown fields during parsing.
DISCOVERY_DOCUMENT_PATH - Static variable in class com.ocient.auth.OpenIDAuthenticators
 
display(String) - Method in class com.ocient.cli.PasswordMaskingCallback
 
dispose() - Method in class com.google.protobuf.RepeatedFieldBuilder
 
dispose() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
 
dispose() - Method in class com.google.protobuf.SingleFieldBuilder
 
dispose() - Method in class com.google.protobuf.SingleFieldBuilderV3
 
dissociateQuery() - Method in class com.ocient.jdbc.XGStatement
Dissociate the current query with this statement
DIVDE_BY_ZERO - Static variable in class com.ocient.jdbc.SQLStates
 
doBackward(B) - Method in interface com.google.protobuf.Internal.MapAdapter.Converter
 
doesMaxRowSizeIncludeBlobs() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
doForward(A) - Method in interface com.google.protobuf.Internal.MapAdapter.Converter
 
DOUBLE - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.JavaType
 
DOUBLE - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
DOUBLE - Enum constant in enum class com.google.protobuf.FieldType
 
DOUBLE - Enum constant in enum class com.google.protobuf.JavaType
 
DOUBLE - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
DOUBLE - Enum constant in enum class com.google.protobuf.WireFormat.JavaType
 
DOUBLE_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
DOUBLE_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
DOUBLE_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
DoubleValue - Class in com.google.protobuf
Protobuf type google.protobuf.DoubleValue
DoubleValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.DoubleValue
DoubleValueOrBuilder - Interface in com.google.protobuf
 
dummy() - Static method in class com.ocient.metrics.PerfCounter
Returns a counter that no-ops
DUPLICATE_CTE_NAME - Static variable in class com.ocient.jdbc.SQLStates
 
Duration - Class in com.google.protobuf
Protobuf type google.protobuf.Duration
Duration.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Duration
DurationCounter - Interface in com.ocient.util
The DurationCounter interface represents a mechanism for measuring time durations between a "start" point and an "stop" point.
DurationOrBuilder - Interface in com.google.protobuf
 
DurationProto - Class in com.google.protobuf
 
DYNAMIC_LINK_FAILURE - Static variable in class com.ocient.jdbc.SQLStates
 
DynamicClassLoader - Class in com.ocient.classloader
 
DynamicClassLoader() - Constructor for class com.ocient.classloader.DynamicClassLoader
 
DynamicClassLoader(ClassLoader) - Constructor for class com.ocient.classloader.DynamicClassLoader
 
DynamicClassLoader(String, ClassLoader) - Constructor for class com.ocient.classloader.DynamicClassLoader
 
DynamicMessage - Class in com.google.protobuf
An implementation of Message that can represent arbitrary types, given a Descriptors.Descriptor.
DynamicMessage.Builder - Class in com.google.protobuf
Builder for DynamicMessages.
dynamicMethod(GeneratedMessageLite.MethodToInvoke) - Method in class com.google.protobuf.GeneratedMessageLite
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object) - Method in class com.google.protobuf.GeneratedMessageLite
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.GeneratedMessageLite
A method that implements different types of operations described in GeneratedMessageLite.MethodToInvoke.

E

EDITION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
EFFECTIVE_PRIORITY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
ELAPSED_TIME_SEC_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
empty() - Static method in class com.google.protobuf.ByteString
Returns an empty ByteString of size 0.
Empty - Class in com.google.protobuf
Protobuf type google.protobuf.Empty
EMPTY - Static variable in class com.google.protobuf.ByteString
Empty ByteString.
EMPTY - Static variable in class com.google.protobuf.LazyStringArrayList
Deprecated.
EMPTY - Static variable in class com.google.protobuf.TextFormatParseLocation
The empty location.
EMPTY_BYTE_ARRAY - Static variable in class com.google.protobuf.Internal
An empty byte array constant used in generated code.
EMPTY_BYTE_BUFFER - Static variable in class com.google.protobuf.Internal
An empty byte array constant used in generated code.
EMPTY_CODED_INPUT_STREAM - Static variable in class com.google.protobuf.Internal
An empty coded input stream constant used in generated code.
Empty.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Empty
emptyBooleanList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyBooleanList() - Static method in class com.google.protobuf.GeneratedMessageV3
 
emptyDoubleList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyDoubleList() - Static method in class com.google.protobuf.GeneratedMessageV3
 
emptyFloatList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyFloatList() - Static method in class com.google.protobuf.GeneratedMessageV3
 
emptyIntList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyIntList() - Static method in class com.google.protobuf.GeneratedMessageV3
 
emptyList() - Static method in class com.google.protobuf.LazyStringArrayList
Returns an empty immutable LazyStringArrayList instance
emptyLongList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyLongList() - Static method in class com.google.protobuf.GeneratedMessageV3
 
emptyMapField() - Static method in class com.google.protobuf.MapFieldLite
Returns a singleton immutable empty MapFieldLite instance.
emptyMapField(MapEntry<K, V>) - Static method in class com.google.protobuf.MapField
Returns an immutable empty MapField.
EmptyOrBuilder - Interface in com.google.protobuf
 
EmptyProto - Class in com.google.protobuf
 
emptyProtobufList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
ENABLE_PROTOCOL - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Requests that a protocol be enabled on the channel
ENABLE_PROTOCOL - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase
 
ENABLE_PROTOCOL_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
ENABLE_PROTOCOL_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Requests that a protocol be enabled on the channel
enableAliasing(boolean) - Method in class com.google.protobuf.CodedInputStream
Enables ByteString aliasing of the underlying buffer, trading off on buffer pinning for data copies.
encodeZigZag32(int) - Static method in class com.google.protobuf.CodedOutputStream
Encode a ZigZag-encoded 32-bit value.
encodeZigZag64(long) - Static method in class com.google.protobuf.CodedOutputStream
Encode a ZigZag-encoded 64-bit value.
ENCODING - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
encrypt(byte[]) - Method in class com.ocient.auth.OktaAuthenticators.OktaNativeSSOToken
END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
ENDPOINT - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
endpoints - Variable in class com.ocient.jdbc.XGConnection.RemoteNode
 
ENDSESSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
endsWith(ByteString) - Method in class com.google.protobuf.ByteString
Tests if this bytestring ends with the specified suffix.
ensureFieldAccessorsInitialized(Class<? extends GeneratedMessage>, Class<? extends GeneratedMessage.Builder>) - Method in class com.google.protobuf.GeneratedMessage.FieldAccessorTable
Ensures the field accessors are initialized.
ensureFieldAccessorsInitialized(Class<? extends GeneratedMessageV3>, Class<? extends GeneratedMessageV3.Builder<?>>) - Method in class com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Ensures the field accessors are initialized.
ensureInitialized(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
Might lazily parse the bytes that were previously passed in.
ensureIsMutable() - Method in class com.google.protobuf.LazyStringArrayList
Throws an UnsupportedOperationException if the list is immutable.
ensureMutable() - Method in class com.google.protobuf.MapField
 
entrySet() - Method in class com.google.protobuf.Internal.MapAdapter
 
entrySet() - Method in class com.google.protobuf.MapFieldLite
 
Enum - Class in com.google.protobuf
Protobuf type google.protobuf.Enum
ENUM - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.JavaType
 
ENUM - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
ENUM - Enum constant in enum class com.google.protobuf.FieldType
 
ENUM - Enum constant in enum class com.google.protobuf.JavaType
 
ENUM - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
ENUM - Enum constant in enum class com.google.protobuf.WireFormat.JavaType
 
ENUM_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
ENUM_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
ENUM_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
ENUM_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
ENUM_VALIDATOR_FIELD_NUMBER - Static variable in class xg.Validator
 
Enum.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Enum
EnumOrBuilder - Interface in com.google.protobuf
 
enumValidator - Static variable in class xg.Validator
extend .google.protobuf.EnumOptions { ...
EnumValue - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValue
ENUMVALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
EnumValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValue
EnumValueOrBuilder - Interface in com.google.protobuf
 
EPHEMERAL - Enum constant in enum class com.ocient.jdbc.XGConnectionInfo.Hint
 
EQUAL_FIELD_NUMBER - Static variable in class xg.Validator.ValidatorOptions
 
equals(CompletableFutures.Result<T, E>) - Method in interface com.ocient.util.CompletableFutures.Result
Equality operator for CompletableFutures.SQLResult.
equals(Object) - Method in class com.google.protobuf.AbstractMessage
 
equals(Object) - Method in class com.google.protobuf.LazyStringArrayList
 
equals(Object) - Method in class com.google.protobuf.Any
 
equals(Object) - Method in class com.google.protobuf.Api
 
equals(Object) - Method in class com.google.protobuf.BoolValue
 
equals(Object) - Method in class com.google.protobuf.ByteString
 
equals(Object) - Method in class com.google.protobuf.BytesValue
 
equals(Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
equals(Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
equals(Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
equals(Object) - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
equals(Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
equals(Object) - Method in class com.google.protobuf.DoubleValue
 
equals(Object) - Method in class com.google.protobuf.Duration
 
equals(Object) - Method in class com.google.protobuf.Empty
 
equals(Object) - Method in class com.google.protobuf.Enum
 
equals(Object) - Method in class com.google.protobuf.EnumValue
 
equals(Object) - Method in class com.google.protobuf.Field
 
equals(Object) - Method in class com.google.protobuf.FieldMask
 
equals(Object) - Method in class com.google.protobuf.FloatValue
 
equals(Object) - Method in class com.google.protobuf.GeneratedMessageLite
 
equals(Object) - Method in class com.google.protobuf.Int32Value
 
equals(Object) - Method in class com.google.protobuf.Int64Value
 
equals(Object) - Method in class com.google.protobuf.LazyField
 
equals(Object) - Method in class com.google.protobuf.LazyFieldLite
 
equals(Object) - Method in class com.google.protobuf.ListValue
 
equals(Object) - Method in class com.google.protobuf.MapField
 
equals(Object) - Method in class com.google.protobuf.MapFieldLite
Checks whether two map fields are equal.
equals(Object) - Method in interface com.google.protobuf.Message
Compares the specified object with this message for equality.
equals(Object) - Method in class com.google.protobuf.Method
 
equals(Object) - Method in class com.google.protobuf.Mixin
 
equals(Object) - Method in class com.google.protobuf.Option
 
equals(Object) - Method in class com.google.protobuf.SourceContext
 
equals(Object) - Method in class com.google.protobuf.StringValue
 
equals(Object) - Method in class com.google.protobuf.Struct
 
equals(Object) - Method in class com.google.protobuf.TextFormatParseLocation
 
equals(Object) - Method in class com.google.protobuf.Timestamp
 
equals(Object) - Method in class com.google.protobuf.Type
 
equals(Object) - Method in class com.google.protobuf.UInt32Value
 
equals(Object) - Method in class com.google.protobuf.UInt64Value
 
equals(Object) - Method in class com.google.protobuf.UnknownFieldSet
 
equals(Object) - Method in class com.google.protobuf.UnknownFieldSet.Field
 
equals(Object) - Method in class com.google.protobuf.UnknownFieldSetLite
 
equals(Object) - Method in class com.google.protobuf.Value
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
equals(Object) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
equals(Object) - Method in class com.ocient.jdbc.XGConnection.RemoteEndpoint
 
equals(Object) - Method in class com.ocient.jdbc.XGConnectionInfo
 
equals(Object) - Method in class com.ocient.jdbc.XGDate
 
equals(Object) - Method in class com.ocient.jdbc.XGTime
 
equals(Object) - Method in class com.ocient.jdbc.XGTimestamp
 
equals(Object) - Method in class com.ocient.metrics.Metric.MetricPath
 
equals(Object) - Method in class com.ocient.metrics.Metric.NamedTag
 
equals(Object) - Method in class com.ocient.transport.TransportResult.FailedTransportResult
Equality operator for CompletableFutures.SQLResult.
equals(Object) - Method in class com.ocient.transport.TransportResult.SuccessTransportResult
equals(Object) - Method in class com.ocient.util.CompletableFutures.FailedResult
 
equals(Object) - Method in class com.ocient.util.CompletableFutures.SuccessResult
 
equals(Object) - Method in class com.ocient.util.FlattenedRow
 
equals(Object) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
equals(Object) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
equals(Object) - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
equals(Object) - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
equals(Object) - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
equals(Object) - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
equals(Object) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
equals(Object) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
equals(Object) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
equals(Object) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
equals(Object) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
equals(Object) - Method in class xg.Validator.EnumValidatorOptions
 
equals(Object) - Method in class xg.Validator.OneofValidatorOptions
 
equals(Object) - Method in class xg.Validator.ValidatorOptions
 
equals(SQLException) - Method in class com.ocient.jdbc.SQLStates
 
equals(Timestamp) - Method in class com.ocient.jdbc.XGTimestamp
 
equals(List<byte[]>, List<byte[]>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.equals(Object) for bytes field.
equalsByteBuffer(ByteBuffer, ByteBuffer) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.equals(Object) for bytes field.
equalsByteBuffer(List<ByteBuffer>, List<ByteBuffer>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.equals(Object) for bytes field.
ERROR_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
errorHTML(Map<String, Object>) - Static method in class com.ocient.auth.LandingPages
Generates an HTML document encoding the error response
ErrorResponse - Class in com.ocient.rest.exceptionMappers
 
ErrorResponse.Error - Class in com.ocient.rest.exceptionMappers
 
errors - Variable in class com.ocient.jdbc.XGStatement
 
errors - Variable in class com.ocient.rest.exceptionMappers.ErrorResponse
 
errorText() - Method in interface com.google.protobuf.RpcController
If failed() is true, returns a human-readable description of the error.
ESCAPE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
ESCAPE_UNQUOTED_VALUES - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
escapeBytes(byte[]) - Static method in class com.google.protobuf.TextFormat
Like TextFormat.escapeBytes(ByteString), but used for byte array.
escapeBytes(ByteString) - Static method in class com.google.protobuf.TextFormat
Escapes bytes in the format used in protocol buffer text format, which is the same as the format used for C string literals.
escapeDoubleQuotesAndBackslashes(String) - Static method in class com.google.protobuf.TextFormat
Escape double quotes and backslashes in a String for emittingUnicode output of a message.
escapingNonAscii(boolean) - Method in class com.google.protobuf.TextFormat.Printer
Return a new Printer instance with the specified escape mode.
ESTIMATED_RESULT_ROWS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
ESTIMATED_RESULT_SIZE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
ESTIMATED_TIME_SEC_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
exception - Variable in class com.ocient.util.CompletableFutures.FailedResult
 
ExceptionWithStatus - Exception in com.ocient.rest.exceptionMappers
Base class for exceptions that have an associated HTTP status
ExceptionWithStatus(String) - Constructor for exception com.ocient.rest.exceptionMappers.ExceptionWithStatus
Construct a new exception with the given message
ExceptionWithStatus(String, Throwable) - Constructor for exception com.ocient.rest.exceptionMappers.ExceptionWithStatus
Construct a new exception with the given message and cause
EXCESSIVE_COST - Static variable in class com.ocient.jdbc.SQLStates
 
exchangeForOAuthToken(OktaAuthenticators.OktaNativeSSOToken) - Static method in class com.ocient.auth.OktaAuthenticators.OktaNativeSSOClient
Sends a request to the /token endpoint for the Authorization Server that issued this device token.
exchangeSessionToken(OpenIDAuthenticators.AuthorizationCodeWithPKCEClient, ClientWireProtocol.OpenIDAuthenticator, String) - Static method in class com.ocient.auth.OktaAuthenticators.OktaAuthenticationClient
Exchanges the given session token for an OAuth Token
execute() - Method in class com.ocient.jdbc.XGPreparedStatement
 
execute(String) - Method in class com.ocient.jdbc.XGStatement
 
execute(String, int) - Method in class com.ocient.jdbc.XGStatement
 
execute(String, int[]) - Method in class com.ocient.jdbc.XGStatement
 
execute(String, String[]) - Method in class com.ocient.jdbc.XGStatement
 
EXECUTE_EXPLAIN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
EXECUTE_EXPLAIN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_EXPLAIN = 11;
EXECUTE_EXPLAIN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
EXECUTE_EXPLAIN_FOR_SPARK - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
EXECUTE_EXPLAIN_FOR_SPARK - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Spark Deprecated
EXECUTE_EXPLAIN_FOR_SPARK_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
EXECUTE_EXPLAIN_FOR_SPARK_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Spark Deprecated
EXECUTE_EXPLAIN_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_EXPLAIN = 11;
EXECUTE_EXPORT - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
EXECUTE_EXPORT - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_EXPORT = 25;
EXECUTE_EXPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
EXECUTE_EXPORT_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_EXPORT = 25;
EXECUTE_INLINE_PLAN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
EXECUTE_INLINE_PLAN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_INLINE_PLAN = 23;
EXECUTE_INLINE_PLAN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
EXECUTE_INLINE_PLAN_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_INLINE_PLAN = 23;
EXECUTE_PLAN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
EXECUTE_PLAN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_PLAN = 19;
EXECUTE_PLAN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
EXECUTE_PLAN_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_PLAN = 19;
EXECUTE_QUERY - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
EXECUTE_QUERY - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_QUERY = 10;
EXECUTE_QUERY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
EXECUTE_QUERY_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_QUERY = 10;
EXECUTE_UPDATE - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
EXECUTE_UPDATE - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_UPDATE = 13;
EXECUTE_UPDATE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
EXECUTE_UPDATE_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXECUTE_UPDATE = 13;
executeBatch() - Method in class com.ocient.jdbc.XGStatement
 
executeInlinePlan(String) - Method in class com.ocient.jdbc.XGStatement
 
executePlan(String) - Method in class com.ocient.jdbc.XGStatement
 
executeQuery() - Method in class com.ocient.jdbc.XGPreparedStatement
 
executeQuery(String) - Method in class com.ocient.jdbc.XGStatement
 
executeUpdate() - Method in class com.ocient.jdbc.XGPreparedStatement
 
executeUpdate(String) - Method in class com.ocient.jdbc.XGStatement
 
executeUpdate(String, int) - Method in class com.ocient.jdbc.XGStatement
 
executeUpdate(String, int[]) - Method in class com.ocient.jdbc.XGStatement
 
executeUpdate(String, String[]) - Method in class com.ocient.jdbc.XGStatement
 
Executors - Class in com.ocient.util
 
Executors() - Constructor for class com.ocient.util.Executors
 
EXPECTED_CONST_WINDOWED_AGGREGATE_ARGUMENT - Static variable in class com.ocient.jdbc.SQLStates
 
ExperimentalApi - Annotation Interface in com.google.protobuf
Indicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.
EXPIRED_SECURITY_TOKEN - Static variable in class com.ocient.jdbc.SQLStates
 
explain(String, ClientWireProtocol.ExplainFormat) - Method in class com.ocient.jdbc.XGStatement
 
EXPLAIN_PIPELINE - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
EXPLAIN_PIPELINE - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXPLAIN_PIPELINE = 35;
EXPLAIN_PIPELINE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
EXPLAIN_PIPELINE_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXPLAIN_PIPELINE = 35;
EXPLAIN_PLAN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
EXPLAIN_PLAN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXPLAIN_PLAN = 20;
EXPLAIN_PLAN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
EXPLAIN_PLAN_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
EXPLAIN_PLAN = 20;
explainPipeline(String) - Method in class com.ocient.jdbc.XGStatement
 
explainPlan(String, ClientWireProtocol.ExplainFormat) - Method in class com.ocient.jdbc.XGStatement
 
EXPLICITSSO_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
EXPLICITSSO_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
exportMlModel(String) - Method in class com.ocient.jdbc.XGStatement
 
exportPipeline(String) - Method in class com.ocient.jdbc.XGStatement
 
EXPORTSTATEMENT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
exportTable(String) - Method in class com.ocient.jdbc.XGStatement
 
exportTranslation(String) - Method in class com.ocient.jdbc.XGStatement
 
exportView(String) - Method in class com.ocient.jdbc.XGStatement
 
ExtendableBuilder() - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
ExtendableBuilder() - Constructor for class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
ExtendableBuilder(GeneratedMessage.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
ExtendableBuilder(GeneratedMessageV3.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
ExtendableBuilder(MessageType) - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
ExtendableMessage(GeneratedMessage.ExtendableBuilder<MessageType, ?>) - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
ExtendableMessage(GeneratedMessageV3.ExtendableBuilder<MessageT, ?>) - Constructor for class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
EXTENDEE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
Extension<ContainingType extends MessageLite,Type> - Class in com.google.protobuf
Interface that generated extensions implement.
Extension() - Constructor for class com.google.protobuf.Extension
 
EXTENSION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
EXTENSION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
EXTENSION_RANGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
Extension.ExtensionType - Enum Class in com.google.protobuf
The API type that the extension is used for.
Extension.MessageType - Enum Class in com.google.protobuf
Type of a message extension.
ExtensionLite<ContainingType extends MessageLite,Type> - Class in com.google.protobuf
Lite interface that generated extensions implement.
ExtensionLite() - Constructor for class com.google.protobuf.ExtensionLite
 
ExtensionRegistry - Class in com.google.protobuf
A table of known extensions, searchable by name or field number.
ExtensionRegistry.ExtensionInfo - Class in com.google.protobuf
A (Descriptor, Message) pair, returned by lookup methods.
ExtensionRegistryLite - Class in com.google.protobuf
Equivalent to ExtensionRegistry but supports only "lite" types.
extensions - Variable in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Represents the set of extensions on this message.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Called by subclasses to check if all extensions are initialized.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Called by subclasses to check if all extensions are initialized.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to check if all extensions are initialized.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Called by subclasses to check if all extensions are initialized.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Called by subclasses to check if all extensions are initialized.
extensionsSerializedSize() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Called by subclasses to compute the size of extensions.
extensionsSerializedSize() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to compute the size of extensions.
extensionsSerializedSize() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Called by subclasses to compute the size of extensions.
extensionsSerializedSizeAsMessageSet() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
extensionsSerializedSizeAsMessageSet() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
extensionsSerializedSizeAsMessageSet() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
extract(ResultSet, ResultSetMetaData) - Method in class com.ocient.cli.extract.ResultSetExtractor
 
extract(ResultSet, ResultSetMetaData) - Method in class com.ocient.cli.extract.WriteThroughResultSetExtractor
 
extractConfig - Variable in class com.ocient.cli.extract.ResultSetExtractor
 
ExtractConfiguration - Class in com.ocient.cli.extract
 
ExtractConfiguration(Properties) - Constructor for class com.ocient.cli.extract.ExtractConfiguration
 
ExtractConfiguration.BinaryFormat - Enum Class in com.ocient.cli.extract
 
ExtractConfiguration.Compression - Enum Class in com.ocient.cli.extract
 
ExtractConfiguration.FileType - Enum Class in com.ocient.cli.extract
 
ExtractConfiguration.HeaderMode - Enum Class in com.ocient.cli.extract
 
ExtractConfiguration.LocationType - Enum Class in com.ocient.cli.extract
 
ExtractConfiguration.TranslateCharactersMode - Enum Class in com.ocient.cli.extract
 
ExtractMetrics - Class in com.ocient.cli.extract
 
ExtractMetrics(String, ExtractConfiguration.LocationType, PerfCounter.ThreadingModel) - Constructor for class com.ocient.cli.extract.ExtractMetrics
 
ExtractSyntaxParser - Class in com.ocient.cli.extract
A utility class for parsing the "EXTRACT TO" syntax into its configuration and query components
ExtractSyntaxParser() - Constructor for class com.ocient.cli.extract.ExtractSyntaxParser
 
ExtractSyntaxParser.ParseResult - Class in com.ocient.cli.extract
A class to wrap the result of an "EXTRACT TO" parse
extractTo(Statement, String) - Static method in class com.ocient.cli.CLI
 
ExtractTransformer(AbstractWriter<?>) - Constructor for class com.ocient.cli.extract.ResultSetExtractor.ExtractTransformer
 

F

Factory() - Constructor for class com.ocient.transport.JavaNetOcientWireV1Transport.Factory
 
Factory() - Constructor for class com.ocient.transport.NettyOcientWireV1Transport.Factory
 
fail(TransportException) - Static method in interface com.ocient.transport.TransportResult
Creates a new instance of TransportResult that represents a failed I/O operation.
fail(E) - Static method in class com.ocient.util.CompletableFutures
Returns a new instance of CompletableFutures.Result that represents a failed computation with the specified exception.
fail(IOException) - Static method in interface com.ocient.util.CompletableFutures.IOResult
Creates a new instance of IOResult that represents a failed I/O operation.
fail(SQLException) - Static method in interface com.ocient.util.CompletableFutures.SQLResult
Creates a new instance of SQLResult that represents a failed execution of a SQL query.
failAsync(TransportException) - Static method in interface com.ocient.transport.TransportResult
Creates a new completed stage that represents a failed execution of an I/O operation.
failAsync(IOException) - Static method in interface com.ocient.util.CompletableFutures.IOResult
Creates a new completed stage that represents a failed execution of an I/O operation.
failAsync(SQLException) - Static method in interface com.ocient.util.CompletableFutures.SQLResult
Creates a new completed stage that represents a failed execution of a SQL query.
failed() - Method in interface com.google.protobuf.RpcController
After a call has finished, returns true if the call failed.
FAILED_CONNECTION - Static variable in class com.ocient.jdbc.SQLStates
 
FAILED_HANDSHAKE - Static variable in class com.ocient.jdbc.SQLStates
 
FailedResult(E) - Constructor for class com.ocient.util.CompletableFutures.FailedResult
Constructs a new FailedResult with the given Exception.
failMode() - Method in exception com.ocient.transport.TransportException
Returns the mode of the operation that failed.
failOrMarshal(Throwable) - Static method in interface com.ocient.transport.TransportResult
Returns a new Result object that represents a failed operation with the given IOException.
failOrMarshal(Throwable) - Static method in interface com.ocient.util.CompletableFutures.IOResult
Returns a new Result object that represents a failed operation with the given IOException.
failOrMarshal(Throwable) - Static method in interface com.ocient.util.CompletableFutures.SQLResult
Returns a new Result object that represents a failed operation with the given SQLException.
failOrMarshalAsync(Throwable) - Static method in interface com.ocient.transport.TransportResult
Returns a new completed staged that represents a failed operation with the given IOException.
failOrMarshalAsync(Throwable) - Static method in interface com.ocient.util.CompletableFutures.IOResult
Returns a new completed staged that represents a failed operation with the given IOException.
failOrMarshalAsync(Throwable) - Static method in interface com.ocient.util.CompletableFutures.SQLResult
Returns a new completed stage that represents a failed operation with the given SQLException.
failRecv(Throwable) - Static method in interface com.ocient.transport.TransportResult
Creates a new instance of TransportResult that represents a failed send operation.
failRecvAsync(TransportException) - Static method in interface com.ocient.transport.TransportResult
Creates a new completed stage that represents a failed execution of an I/O operation.
failSend(Throwable) - Static method in interface com.ocient.transport.TransportResult
Creates a new instance of TransportResult that represents a failed send operation.
failSendAsync(TransportException) - Static method in interface com.ocient.transport.TransportResult
Creates a new completed stage that represents a failed execution of an I/O operation.
FastStringTokenizer - Class in com.ocient.cli
 
FastStringTokenizer(String, String, boolean) - Constructor for class com.ocient.cli.FastStringTokenizer
 
FEATURE_NONE - Enum constant in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
FEATURE_NONE = 0;
FEATURE_NONE_VALUE - Static variable in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
FEATURE_NONE = 0;
FEATURE_PROTO3_OPTIONAL - Enum constant in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
FEATURE_PROTO3_OPTIONAL = 1;
FEATURE_PROTO3_OPTIONAL_VALUE - Static variable in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
FEATURE_PROTO3_OPTIONAL = 1;
FETCH_AUTHENTICATORS - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
FETCH_AUTHENTICATORS - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
FETCH_AUTHENTICATORS = 50;
FETCH_AUTHENTICATORS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
FETCH_AUTHENTICATORS_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
FETCH_AUTHENTICATORS = 50;
FETCH_DATA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
FETCH_DATA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
FETCH_DATA = 7;
FETCH_DATA_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
FETCH_DATA_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
FETCH_DATA = 7;
FETCH_METADATA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
FETCH_METADATA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
FETCH_METADATA = 8;
FETCH_METADATA_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
FETCH_METADATA_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
FETCH_METADATA = 8;
FETCH_SIZE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
FETCH_SYSTEM_METADATA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
FETCH_SYSTEM_METADATA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
FETCH_SYSTEM_METADATA = 15;
FETCH_SYSTEM_METADATA_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
FETCH_SYSTEM_METADATA_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
FETCH_SYSTEM_METADATA = 15;
fetchAuthenticators() - Method in class com.ocient.jdbc.XGConnection
fetchQueueDepth - Variable in class com.ocient.metrics.QueryMetrics
 
fetchRequests - Variable in class com.ocient.metrics.QueryMetrics
 
fetchRTT - Variable in class com.ocient.metrics.QueryMetrics
 
fetchServerVersion() - Method in class com.ocient.jdbc.XGConnection
Asynchronously fetches the version of the server.
FetchSummary - Class in com.ocient.jdbc
Represents a summary of a fetch operation, including information about the sequence number, the number of rows fetched, and the detection of a DEM (Data End Marker).
FetchSummary() - Constructor for class com.ocient.jdbc.FetchSummary
 
fetchSystemMetadataInt(ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall) - Method in class com.ocient.jdbc.XGStatement
 
fetchSystemMetadataResultSet(ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall, String, String, String, boolean, XGResultSet.Option...) - Method in class com.ocient.jdbc.XGStatement
 
fetchSystemMetadataString(ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall) - Method in class com.ocient.jdbc.XGStatement
 
Field - Class in com.google.protobuf
Protobuf type google.protobuf.Field
FIELD_DELIMITER - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
FIELD_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
FIELD_OPTIONALLY_ENCLOSED_BY - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
Field.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Field
Field.Cardinality - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.Field.Cardinality
Field.Kind - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.Field.Kind
FieldAccessorTable(Descriptors.Descriptor, String[]) - Constructor for class com.google.protobuf.GeneratedMessage.FieldAccessorTable
Construct a FieldAccessorTable for a particular message class without initializing FieldAccessors.
FieldAccessorTable(Descriptors.Descriptor, String[]) - Constructor for class com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Construct a FieldAccessorTable for a particular message class without initializing FieldAccessors.
FieldAccessorTable(Descriptors.Descriptor, String[], Class<? extends GeneratedMessage>, Class<? extends GeneratedMessage.Builder>) - Constructor for class com.google.protobuf.GeneratedMessage.FieldAccessorTable
Construct a FieldAccessorTable for a particular message class.
FieldAccessorTable(Descriptors.Descriptor, String[], Class<? extends GeneratedMessageV3>, Class<? extends GeneratedMessageV3.Builder<?>>) - Constructor for class com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Construct a FieldAccessorTable for a particular message class.
FieldMask - Class in com.google.protobuf
Protobuf type google.protobuf.FieldMask
FieldMask.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FieldMask
FieldMaskOrBuilder - Interface in com.google.protobuf
 
FieldMaskProto - Class in com.google.protobuf
 
FieldOrBuilder - Interface in com.google.protobuf
 
FIELDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Struct
 
FIELDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
FieldType - Enum Class in com.google.protobuf
Enumeration identifying all relevant type information for a protobuf field.
FILE_EXTENSION - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
FILE_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
FILE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
FILE_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.SourceContext
 
FILE_PREFIX - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
FILE_TO_GENERATE_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
FILE_TYPE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
FINAL_EFFECTIVE_PRIORITY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
finalize() - Method in class com.ocient.cli.extract.AsyncS3OutputStream
 
finalize() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
finalize() - Method in class com.ocient.cli.extract.S3OutputStream
 
finalize() - Method in class com.ocient.jdbc.XGConnection.XGTrustManager
 
finalize() - Method in class com.ocient.jdbc.XGStatement
 
finalize() - Method in class com.ocient.jdbc.XGTuple
 
find(Metric.MetricPath) - Method in class com.ocient.metrics.MetricsRegistry
Finds the single Metric with the exact given path.
find(String) - Method in class com.google.protobuf.TypeRegistry
Find a type by its full name.
find(Predicate<Metric<?>>, Collector<Metric<?>, A, R>) - Method in class com.ocient.metrics.MetricsRegistry
Finds the group of Metrics that match the given predicate.
findAncestor(ClassLoader) - Static method in class com.ocient.classloader.DynamicClassLoader
 
findColumn(String) - Method in class com.ocient.jdbc.XGResultSet
 
findEnumTypeByName(String) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a nested enum type by name.
findEnumTypeByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find an enum type in the file by name.
findExtensionByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find an extension in the file by name.
findExtensionByName(String) - Method in class com.google.protobuf.ExtensionRegistry
Deprecated.
findExtensionByNumber(Descriptors.Descriptor, int) - Method in class com.google.protobuf.ExtensionRegistry
Deprecated.
findFieldByName(String) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a field by name.
findFieldByNumber(int) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a field by field number.
findImmutableExtensionByName(String) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension for immutable APIs by fully-qualified field name, in the proto namespace.
findImmutableExtensionByNumber(Descriptors.Descriptor, int) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension by containing type and field number for immutable APIs.
findInitializationErrors() - Method in class com.google.protobuf.AbstractMessage.Builder
 
findInitializationErrors() - Method in class com.google.protobuf.AbstractMessage
 
findInitializationErrors() - Method in interface com.google.protobuf.MessageOrBuilder
Returns a list of field paths (e.g.
findLiteExtensionByNumber(ContainingType, int) - Method in class com.google.protobuf.ExtensionRegistryLite
Find an extension by containing type and field number.
findMessageTypeByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find a message type in the file by name.
findMethodByName(String) - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Find a method by name.
findMutableExtensionByName(String) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension for mutable APIs by fully-qualified field name, in the proto namespace.
findMutableExtensionByNumber(Descriptors.Descriptor, int) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension by containing type and field number for mutable APIs.
findNestedTypeByName(String) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a nested message type by name.
findServiceByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find a service type in the file by name.
findValueByName(String) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Find an enum value by name.
findValueByNumber(int) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Find an enum value by number.
findValueByNumber(int) - Method in interface com.google.protobuf.Internal.EnumLiteMap
 
findValueByNumberCreatingIfUnknown(int) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the enum value for a number.
FINGERPRINT_FIELD_NUMBER - Static variable in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
first() - Method in class com.ocient.jdbc.XGResultSet
 
FIRST_FILE - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.HeaderMode
When used in conjunction with `max_rows_per_file`, the number of records included in the first file is reduced by one so that all files include the same number of rows (with the exception of the last file which may have fewer rows)
firstByteTime - Variable in class com.ocient.metrics.QueryMetrics
 
FIXED32 - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
FIXED32 - Enum constant in enum class com.google.protobuf.FieldType
 
FIXED32 - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
FIXED32_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
FIXED32_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
FIXED64 - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
FIXED64 - Enum constant in enum class com.google.protobuf.FieldType
 
FIXED64 - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
FIXED64_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
FIXED64_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
flatMapSuccess(Function<? super T, ? extends TransportResult<U>>) - Method in interface com.ocient.transport.TransportResult
Maps the success value of this TransportResult to the TransportResult type returned from the given function.
flatMapSuccess(Function<? super T, ? extends CompletableFutures.IOResult<U>>) - Method in interface com.ocient.util.CompletableFutures.IOResult
Maps the success value of this IOResult to the CompletableFutures.IOResult type returned from the given function.
flatMapSuccess(Function<? super T, ? extends CompletableFutures.SQLResult<U>>) - Method in interface com.ocient.util.CompletableFutures.SQLResult
Maps the success value of this SQLResult to the CompletableFutures.SQLResult type returned from the given function.
FlattenedRow - Class in com.ocient.util
Row that has been flattened to a single Object.
FlattenedRow(Object) - Constructor for class com.ocient.util.FlattenedRow
 
FLOAT - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.JavaType
 
FLOAT - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
FLOAT - Enum constant in enum class com.google.protobuf.FieldType
 
FLOAT - Enum constant in enum class com.google.protobuf.JavaType
 
FLOAT - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
FLOAT - Enum constant in enum class com.google.protobuf.WireFormat.JavaType
 
FLOAT_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
FLOAT_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
FloatValue - Class in com.google.protobuf
Protobuf type google.protobuf.FloatValue
FloatValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FloatValue
FloatValueOrBuilder - Interface in com.google.protobuf
 
flush() - Method in class com.google.protobuf.CodedOutputStream
Flushes the stream and forces any buffered bytes to be written.
flush() - Method in class com.ocient.cli.extract.AsyncS3OutputStream
 
flush() - Method in class com.ocient.cli.extract.S3OutputStream
 
fold(Function<? super List<Object>, ? extends V>, Function<? super DataEndMarker, ? extends V>) - Method in class com.ocient.util.FlattenedRow
 
fold(Function<? super T, ? extends V>, Function<? super E, ? extends V>) - Method in class com.ocient.util.CompletableFutures.FailedResult
Applies the given functions to the success value and the Exception, respectively, and returns the result of applying the Exception function.
fold(Function<? super T, ? extends V>, Function<? super E, ? extends V>) - Method in class com.ocient.util.CompletableFutures.SuccessResult
Applies the given functions to the success value and the Exception, respectively, and returns the result of applying the success value function.
FORBID_SINGULAR_OVERWRITES - Enum constant in enum class com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
An error is issued.
force - Variable in class com.ocient.jdbc.XGConnection
 
force - Variable in class com.ocient.jdbc.XGStatement
 
FORCE - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
FORCE_EXTERNAL - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
Deprecated.
FORCE_EXTERNAL - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
FORCE_EXTERNAL = 24;
FORCE_EXTERNAL - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
FORCE_EXTERNAL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
FORCE_EXTERNAL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
FORCE_EXTERNAL_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
FORCE_EXTERNAL = 24;
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
FORCE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
forceExternal(boolean) - Method in class com.ocient.jdbc.XGConnection
 
forceExternalAsync(boolean) - Method in class com.ocient.jdbc.XGConnection
 
forceNextRedirect - Variable in class com.ocient.jdbc.XGStatement
 
FORCEREDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
forId(int) - Static method in enum class com.google.protobuf.FieldType
Looks up the appropriate FieldType by it's identifier.
forkConnection(XGConnectionInfo.Hint, boolean) - Method in class com.ocient.jdbc.XGConnection
Forks a new XGConnection based on the current connection, with optional hints for connection type.
forkConnectionAsync(XGConnectionInfo.Hint, boolean) - Method in class com.ocient.jdbc.XGConnection
 
format(LogRecord) - Method in class com.ocient.jdbc.ThreadFormatter
 
FORMAT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
FORMAT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
forName(String) - Static method in class com.ocient.classloader.DynamicClassLoader
 
forNumber(int) - Static method in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
 
forNumber(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
forNumber(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
forNumber(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
forNumber(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
forNumber(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
 
forNumber(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
 
forNumber(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
forNumber(int) - Static method in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
 
forNumber(int) - Static method in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
forNumber(int) - Static method in enum class com.google.protobuf.Field.Cardinality
 
forNumber(int) - Static method in enum class com.google.protobuf.Field.Kind
 
forNumber(int) - Static method in enum class com.google.protobuf.NullValue
 
forNumber(int) - Static method in enum class com.google.protobuf.Syntax
 
forNumber(int) - Static method in enum class com.google.protobuf.Value.KindCase
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.ResponseOneofCase
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.OneIdentityOptionCase
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
 
forNumber(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
forNumber(int) - Static method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.AddressCase
 
forNumber(int) - Static method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
 
forNumber(int) - Static method in enum class xg.md.ProtocolMetadata.protocolIdentity.IdentityCase
 
forNumber(int) - Static method in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
 
forNumber(int) - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
 
forNumber(int) - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
 
forNumber(int) - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase
 
FRAME_SPEC_NOT_ALLOWED - Static variable in class com.ocient.jdbc.SQLStates
 
FRAME_WITHOUT_ORDERING - Static variable in class com.ocient.jdbc.SQLStates
 
free() - Method in class com.ocient.jdbc.XGArray
 
from(Instant) - Static method in class com.ocient.jdbc.XGDate
 
from(Instant) - Static method in class com.ocient.jdbc.XGTime
 
from(Instant) - Static method in class com.ocient.jdbc.XGTimestamp
 
fromErrorMessages(String...) - Static method in class com.ocient.rest.exceptionMappers.ErrorResponse
 
fromErrorMessages(Stream<String>) - Static method in class com.ocient.rest.exceptionMappers.ErrorResponse
 
fromExistingResultSet(ResultSet) - Method in class com.ocient.procedures.ResultSetBuilder
 
fromHex(String) - Static method in class com.google.protobuf.ByteString
Returns a ByteString from a hexadecimal String.
fromReflectionType(Object) - Method in class com.google.protobuf.Extension
 
fromReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Convert from the type used by the reflection accessors to the type used by native accessors.
fromThrowables(Throwable...) - Static method in class com.ocient.rest.exceptionMappers.ErrorResponse
 
fromThrowables(Stream<Throwable>) - Static method in class com.ocient.rest.exceptionMappers.ErrorResponse
 
fromValue(MessageLite) - Static method in class com.google.protobuf.LazyFieldLite
Constructs a LazyFieldLite instance with a value.
fullPath() - Method in class com.ocient.metrics.Metric.MetricPath
 
fullyQualifiedUsername - Variable in class com.ocient.jdbc.XGConnection
 
FULLYQUALIFIEDUSERNAME_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
FULLYQUALIFIEDUSERNAME_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
Functions - Class in com.ocient.util
 

G

Gauge - Class in com.ocient.metrics
 
Gauge(Metric.MetricPath, LongSupplier, Metric.CounterType, Metric.Units) - Constructor for class com.ocient.metrics.Gauge
 
GCM - Enum constant in enum class com.ocient.jdbc.XGConnection.HandshakeType
 
generalizeCallback(RpcCallback<Type>, Class<Type>, Type) - Static method in class com.google.protobuf.RpcUtil
Take an RpcCallback accepting a specific message type and convert it to an RpcCallback<Message>.
GENERATED_CODE_INFO_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
generatedKeyAlwaysReturned() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
GeneratedMessage - Class in com.google.protobuf
All generated protocol message classes extend this class.
GeneratedMessage() - Constructor for class com.google.protobuf.GeneratedMessage
 
GeneratedMessage(GeneratedMessage.Builder<?>) - Constructor for class com.google.protobuf.GeneratedMessage
 
GeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder<BuilderType>> - Class in com.google.protobuf
 
GeneratedMessage.BuilderParent - Interface in com.google.protobuf
TODO(xiaofeng): remove this after b/29368482 is fixed.
GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>> - Class in com.google.protobuf
Generated message builders for message types that contain extension ranges subclass this.
GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage> - Class in com.google.protobuf
Generated message classes for message types that contain extension ranges subclass this.
GeneratedMessage.ExtendableMessage.ExtensionWriter - Class in com.google.protobuf
Used by subclasses to serialize extensions.
GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage> - Interface in com.google.protobuf
 
GeneratedMessage.FieldAccessorTable - Class in com.google.protobuf
Users should ignore this class.
GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type> - Class in com.google.protobuf
Type used to represent generated extensions.
GeneratedMessageLite<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>> - Class in com.google.protobuf
Lite version of GeneratedMessage.
GeneratedMessageLite() - Constructor for class com.google.protobuf.GeneratedMessageLite
 
GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>> - Class in com.google.protobuf
 
GeneratedMessageLite.DefaultInstanceBasedParser<T extends GeneratedMessageLite<T,?>> - Class in com.google.protobuf
A Parser implementation that delegates to the default instance.
GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> - Class in com.google.protobuf
GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> - Class in com.google.protobuf
GeneratedMessageLite.ExtendableMessage.ExtensionWriter - Class in com.google.protobuf
Used by subclasses to serialize extensions.
GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> - Interface in com.google.protobuf
GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type> - Class in com.google.protobuf
GeneratedMessageLite.MethodToInvoke - Enum Class in com.google.protobuf
Defines which method path to invoke in #dynamicMethod(MethodToInvoke, Object...).
GeneratedMessageLite.SerializedForm - Class in com.google.protobuf
A serialized (serializable) form of the generated message.
GeneratedMessageV3 - Class in com.google.protobuf
All generated protocol message classes extend this class.
GeneratedMessageV3() - Constructor for class com.google.protobuf.GeneratedMessageV3
 
GeneratedMessageV3(GeneratedMessageV3.Builder<?>) - Constructor for class com.google.protobuf.GeneratedMessageV3
 
GeneratedMessageV3.Builder<BuilderT extends GeneratedMessageV3.Builder<BuilderT>> - Class in com.google.protobuf
Builder class for GeneratedMessageV3.
GeneratedMessageV3.BuilderParent - Interface in com.google.protobuf
TODO(xiaofeng): remove this after b/29368482 is fixed.
GeneratedMessageV3.ExtendableBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>> - Class in com.google.protobuf
Generated message builders for message types that contain extension ranges subclass this.
GeneratedMessageV3.ExtendableMessage<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>> - Class in com.google.protobuf
Generated message classes for message types that contain extension ranges subclass this.
GeneratedMessageV3.ExtendableMessage.ExtensionWriter - Class in com.google.protobuf
Used by subclasses to serialize extensions.
GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>> - Interface in com.google.protobuf
Extends MessageOrBuilder with extension-related functions.
GeneratedMessageV3.FieldAccessorTable - Class in com.google.protobuf
Users should ignore this class.
GeneratedMessageV3.UnusedPrivateParameter - Class in com.google.protobuf
This class is used to make a generated protected method inaccessible from user's code (e.g., the GeneratedMessageV3.newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter) method below).
generateRandomString() - Method in class com.ocient.util.ReportLogger
 
GENERIC_EXCEPTION_CODE - Static variable in class com.ocient.jdbc.SQLStates
 
genericSetSyntaxMatch(String, String) - Static method in class com.ocient.jdbc.XGRegexUtils
 
genStyleMap(String, int, Document, Element) - Static method in class com.ocient.jdbc.KML
 
get() - Method in class com.ocient.metrics.Gauge
 
get() - Static method in enum class com.ocient.protocol.PerformanceMode
Returns the globally configured PerformanceMode.
get() - Method in class com.ocient.util.CompletableFutures.FailedResult
 
get() - Method in interface com.ocient.util.CompletableFutures.Result
Returns the success result reason.
get() - Method in class com.ocient.util.CompletableFutures.SuccessResult
 
get(int) - Method in class com.google.protobuf.Internal.ListAdapter
 
get(int) - Method in class com.google.protobuf.LazyStringArrayList
 
get(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
get(Object) - Method in class com.google.protobuf.Internal.MapAdapter
 
get(Object) - Method in class com.ocient.util.CaselessProperties
 
GET_COLUMN_PRIVILEGES - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_COLUMN_PRIVILEGES = 16;
GET_COLUMN_PRIVILEGES_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_COLUMN_PRIVILEGES = 16;
GET_COLUMNS - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_COLUMNS = 3;
GET_COLUMNS_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_COLUMNS = 3;
GET_DATABASE_MAJOR_VERSION - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
ints
GET_DATABASE_MAJOR_VERSION_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
ints
GET_DATABASE_MINOR_VERSION - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_DATABASE_MINOR_VERSION = 13;
GET_DATABASE_MINOR_VERSION_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_DATABASE_MINOR_VERSION = 13;
GET_DATABASE_PRODUCT_VERSION - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_DATABASE_PRODUCT_VERSION = 11;
GET_DATABASE_PRODUCT_VERSION_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_DATABASE_PRODUCT_VERSION = 11;
GET_DEFAULT_INSTANCE - Enum constant in enum class com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
GET_INDEX_INFO - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_INDEX_INFO = 4;
GET_INDEX_INFO_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_INDEX_INFO = 4;
GET_MEMOIZED_IS_INITIALIZED - Enum constant in enum class com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
GET_NUMERIC_FUNCTIONS - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_NUMERIC_FUNCTIONS = 7;
GET_NUMERIC_FUNCTIONS_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_NUMERIC_FUNCTIONS = 7;
GET_PARSER - Enum constant in enum class com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
GET_SCHEMA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
GET_SCHEMA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
GET_SCHEMA = 3;
GET_SCHEMA_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
GET_SCHEMA_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
GET_SCHEMA = 3;
GET_SCHEMAS - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
ResultSets
GET_SCHEMAS_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
ResultSets
GET_SQL_KEYWORDS - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
strings
GET_SQL_KEYWORDS_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
strings
GET_STRING_FUNCTIONS - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_STRING_FUNCTIONS = 8;
GET_STRING_FUNCTIONS_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_STRING_FUNCTIONS = 8;
GET_SYSTEM_FUNCTIONS - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_SYSTEM_FUNCTIONS = 10;
GET_SYSTEM_FUNCTIONS_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_SYSTEM_FUNCTIONS = 10;
GET_SYSTEM_TABLES - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_SYSTEM_TABLES = 14;
GET_SYSTEM_TABLES_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_SYSTEM_TABLES = 14;
GET_TABLE_PRIVILEGES - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_TABLE_PRIVILEGES = 15;
GET_TABLE_PRIVILEGES_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_TABLE_PRIVILEGES = 15;
GET_TABLES - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_TABLES = 2;
GET_TABLES_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_TABLES = 2;
GET_TIME_DATE_FUNCTIONS - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_TIME_DATE_FUNCTIONS = 9;
GET_TIME_DATE_FUNCTIONS_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_TIME_DATE_FUNCTIONS = 9;
GET_TYPE_INFO - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_TYPE_INFO = 5;
GET_TYPE_INFO_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_TYPE_INFO = 5;
GET_VIEWS - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_VIEWS = 25;
GET_VIEWS_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
GET_VIEWS = 25;
getAccepted() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
When true, the message was accepted and the action was completed.
getAccepted() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
When true, the message was accepted and the action was completed.
getAccepted() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivAckOrBuilder
When true, the message was accepted and the action was completed.
getAcceptedIssuers() - Method in class com.ocient.jdbc.XGConnection.XGTrustManager
 
getAck() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivAck ack = 255;
getAck() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivAck ack = 255;
getAck() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivAck ack = 255;
getAckBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivAck ack = 255;
getAckOrBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivAck ack = 255;
getAckOrBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivAck ack = 255;
getAckOrBuilder() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivAck ack = 255;
getAddress(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
repeated string address = 1;
getAddress(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
repeated string address = 1;
getAddress(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceListOrBuilder
repeated string address = 1;
getAddressBytes(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
repeated string address = 1;
getAddressBytes(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
repeated string address = 1;
getAddressBytes(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceListOrBuilder
repeated string address = 1;
getAddressCase() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
getAddressCase() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
getAddressCase() - Method in interface xg.md.ProtocolMetadata.protocolEndpointAddressOrBuilder
 
getAddressCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
repeated string address = 1;
getAddressCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
repeated string address = 1;
getAddressCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceListOrBuilder
repeated string address = 1;
getAddressList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
repeated string address = 1;
getAddressList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
repeated string address = 1;
getAddressList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceListOrBuilder
repeated string address = 1;
getAddressType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
the address type
getAddressType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
the address type
getAddressType() - Method in interface xg.md.ProtocolMetadata.protocolEndpointAddressOrBuilder
the address type
getAddressTypeValue() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
the address type
getAddressTypeValue() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
the address type
getAddressTypeValue() - Method in interface xg.md.ProtocolMetadata.protocolEndpointAddressOrBuilder
the address type
getAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8 [json_name = "aggregateValue"];
getAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string aggregate_value = 8 [json_name = "aggregateValue"];
getAggregateValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string aggregate_value = 8 [json_name = "aggregateValue"];
getAggregateValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8 [json_name = "aggregateValue"];
getAggregateValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string aggregate_value = 8 [json_name = "aggregateValue"];
getAggregateValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string aggregate_value = 8 [json_name = "aggregateValue"];
getAll() - Method in class com.ocient.rest.resources.MetricsResource
Get all available metrics
getAllFields() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getAllFields() - Method in class com.google.protobuf.DynamicMessage
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessageV3
 
getAllFields() - Method in class com.google.protobuf.MapEntry.Builder
 
getAllFields() - Method in class com.google.protobuf.MapEntry
 
getAllFields() - Method in interface com.google.protobuf.MessageOrBuilder
Returns a collection of all the fields in this message which are set and their corresponding values.
getAllFieldsRaw() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getAllFieldsRaw() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
getAllImmutableExtensionsByExtendedType(String) - Method in class com.google.protobuf.ExtensionRegistry
Find all extensions for immutable APIs by fully-qualified name of extended class.
getAllMutableExtensionsByExtendedType(String) - Method in class com.google.protobuf.ExtensionRegistry
Find all extensions for mutable APIs by fully-qualified name of extended class.
getAllNodes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
bool all_nodes = 1;
getAllNodes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
bool all_nodes = 1;
getAllNodes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClearCacheOrBuilder
bool all_nodes = 1;
getAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool allow_alias = 2 [json_name = "allowAlias"];
getAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
optional bool allow_alias = 2 [json_name = "allowAlias"];
getAllowAlias() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
optional bool allow_alias = 2 [json_name = "allowAlias"];
getAndReset() - Method in interface com.ocient.util.DurationCounter
Retrieves the elapsed time duration between the "start" and "end" points, and then resets the internal state of the counter for subsequent measurements.
getAndReset() - Method in class com.ocient.util.SimpleMillisCounter
 
getAnnotation(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotation(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotation(int) - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationCount() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationList() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnnotationOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
getAnonymousIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
anonymous identity
getAnonymousIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity
anonymous identity
getAnonymousIdentity() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
anonymous identity
getAnonymousIdentityBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
anonymous identity
getAnonymousIdentityOrBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
anonymous identity
getAnonymousIdentityOrBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity
anonymous identity
getAnonymousIdentityOrBuilder() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
anonymous identity
getAppenderFileNames() - Method in class com.ocient.util.ReportLogger
 
getArray() - Method in class com.ocient.jdbc.XGArray
 
getArray(int) - Method in class com.ocient.jdbc.XGResultSet
 
getArray(long, int) - Method in class com.ocient.jdbc.XGArray
 
getArray(long, int, Map<String, Class<?>>) - Method in class com.ocient.jdbc.XGArray
 
getArray(String) - Method in class com.ocient.jdbc.XGResultSet
 
getArray(Map<String, Class<?>>) - Method in class com.ocient.jdbc.XGArray
 
getAsciiStream(int) - Method in class com.ocient.jdbc.XGResultSet
 
getAsciiStream(String) - Method in class com.ocient.jdbc.XGResultSet
 
getAttachToQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
getAttachToQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
getAttachToQuery() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
getAttachToQueryBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
getAttachToQueryOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
getAttachToQueryOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
getAttachToQueryOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
getAttributes() - Method in class com.ocient.jdbc.XGTuple
 
getAttributes(String, String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getAttributes(Map<String, Class<?>>) - Method in class com.ocient.jdbc.XGTuple
 
getAuthenticator(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticator(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticator(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponseOrBuilder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponseOrBuilder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponseOrBuilder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorOrBuilder(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponseOrBuilder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthenticatorOrBuilderList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponseOrBuilder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
getAuthUrl() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
string authUrl = 3;
getAuthUrl() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
string authUrl = 3;
getAuthUrl() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponseOrBuilder
string authUrl = 3;
getAuthUrlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
string authUrl = 3;
getAuthUrlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
string authUrl = 3;
getAuthUrlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponseOrBuilder
string authUrl = 3;
getAutoCommit() - Method in class com.ocient.jdbc.XGConnection
 
getAwsKeyId() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getAwsKeySecret() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getBaseType() - Method in class com.ocient.jdbc.XGArray
 
getBaseTypeName() - Method in class com.ocient.jdbc.XGArray
 
getBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional int32 begin = 3 [json_name = "begin"];
getBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
optional int32 begin = 3 [json_name = "begin"];
getBegin() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
optional int32 begin = 3 [json_name = "begin"];
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getBigDecimal(int) - Method in class com.ocient.jdbc.XGResultSet
 
getBigDecimal(int, int) - Method in class com.ocient.jdbc.XGResultSet
 
getBigDecimal(String) - Method in class com.ocient.jdbc.XGResultSet
 
getBigDecimal(String, int) - Method in class com.ocient.jdbc.XGResultSet
 
getBinaryFormat() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getBinaryStream(int) - Method in class com.ocient.jdbc.XGResultSet
 
getBinaryStream(String) - Method in class com.ocient.jdbc.XGResultSet
 
getBlob(int) - Method in class com.ocient.jdbc.XGResultSet
 
getBlob(String) - Method in class com.ocient.jdbc.XGResultSet
 
getBlobLengths(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int32 blobLengths = 2;
getBlobLengths(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
repeated int32 blobLengths = 2;
getBlobLengths(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ResultSetOrBuilder
repeated int32 blobLengths = 2;
getBlobLengthsCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int32 blobLengths = 2;
getBlobLengthsCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
repeated int32 blobLengths = 2;
getBlobLengthsCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ResultSetOrBuilder
repeated int32 blobLengths = 2;
getBlobLengthsList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int32 blobLengths = 2;
getBlobLengthsList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
repeated int32 blobLengths = 2;
getBlobLengthsList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ResultSetOrBuilder
repeated int32 blobLengths = 2;
getBlobs(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated bytes blobs = 3;
getBlobs(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
repeated bytes blobs = 3;
getBlobs(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ResultSetOrBuilder
repeated bytes blobs = 3;
getBlobsCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated bytes blobs = 3;
getBlobsCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
repeated bytes blobs = 3;
getBlobsCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ResultSetOrBuilder
repeated bytes blobs = 3;
getBlobsList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated bytes blobs = 3;
getBlobsList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
repeated bytes blobs = 3;
getBlobsList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ResultSetOrBuilder
repeated bytes blobs = 3;
getBoolean(int) - Method in interface com.google.protobuf.Internal.BooleanList
Like List.get(int) but more efficient in that it doesn't box the returned value.
getBoolean(int) - Method in class com.ocient.jdbc.XGResultSet
 
getBoolean(String) - Method in class com.ocient.jdbc.XGResultSet
 
getBoolean(Properties) - Method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
getBoolValue() - Method in class com.google.protobuf.Value.Builder
bool bool_value = 4 [json_name = "boolValue"];
getBoolValue() - Method in class com.google.protobuf.Value
bool bool_value = 4 [json_name = "boolValue"];
getBoolValue() - Method in interface com.google.protobuf.ValueOrBuilder
bool bool_value = 4 [json_name = "boolValue"];
getBoxedType() - Method in enum class com.google.protobuf.JavaType
 
getBucket() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getBuilder() - Method in class com.google.protobuf.SingleFieldBuilder
Gets a builder for the field.
getBuilder() - Method in class com.google.protobuf.SingleFieldBuilderV3
Gets a builder for the field.
getBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a builder for the specified index.
getBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Gets a builder for the specified index.
getBuilderForSubMessageField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.TextFormatParseInfoTree.Builder
Set for a sub message.
getBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a view of the builder as a list of builders.
getBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Gets a view of the builder as a list of builders.
getByte(int) - Method in class com.ocient.jdbc.XGResultSet
 
getByte(String) - Method in class com.ocient.jdbc.XGResultSet
 
getByteArray(int) - Method in class com.google.protobuf.LazyStringArrayList
 
getByteArray(int) - Method in interface com.google.protobuf.LazyStringList
Returns the element at the specified position in this list as byte[].
getByteArray(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
getBytes(int) - Method in class com.ocient.jdbc.XGResultSet
 
getBytes(String) - Method in class com.ocient.jdbc.XGResultSet
 
getBytesRecovered() - Method in class com.ocient.metrics.QueryMetrics
 
getBytesReturned() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the number of bytes returned by the query
getBytesReturned() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the number of bytes returned by the query
getBytesReturned() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the number of bytes returned by the query
getByteString(int) - Method in class com.google.protobuf.LazyStringArrayList
 
getByteString(int) - Method in interface com.google.protobuf.LazyStringList
Returns the element at the specified position in this list as a ByteString.
getByteString(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
getBytesUntilLimit() - Method in class com.google.protobuf.CodedInputStream
Returns the number of bytes to be read before the current limit.
getCacheLimitBreakTask() - Method in class com.ocient.jdbc.XGResultSet
 
getCall() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
.xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
getCall() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
.xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
getCall() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataOrBuilder
.xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
getCallValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
.xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
getCallValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
.xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
getCallValue() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataOrBuilder
.xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
getCancelQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CancelQuery cancel_query = 17;
getCancelQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.CancelQuery cancel_query = 17;
getCancelQuery() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.CancelQuery cancel_query = 17;
getCancelQueryBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CancelQuery cancel_query = 17;
getCancelQueryOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CancelQuery cancel_query = 17;
getCancelQueryOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.CancelQuery cancel_query = 17;
getCancelQueryOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.CancelQuery cancel_query = 17;
getCardinality() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getCardinality() - Method in class com.google.protobuf.Field
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getCardinality() - Method in interface com.google.protobuf.FieldOrBuilder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getCardinalityValue() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getCardinalityValue() - Method in class com.google.protobuf.Field
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getCardinalityValue() - Method in interface com.google.protobuf.FieldOrBuilder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getCatalog() - Method in class com.ocient.jdbc.XGConnection
 
getCatalogName(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getCatalogs() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getCatalogSeparator() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getCatalogTerm() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
getCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
getCcEnableArenas() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
getCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
getCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
getCcGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
getCertFingerprintIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
cert fingerprint identity
getCertFingerprintIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity
cert fingerprint identity
getCertFingerprintIdentity() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
cert fingerprint identity
getCertFingerprintIdentityBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
cert fingerprint identity
getCertFingerprintIdentityOrBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
cert fingerprint identity
getCertFingerprintIdentityOrBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity
cert fingerprint identity
getCertFingerprintIdentityOrBuilder() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
cert fingerprint identity
getCharacterStream(int) - Method in class com.ocient.jdbc.XGResultSet
 
getCharacterStream(String) - Method in class com.ocient.jdbc.XGResultSet
 
getCheckData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
xg.cmdcomp.Request.check_data is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=590
getCheckData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated.
xg.cmdcomp.Request.check_data is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=590
getCheckData() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated.
xg.cmdcomp.Request.check_data is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=590
getCheckDataBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
getCheckDataOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
getCheckDataOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated.
getCheckDataOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated.
getCheckDataStatement() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
string checkDataStatement = 2;
getCheckDataStatement() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
string checkDataStatement = 2;
getCheckDataStatement() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponseOrBuilder
string checkDataStatement = 2;
getCheckDataStatementBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
string checkDataStatement = 2;
getCheckDataStatementBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
string checkDataStatement = 2;
getCheckDataStatementBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponseOrBuilder
string checkDataStatement = 2;
getCipher() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
bytes cipher = 1;
getCipher() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
bytes cipher = 1;
getCipher() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2OrBuilder
bytes cipher = 1;
getCipher() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
bytes cipher = 1;
getCipher() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
bytes cipher = 1;
getCipher() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2OrBuilder
bytes cipher = 1;
getClearCache() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClearCache clear_cache = 41;
getClearCache() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClearCache clear_cache = 41;
getClearCache() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClearCache clear_cache = 41;
getClearCacheBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClearCache clear_cache = 41;
getClearCacheOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClearCache clear_cache = 41;
getClearCacheOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClearCache clear_cache = 41;
getClearCacheOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClearCache clear_cache = 41;
getClientConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection client_connection = 2;
getClientConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnection client_connection = 2;
getClientConnection() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnection client_connection = 2;
getClientConnection2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
getClientConnection2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
getClientConnection2() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
getClientConnection2Builder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
getClientConnection2OrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
getClientConnection2OrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
getClientConnection2OrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
getClientConnectionBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection client_connection = 2;
getClientConnectionGcm() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
getClientConnectionGcm() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
getClientConnectionGcm() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
getClientConnectionGcm2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
getClientConnectionGcm2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
getClientConnectionGcm2() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
getClientConnectionGcm2Builder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
getClientConnectionGcm2OrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
getClientConnectionGcm2OrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
getClientConnectionGcm2OrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
getClientConnectionGcmBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
getClientConnectionGcmOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
getClientConnectionGcmOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
getClientConnectionGcmOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
getClientConnectionOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection client_connection = 2;
getClientConnectionOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnection client_connection = 2;
getClientConnectionOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnection client_connection = 2;
getClientConnectionRefreshSession() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
getClientConnectionRefreshSession() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
getClientConnectionRefreshSession() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
getClientConnectionRefreshSessionBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
getClientConnectionRefreshSessionOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
getClientConnectionRefreshSessionOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
getClientConnectionRefreshSessionOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
getClientConnectionRefreshToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
getClientConnectionRefreshToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
getClientConnectionRefreshToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
getClientConnectionRefreshTokenBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
getClientConnectionRefreshTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
getClientConnectionRefreshTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
getClientConnectionRefreshTokenOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
getClientConnectionSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
getClientConnectionSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
getClientConnectionSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
getClientConnectionSecurityTokenBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
getClientConnectionSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
getClientConnectionSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
getClientConnectionSecurityTokenOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
getClientConnectionSso() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
getClientConnectionSso() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
getClientConnectionSso() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
getClientConnectionSso2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
getClientConnectionSso2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
getClientConnectionSso2() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
getClientConnectionSso2Builder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
getClientConnectionSso2OrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
getClientConnectionSso2OrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
getClientConnectionSso2OrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
getClientConnectionSsoBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
getClientConnectionSsoOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
getClientConnectionSsoOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
getClientConnectionSsoOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
getClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string clientid = 3;
getClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
string clientid = 3;
getClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string clientid = 3;
getClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
string clientid = 3;
getClientid() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
string clientid = 3;
getClientid() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
string clientid = 3;
getClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string clientid = 2;
getClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string clientid = 2;
getClientid() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string clientid = 2;
getClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string clientid = 2;
getClientid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
string clientid = 2;
getClientid() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
string clientid = 2;
getClientId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
string clientId = 2;
getClientId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
string clientId = 2;
getClientId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticatorOrBuilder
string clientId = 2;
getClientidBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string clientid = 3;
getClientidBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
string clientid = 3;
getClientidBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string clientid = 3;
getClientidBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
string clientid = 3;
getClientidBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
string clientid = 3;
getClientidBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
string clientid = 3;
getClientidBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string clientid = 2;
getClientidBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string clientid = 2;
getClientidBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string clientid = 2;
getClientidBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string clientid = 2;
getClientidBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
string clientid = 2;
getClientidBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
string clientid = 2;
getClientIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
string clientId = 2;
getClientIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
string clientId = 2;
getClientIdBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticatorOrBuilder
string clientId = 2;
getClientInfo() - Method in class com.ocient.jdbc.XGConnection
 
getClientInfo(String) - Method in class com.ocient.jdbc.XGConnection
 
getClientInfoProperties() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getClientIp() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the IP of the client
getClientIp() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the IP of the client
getClientIp() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the IP of the client
getClientIpBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the IP of the client
getClientIpBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the IP of the client
getClientIpBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the IP of the client
getClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
getClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
getClientStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
getClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the version of the connector used to submit the query
getClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the version of the connector used to submit the query
getClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the version of the connector used to submit the query
getClientVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the version of the connector used to submit the query
getClientVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the version of the connector used to submit the query
getClientVersionBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the version of the connector used to submit the query
getClob(int) - Method in class com.ocient.jdbc.XGResultSet
 
getClob(String) - Method in class com.ocient.jdbc.XGResultSet
 
getCloseConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseConnection close_connection = 5;
getCloseConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.CloseConnection close_connection = 5;
getCloseConnection() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.CloseConnection close_connection = 5;
getCloseConnectionBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseConnection close_connection = 5;
getCloseConnectionOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseConnection close_connection = 5;
getCloseConnectionOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.CloseConnection close_connection = 5;
getCloseConnectionOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.CloseConnection close_connection = 5;
getCloseResultSet() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseResultSet close_result_set = 10;
getCloseResultSet() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.CloseResultSet close_result_set = 10;
getCloseResultSet() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.CloseResultSet close_result_set = 10;
getCloseResultSetBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseResultSet close_result_set = 10;
getCloseResultSetOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseResultSet close_result_set = 10;
getCloseResultSetOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.CloseResultSet close_result_set = 10;
getCloseResultSetOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.CloseResultSet close_result_set = 10;
getCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the SQL state code
getCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the SQL state code
getCode() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the SQL state code
getCols2Pos() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
Deprecated.
getCols2Pos() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
Deprecated.
getCols2Pos() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
Deprecated.
getCols2Pos() - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getCols2PosCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
getCols2PosCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
getCols2PosCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
map<string, sfixed32> cols2pos = 2;
getCols2PosMap() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, sfixed32> cols2pos = 2;
getCols2PosMap() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
map<string, sfixed32> cols2pos = 2;
getCols2PosMap() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
map<string, sfixed32> cols2pos = 2;
getCols2PosOrDefault(String, int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, sfixed32> cols2pos = 2;
getCols2PosOrDefault(String, int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
map<string, sfixed32> cols2pos = 2;
getCols2PosOrDefault(String, int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
map<string, sfixed32> cols2pos = 2;
getCols2PosOrThrow(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, sfixed32> cols2pos = 2;
getCols2PosOrThrow(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
map<string, sfixed32> cols2pos = 2;
getCols2PosOrThrow(String) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
map<string, sfixed32> cols2pos = 2;
getCols2Types() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
Deprecated.
getCols2Types() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
Deprecated.
getCols2Types() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
Deprecated.
getCols2Types() - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getCols2TypesCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
getCols2TypesCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
getCols2TypesCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
map<string, string> cols2Types = 3;
getCols2TypesMap() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, string> cols2Types = 3;
getCols2TypesMap() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
map<string, string> cols2Types = 3;
getCols2TypesMap() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
map<string, string> cols2Types = 3;
getCols2TypesOrDefault(String, String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, string> cols2Types = 3;
getCols2TypesOrDefault(String, String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
map<string, string> cols2Types = 3;
getCols2TypesOrDefault(String, String) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
map<string, string> cols2Types = 3;
getCols2TypesOrThrow(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, string> cols2Types = 3;
getCols2TypesOrThrow(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
map<string, string> cols2Types = 3;
getCols2TypesOrThrow(String) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
map<string, string> cols2Types = 3;
getColsInOrder() - Method in class com.ocient.procedures.ResultSetBuilder
 
getColumn() - Method in exception com.google.protobuf.TextFormat.ParseException
Return the column where the parse exception occurred, or -1 when none is provided.
getColumn() - Method in class com.google.protobuf.TextFormatParseLocation
 
getColumn() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string column = 4;
getColumn() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
string column = 4;
getColumn() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataOrBuilder
string column = 4;
getColumnBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string column = 4;
getColumnBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
string column = 4;
getColumnBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataOrBuilder
string column = 4;
getColumnClassName(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getColumnCount() - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getColumnDisplaySize(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getColumnLabel(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getColumnName(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getColumnPrivileges(String, String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getColumnType(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getColumnTypeName(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getCommit() - Method in class com.ocient.rest.resources.InfoResource
 
getCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
getCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
getCompilerVersion() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
getCompilerVersionBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
getCompilerVersionOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
getCompilerVersionOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
getCompilerVersionOrBuilder() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
getCompleted() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
true if we should return rows for completed queries
getCompleted() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
true if we should return rows for completed queries
getCompleted() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
true if we should return rows for completed queries
getCompressedBytesWritten() - Method in class com.ocient.cli.extract.ExtractMetrics
 
getCompression() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getCompressionBlockSize() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getCompressionLevel() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getConcurrency() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
getConcurrency() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
int64 concurrency = 1;
getConcurrency() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
int64 concurrency = 1;
getConcurrency() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ConcurrencyOrBuilder
int64 concurrency = 1;
getConcurrency() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
getConcurrency() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
getConcurrency() - Method in class com.ocient.jdbc.XGResultSet
 
getConcurrencyBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
getConcurrencyOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
getConcurrencyOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
getConcurrencyOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
getConfig() - Method in class com.ocient.cli.extract.ExtractSyntaxParser.ParseResult
Gets the configuration assocated with the statement
getConnection() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getConnection() - Method in class com.ocient.jdbc.XGStatement
 
getConnectionPoolGauges() - Static method in class com.ocient.jdbc.XGConnection
 
getConnectionPoolingMode(Properties) - Method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
getConnectionPropertiesSet() - Static method in class com.ocient.jdbc.XGConnection
 
getContainingOneof() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's containing oneof.
getContainingType() - Method in class com.google.protobuf.Descriptors.Descriptor
If this is a nested type, get the outer descriptor, otherwise null.
getContainingType() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
If this is a nested type, get the outer descriptor, otherwise null.
getContainingType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's containing type.
getContainingType() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getContainingTypeDefaultInstance() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
Default instance of the type being extended, used to identify that type.
getContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15 [json_name = "content"];
getContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string content = 15 [json_name = "content"];
getContent() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string content = 15 [json_name = "content"];
getContentBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15 [json_name = "content"];
getContentBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string content = 15 [json_name = "content"];
getContentBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string content = 15 [json_name = "content"];
getContext(Class<?>) - Method in class com.ocient.rest.contextResolver.ObjectMapperProvider
 
getCostEstimate() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the plan cost estimate
getCostEstimate() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the plan cost estimate
getCostEstimate() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the plan cost estimate
getCount() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets the count of items in the list.
getCount() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Gets the count of items in the list.
getCountEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_equal = 9;
getCountEqual() - Method in class xg.Validator.ValidatorOptions
optional string count_equal = 9;
getCountEqual() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_equal = 9;
getCountEqualBytes() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_equal = 9;
getCountEqualBytes() - Method in class xg.Validator.ValidatorOptions
optional string count_equal = 9;
getCountEqualBytes() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_equal = 9;
getCounter(Metric.MetricPath, PerfCounter.ThreadingModel, Metric.DataType, Metric.CounterType, Metric.Units) - Method in class com.ocient.metrics.MetricsRegistry
Fetches a PerfCounter or creates one if no such counter exists.
getCountMax() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_max = 8;
getCountMax() - Method in class xg.Validator.ValidatorOptions
optional string count_max = 8;
getCountMax() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_max = 8;
getCountMaxBytes() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_max = 8;
getCountMaxBytes() - Method in class xg.Validator.ValidatorOptions
optional string count_max = 8;
getCountMaxBytes() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_max = 8;
getCountMin() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_min = 7;
getCountMin() - Method in class xg.Validator.ValidatorOptions
optional string count_min = 7;
getCountMin() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_min = 7;
getCountMinBytes() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_min = 7;
getCountMinBytes() - Method in class xg.Validator.ValidatorOptions
optional string count_min = 7;
getCountMinBytes() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_min = 7;
getCountNotEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_not_equal = 10;
getCountNotEqual() - Method in class xg.Validator.ValidatorOptions
optional string count_not_equal = 10;
getCountNotEqual() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_not_equal = 10;
getCountNotEqualBytes() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_not_equal = 10;
getCountNotEqualBytes() - Method in class xg.Validator.ValidatorOptions
optional string count_not_equal = 10;
getCountNotEqualBytes() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_not_equal = 10;
getCrossReference(String, String, String, String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
getCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
getCsharpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
getCsharpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
getCsharpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
getCsharpNamespaceBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
getCtype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
getCursor() - Method in class com.ocient.jdbc.XGResultSet
 
getCursorName() - Method in class com.ocient.jdbc.XGResultSet
 
getData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
The token payload
getData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
The token payload
getData() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SecurityTokenOrBuilder
The token payload
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string database = 2;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
string database = 2;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string database = 2;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
string database = 2;
getDatabase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
string database = 2;
getDatabase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
string database = 2;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string database = 1;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string database = 1;
getDatabase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string database = 1;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string database = 1;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
string database = 1;
getDatabase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
string database = 1;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
string database = 1;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
string database = 1;
getDatabase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsOrBuilder
string database = 1;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
string database = 3;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
string database = 3;
getDatabase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
string database = 3;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string database = 9;
getDatabase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string database = 9;
getDatabase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string database = 9;
getDatabase() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string database = 2;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
string database = 2;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string database = 2;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
string database = 2;
getDatabaseBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
string database = 2;
getDatabaseBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
string database = 2;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string database = 1;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string database = 1;
getDatabaseBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string database = 1;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string database = 1;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
string database = 1;
getDatabaseBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
string database = 1;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
string database = 1;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
string database = 1;
getDatabaseBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsOrBuilder
string database = 1;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
string database = 3;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
string database = 3;
getDatabaseBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
string database = 3;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string database = 9;
getDatabaseBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string database = 9;
getDatabaseBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string database = 9;
getDatabaseId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the database uuid the user was connected to
getDatabaseId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the database uuid the user was connected to
getDatabaseId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the database uuid the user was connected to
getDatabaseIdBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the database uuid the user was connected to
getDatabaseIdOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the database uuid the user was connected to
getDatabaseIdOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the database uuid the user was connected to
getDatabaseIdOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the database uuid the user was connected to
getDatabaseMajorVersion() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getDatabaseProductName() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getDatabaseProductVersion() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getDataBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
The token payload
getDataBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
The token payload
getDataBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SecurityTokenOrBuilder
The token payload
getDate() - Method in class com.ocient.jdbc.XGDate
Deprecated.
getDate() - Method in class com.ocient.jdbc.XGTime
Deprecated.
getDate() - Method in class com.ocient.jdbc.XGTimestamp
Deprecated.
getDate(int) - Method in class com.ocient.jdbc.XGResultSet
 
getDate(int, Calendar) - Method in class com.ocient.jdbc.XGResultSet
 
getDate(String) - Method in class com.ocient.jdbc.XGResultSet
 
getDate(String, Calendar) - Method in class com.ocient.jdbc.XGResultSet
 
getDay() - Method in class com.ocient.jdbc.XGDate
Deprecated.
getDay() - Method in class com.ocient.jdbc.XGTime
Deprecated.
getDay() - Method in class com.ocient.jdbc.XGTimestamp
Deprecated.
getDB() - Method in class com.ocient.jdbc.XGConnection
 
getDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
getDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
getDebugRedact() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
getDefaultDefault() - Method in enum class com.google.protobuf.JavaType
The default default value for fields of this type, if it's a primitive type.
getDefaultInstance() - Static method in class com.google.protobuf.Any
 
getDefaultInstance() - Static method in class com.google.protobuf.Api
 
getDefaultInstance() - Static method in class com.google.protobuf.BoolValue
 
getDefaultInstance() - Static method in class com.google.protobuf.BytesValue
 
getDefaultInstance() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
getDefaultInstance() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
getDefaultInstance() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
getDefaultInstance() - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getDefaultInstance() - Static method in class com.google.protobuf.DoubleValue
 
getDefaultInstance() - Static method in class com.google.protobuf.Duration
 
getDefaultInstance() - Static method in class com.google.protobuf.Empty
 
getDefaultInstance() - Static method in class com.google.protobuf.Enum
 
getDefaultInstance() - Static method in class com.google.protobuf.EnumValue
 
getDefaultInstance() - Static method in class com.google.protobuf.Field
 
getDefaultInstance() - Static method in class com.google.protobuf.FieldMask
 
getDefaultInstance() - Static method in class com.google.protobuf.FloatValue
 
getDefaultInstance() - Static method in class com.google.protobuf.Int32Value
 
getDefaultInstance() - Static method in class com.google.protobuf.Int64Value
 
getDefaultInstance() - Static method in class com.google.protobuf.ListValue
 
getDefaultInstance() - Static method in class com.google.protobuf.Method
 
getDefaultInstance() - Static method in class com.google.protobuf.Mixin
 
getDefaultInstance() - Static method in class com.google.protobuf.Option
 
getDefaultInstance() - Static method in class com.google.protobuf.SourceContext
 
getDefaultInstance() - Static method in class com.google.protobuf.StringValue
 
getDefaultInstance() - Static method in class com.google.protobuf.Struct
 
getDefaultInstance() - Static method in class com.google.protobuf.Timestamp
 
getDefaultInstance() - Static method in class com.google.protobuf.Type
 
getDefaultInstance() - Static method in class com.google.protobuf.UInt32Value
 
getDefaultInstance() - Static method in class com.google.protobuf.UInt64Value
 
getDefaultInstance() - Static method in class com.google.protobuf.UnknownFieldSet.Field
Get an empty Field.
getDefaultInstance() - Static method in class com.google.protobuf.UnknownFieldSet
Get an empty UnknownFieldSet.
getDefaultInstance() - Static method in class com.google.protobuf.UnknownFieldSetLite
Get an empty UnknownFieldSetLite.
getDefaultInstance() - Static method in class com.google.protobuf.Value
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
getDefaultInstance() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
getDefaultInstance() - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
getDefaultInstance() - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
getDefaultInstance() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
getDefaultInstance() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
getDefaultInstance() - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
getDefaultInstance() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
getDefaultInstance() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
getDefaultInstance() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
getDefaultInstance() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
getDefaultInstance() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
getDefaultInstance() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
getDefaultInstance() - Static method in class xg.Validator.EnumValidatorOptions
 
getDefaultInstance() - Static method in class xg.Validator.OneofValidatorOptions
 
getDefaultInstance() - Static method in class xg.Validator.ValidatorOptions
 
getDefaultInstance(Descriptors.Descriptor) - Static method in class com.google.protobuf.DynamicMessage
Get a DynamicMessage representing the default instance of the given type.
getDefaultInstance(Class<T>) - Static method in class com.google.protobuf.Internal
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Any.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Any
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Api.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Api
 
getDefaultInstanceForType() - Method in class com.google.protobuf.BoolValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.BoolValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.BytesValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.BytesValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DoubleValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DoubleValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Duration.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Duration
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DynamicMessage
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Empty.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Empty
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Enum.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Enum
 
getDefaultInstanceForType() - Method in class com.google.protobuf.EnumValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.EnumValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Field.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Field
 
getDefaultInstanceForType() - Method in class com.google.protobuf.FieldMask.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.FieldMask
 
getDefaultInstanceForType() - Method in class com.google.protobuf.FloatValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.FloatValue
 
getDefaultInstanceForType() - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.GeneratedMessageLite
 
getDefaultInstanceForType() - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Int32Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Int32Value
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Int64Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Int64Value
 
getDefaultInstanceForType() - Method in class com.google.protobuf.ListValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.ListValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.MapEntry.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.MapEntry
 
getDefaultInstanceForType() - Method in interface com.google.protobuf.MessageLiteOrBuilder
Get an instance of the type with no fields set.
getDefaultInstanceForType() - Method in interface com.google.protobuf.MessageOrBuilder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Method.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Method
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Mixin.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Mixin
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Option.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Option
 
getDefaultInstanceForType() - Method in class com.google.protobuf.SourceContext.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.SourceContext
 
getDefaultInstanceForType() - Method in class com.google.protobuf.StringValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.StringValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Struct.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Struct
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Timestamp.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Timestamp
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Type.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Type
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UInt32Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UInt32Value
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UInt64Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UInt64Value
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UnknownFieldSet
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Value
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
getDefaultInstanceForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
getDefaultInstanceForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
getDefaultInstanceForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
getDefaultInstanceForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
getDefaultInstanceForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
getDefaultInstanceForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
getDefaultInstanceForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
getDefaultInstanceForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
getDefaultInstanceForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
getDefaultInstanceForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
getDefaultInstanceForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
getDefaultInstanceForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
getDefaultInstanceForType() - Method in class xg.Validator.EnumValidatorOptions.Builder
 
getDefaultInstanceForType() - Method in class xg.Validator.EnumValidatorOptions
 
getDefaultInstanceForType() - Method in class xg.Validator.OneofValidatorOptions.Builder
 
getDefaultInstanceForType() - Method in class xg.Validator.OneofValidatorOptions
 
getDefaultInstanceForType() - Method in class xg.Validator.ValidatorOptions.Builder
 
getDefaultInstanceForType() - Method in class xg.Validator.ValidatorOptions
 
getDefaultOAuthFlow() - Static method in class com.ocient.jdbc.XGConnection
 
getDefaultStreamProperties() - Static method in class com.ocient.jdbc.XGProperties
Returns the default values for all stream properties.
getDefaultTransactionIsolation() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7 [json_name = "defaultValue"];
getDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string default_value = 7 [json_name = "defaultValue"];
getDefaultValue() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string default_value = 7 [json_name = "defaultValue"];
getDefaultValue() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Returns the field's default value.
getDefaultValue() - Method in class com.google.protobuf.ExtensionLite
Returns the default value of the extension field.
getDefaultValue() - Method in class com.google.protobuf.Field.Builder
string default_value = 11 [json_name = "defaultValue"];
getDefaultValue() - Method in class com.google.protobuf.Field
string default_value = 11 [json_name = "defaultValue"];
getDefaultValue() - Method in interface com.google.protobuf.FieldOrBuilder
string default_value = 11 [json_name = "defaultValue"];
getDefaultValue() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getDefaultValue() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
 
getDefaultValueBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7 [json_name = "defaultValue"];
getDefaultValueBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string default_value = 7 [json_name = "defaultValue"];
getDefaultValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string default_value = 7 [json_name = "defaultValue"];
getDefaultValueBytes() - Method in class com.google.protobuf.Field.Builder
string default_value = 11 [json_name = "defaultValue"];
getDefaultValueBytes() - Method in class com.google.protobuf.Field
string default_value = 11 [json_name = "defaultValue"];
getDefaultValueBytes() - Method in interface com.google.protobuf.FieldOrBuilder
string default_value = 11 [json_name = "defaultValue"];
getDenialReason() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
The denial reason, if any
getDenialReason() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
The denial reason, if any
getDenialReason() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivAckOrBuilder
The denial reason, if any
getDenialReasonValue() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
The denial reason, if any
getDenialReasonValue() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
The denial reason, if any
getDenialReasonValue() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivAckOrBuilder
The denial reason, if any
getDependencies() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of this file's dependencies (imports).
getDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3 [json_name = "dependency"];
getDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated string dependency = 3 [json_name = "dependency"];
getDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated string dependency = 3 [json_name = "dependency"];
getDependencyBytes(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3 [json_name = "dependency"];
getDependencyBytes(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated string dependency = 3 [json_name = "dependency"];
getDependencyBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated string dependency = 3 [json_name = "dependency"];
getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3 [json_name = "dependency"];
getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated string dependency = 3 [json_name = "dependency"];
getDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated string dependency = 3 [json_name = "dependency"];
getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3 [json_name = "dependency"];
getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated string dependency = 3 [json_name = "dependency"];
getDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated string dependency = 3 [json_name = "dependency"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
getDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Deprecated.
google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
getDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
Deprecated.
google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
getDeprecatedLegacyJsonFieldConflicts() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
Deprecated.
google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
getDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Deprecated.
google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
getDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
Deprecated.
google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
getDeprecatedLegacyJsonFieldConflicts() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
Deprecated.
google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
getDescription() - Method in exception com.google.protobuf.Descriptors.DescriptorValidationException
Gets a human-readable description of the error.
getDescriptor() - Static method in class com.google.protobuf.Any.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Any
 
getDescriptor() - Static method in class com.google.protobuf.AnyProto
 
getDescriptor() - Static method in class com.google.protobuf.Api.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Api
 
getDescriptor() - Static method in class com.google.protobuf.ApiProto
 
getDescriptor() - Static method in class com.google.protobuf.BoolValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.BoolValue
 
getDescriptor() - Static method in class com.google.protobuf.BytesValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.BytesValue
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
getDescriptor() - Static method in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDescriptor() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getDescriptor() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getDescriptor() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDescriptor() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getDescriptor() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
 
getDescriptor() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDescriptor() - Static method in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
getDescriptor() - Static method in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDescriptor() - Static method in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getDescriptor() - Static method in class com.google.protobuf.DoubleValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DoubleValue
 
getDescriptor() - Static method in class com.google.protobuf.Duration.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Duration
 
getDescriptor() - Static method in class com.google.protobuf.DurationProto
 
getDescriptor() - Static method in class com.google.protobuf.Empty.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Empty
 
getDescriptor() - Static method in class com.google.protobuf.EmptyProto
 
getDescriptor() - Static method in class com.google.protobuf.Enum.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Enum
 
getDescriptor() - Static method in class com.google.protobuf.EnumValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.EnumValue
 
getDescriptor() - Method in class com.google.protobuf.Extension
Returns the descriptor of the extension.
getDescriptor() - Static method in class com.google.protobuf.Field.Builder
 
getDescriptor() - Static method in enum class com.google.protobuf.Field.Cardinality
 
getDescriptor() - Static method in class com.google.protobuf.Field
 
getDescriptor() - Static method in enum class com.google.protobuf.Field.Kind
 
getDescriptor() - Static method in class com.google.protobuf.FieldMask.Builder
 
getDescriptor() - Static method in class com.google.protobuf.FieldMask
 
getDescriptor() - Static method in class com.google.protobuf.FieldMaskProto
 
getDescriptor() - Static method in class com.google.protobuf.FloatValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.FloatValue
 
getDescriptor() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getDescriptor() - Static method in class com.google.protobuf.Int32Value.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Int32Value
 
getDescriptor() - Static method in class com.google.protobuf.Int64Value.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Int64Value
 
getDescriptor() - Static method in class com.google.protobuf.ListValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.ListValue
 
getDescriptor() - Static method in class com.google.protobuf.Method.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Method
 
getDescriptor() - Static method in class com.google.protobuf.Mixin.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Mixin
 
getDescriptor() - Static method in enum class com.google.protobuf.NullValue
 
getDescriptor() - Static method in class com.google.protobuf.Option.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Option
 
getDescriptor() - Static method in class com.google.protobuf.SourceContext.Builder
 
getDescriptor() - Static method in class com.google.protobuf.SourceContext
 
getDescriptor() - Static method in class com.google.protobuf.SourceContextProto
 
getDescriptor() - Static method in class com.google.protobuf.StringValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.StringValue
 
getDescriptor() - Static method in class com.google.protobuf.Struct.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Struct
 
getDescriptor() - Static method in class com.google.protobuf.StructProto
 
getDescriptor() - Static method in enum class com.google.protobuf.Syntax
 
getDescriptor() - Static method in class com.google.protobuf.Timestamp.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Timestamp
 
getDescriptor() - Static method in class com.google.protobuf.TimestampProto
 
getDescriptor() - Static method in class com.google.protobuf.Type.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Type
 
getDescriptor() - Static method in class com.google.protobuf.TypeProto
 
getDescriptor() - Static method in class com.google.protobuf.UInt32Value.Builder
 
getDescriptor() - Static method in class com.google.protobuf.UInt32Value
 
getDescriptor() - Static method in class com.google.protobuf.UInt64Value.Builder
 
getDescriptor() - Static method in class com.google.protobuf.UInt64Value
 
getDescriptor() - Static method in class com.google.protobuf.Value.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Value
 
getDescriptor() - Static method in class com.google.protobuf.WrappersProto
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
getDescriptor() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
getDescriptor() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
getDescriptor() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
getDescriptor() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
getDescriptor() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
getDescriptor() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
getDescriptor() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
getDescriptor() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata
 
getDescriptor() - Static method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
getDescriptor() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
getDescriptor() - Static method in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
 
getDescriptor() - Static method in class xg.protocol.messages.ProtocolPrivMessages
 
getDescriptor() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
getDescriptor() - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
 
getDescriptor() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
getDescriptor() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
getDescriptor() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
getDescriptor() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
getDescriptor() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
getDescriptor() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
getDescriptor() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
getDescriptor() - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
 
getDescriptor() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
getDescriptor() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
getDescriptor() - Static method in class xg.Validator.EnumValidatorOptions.Builder
 
getDescriptor() - Static method in class xg.Validator.EnumValidatorOptions
 
getDescriptor() - Static method in class xg.Validator
 
getDescriptor() - Static method in class xg.Validator.OneofValidatorOptions.Builder
 
getDescriptor() - Static method in class xg.Validator.OneofValidatorOptions
 
getDescriptor() - Static method in class xg.Validator.ValidatorOptions.Builder
 
getDescriptor() - Static method in class xg.Validator.ValidatorOptions
 
getDescriptorForType() - Method in class com.google.protobuf.Any.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Api.Builder
 
getDescriptorForType() - Method in interface com.google.protobuf.BlockingService
getDescriptorForType() - Method in class com.google.protobuf.BoolValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.BytesValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
getDescriptorForType() - Method in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
 
getDescriptorForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDescriptorForType() - Method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getDescriptorForType() - Method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getDescriptorForType() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getDescriptorForType() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getDescriptorForType() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
 
getDescriptorForType() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getDescriptorForType() - Method in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
getDescriptorForType() - Method in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
getDescriptorForType() - Method in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DoubleValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Duration.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DynamicMessage
 
getDescriptorForType() - Method in class com.google.protobuf.Empty.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Enum.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.EnumValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Field.Builder
 
getDescriptorForType() - Method in enum class com.google.protobuf.Field.Cardinality
 
getDescriptorForType() - Method in enum class com.google.protobuf.Field.Kind
 
getDescriptorForType() - Method in class com.google.protobuf.FieldMask.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.FloatValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.GeneratedMessage
 
getDescriptorForType() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.GeneratedMessageV3
 
getDescriptorForType() - Method in class com.google.protobuf.Int32Value.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Int64Value.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.ListValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.MapEntry.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.MapEntry
 
getDescriptorForType() - Method in interface com.google.protobuf.Message.Builder
Get the message's type's descriptor.
getDescriptorForType() - Method in interface com.google.protobuf.MessageOrBuilder
Get the message's type's descriptor.
getDescriptorForType() - Method in class com.google.protobuf.Method.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Mixin.Builder
 
getDescriptorForType() - Method in enum class com.google.protobuf.NullValue
 
getDescriptorForType() - Method in class com.google.protobuf.Option.Builder
 
getDescriptorForType() - Method in interface com.google.protobuf.ProtocolMessageEnum
Return the enum type's descriptor, which contains information about each defined value, etc.
getDescriptorForType() - Method in interface com.google.protobuf.Service
Get the ServiceDescriptor describing this service and its methods.
getDescriptorForType() - Method in class com.google.protobuf.SourceContext.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.StringValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Struct.Builder
 
getDescriptorForType() - Method in enum class com.google.protobuf.Syntax
 
getDescriptorForType() - Method in class com.google.protobuf.Timestamp.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Type.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.UInt32Value.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.UInt64Value.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Value.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
getDescriptorForType() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
getDescriptorForType() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
getDescriptorForType() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
getDescriptorForType() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
getDescriptorForType() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
getDescriptorForType() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
getDescriptorForType() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
getDescriptorForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
getDescriptorForType() - Method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
 
getDescriptorForType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
getDescriptorForType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
getDescriptorForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
getDescriptorForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
getDescriptorForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
getDescriptorForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
getDescriptorForType() - Method in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
 
getDescriptorForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
getDescriptorForType() - Method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
 
getDescriptorForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
getDescriptorForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
getDescriptorForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
getDescriptorForType() - Method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
 
getDescriptorForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
getDescriptorForType() - Method in class xg.Validator.EnumValidatorOptions.Builder
 
getDescriptorForType() - Method in class xg.Validator.OneofValidatorOptions.Builder
 
getDescriptorForType() - Method in class xg.Validator.ValidatorOptions.Builder
 
getDescriptorForTypeUrl(String) - Method in class com.google.protobuf.TypeRegistry
Find a type by its typeUrl.
getDisableProtocol() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
getDisableProtocol() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
getDisableProtocol() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
getDisableProtocolBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
getDisableProtocolOrBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
getDisableProtocolOrBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
getDisableProtocolOrBuilder() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
getDiscoveryDocument(String) - Static method in class com.ocient.auth.OpenIDAuthenticators
Returns the issuer's discovery document
getDouble(int) - Method in interface com.google.protobuf.Internal.DoubleList
Like List.get(int) but more efficient in that it doesn't box the returned value.
getDouble(int) - Method in class com.ocient.jdbc.XGResultSet
 
getDouble(String) - Method in class com.ocient.jdbc.XGResultSet
 
getDouble(Properties) - Method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
getDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6 [json_name = "doubleValue"];
getDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional double double_value = 6 [json_name = "doubleValue"];
getDoubleValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional double double_value = 6 [json_name = "doubleValue"];
getDriverMajorVersion() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getDriverMinorVersion() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getDriverName() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getDriverVersion() - Method in class com.ocient.jdbc.JDBCDriver
 
getDriverVersion() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getEdition() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string edition = 13 [json_name = "edition"];
getEdition() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string edition = 13 [json_name = "edition"];
getEdition() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string edition = 13 [json_name = "edition"];
getEditionBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string edition = 13 [json_name = "edition"];
getEditionBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string edition = 13 [json_name = "edition"];
getEditionBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string edition = 13 [json_name = "edition"];
getEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float effective_priority = 2;
getEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
float effective_priority = 2;
getEffectivePriority() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
float effective_priority = 2;
getElapsedTimeSec() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int32 elapsed_time_sec = 6;
getElapsedTimeSec() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
int32 elapsed_time_sec = 6;
getElapsedTimeSec() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
int32 elapsed_time_sec = 6;
getEmptyRegistry() - Static method in class com.google.protobuf.ExtensionRegistry
Get the unmodifiable singleton empty instance.
getEmptyRegistry() - Static method in class com.google.protobuf.ExtensionRegistryLite
Get the unmodifiable singleton empty instance of either ExtensionRegistryLite or ExtensionRegistry (if the full (non-Lite) proto libraries are available).
getEmptyTypeRegistry() - Static method in class com.google.protobuf.TypeRegistry
 
getEnableProtocol() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
getEnableProtocol() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
getEnableProtocol() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
getEnableProtocolBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
getEnableProtocolOrBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
getEnableProtocolOrBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
getEnableProtocolOrBuilder() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
getEncoding() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 end = 2 [json_name = "end"];
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional int32 end = 2 [json_name = "end"];
getEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional int32 end = 2 [json_name = "end"];
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 end = 2 [json_name = "end"];
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
optional int32 end = 2 [json_name = "end"];
getEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
optional int32 end = 2 [json_name = "end"];
getEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
optional int32 end = 2 [json_name = "end"];
getEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
optional int32 end = 2 [json_name = "end"];
getEnd() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
optional int32 end = 2 [json_name = "end"];
getEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional int32 end = 4 [json_name = "end"];
getEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
optional int32 end = 4 [json_name = "end"];
getEnd() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
optional int32 end = 4 [json_name = "end"];
getEndpoint() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getEndSession() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
bool endSession = 1;
getEndSession() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
bool endSession = 1;
getEndSession() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CloseConnectionOrBuilder
bool endSession = 1;
getEntireRow() - Method in class com.ocient.jdbc.XGResultSet
 
getEnumType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For enum fields, gets the field's type.
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumType(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumType(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
getEnumTypes() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of enum types nested within this one.
getEnumTypes() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level enum types declared in this file.
getEnumvalue(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalue(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalue(int) - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueBuilderList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueCount() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueCount() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueCount() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueList() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueOrBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueOrBuilder(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueOrBuilder(int) - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueOrBuilderList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueOrBuilderList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueOrBuilderList() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string equal = 3;
getEqual() - Method in class xg.Validator.ValidatorOptions
optional string equal = 3;
getEqual() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string equal = 3;
getEqualBytes() - Method in class xg.Validator.ValidatorOptions.Builder
optional string equal = 3;
getEqualBytes() - Method in class xg.Validator.ValidatorOptions
optional string equal = 3;
getEqualBytes() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string equal = 3;
getError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1 [json_name = "error"];
getError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
optional string error = 1 [json_name = "error"];
getError() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
optional string error = 1 [json_name = "error"];
getErrorBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1 [json_name = "error"];
getErrorBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
optional string error = 1 [json_name = "error"];
getErrorBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
optional string error = 1 [json_name = "error"];
getErrorCode() - Method in interface com.ocient.util.CompletableFutures.SQLResult
Returns the error code associated with the SQLException
getEscape() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getEscapeUnquotedValues() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getEstimatedResultRows() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 estimated_result_rows = 12;
getEstimatedResultRows() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
int64 estimated_result_rows = 12;
getEstimatedResultRows() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
int64 estimated_result_rows = 12;
getEstimatedResultSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 estimated_result_size = 13;
getEstimatedResultSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
int64 estimated_result_size = 13;
getEstimatedResultSize() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
int64 estimated_result_size = 13;
getEstimatedTimeSec() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int32 estimated_time_sec = 3;
getEstimatedTimeSec() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
int32 estimated_time_sec = 3;
getEstimatedTimeSec() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
int32 estimated_time_sec = 3;
getException() - Method in interface com.ocient.transport.TransportResult
 
getException() - Method in class com.ocient.util.CompletableFutures.FailedResult
 
getException() - Method in interface com.ocient.util.CompletableFutures.IOResult
 
getException() - Method in interface com.ocient.util.CompletableFutures.Result
Returns the fail cause.
getException() - Method in interface com.ocient.util.CompletableFutures.SQLResult
 
getException() - Method in class com.ocient.util.CompletableFutures.SuccessResult
 
getExecuteExplain() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
getExecuteExplain() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
getExecuteExplain() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
getExecuteExplainBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
getExecuteExplainForSpark() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Spark Deprecated
getExecuteExplainForSpark() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Spark Deprecated
getExecuteExplainForSpark() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Spark Deprecated
getExecuteExplainForSparkBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Spark Deprecated
getExecuteExplainForSparkOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Spark Deprecated
getExecuteExplainForSparkOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Spark Deprecated
getExecuteExplainForSparkOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Spark Deprecated
getExecuteExplainOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
getExecuteExplainOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
getExecuteExplainOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
getExecuteExport() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExport execute_export = 26;
getExecuteExport() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteExport execute_export = 26;
getExecuteExport() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteExport execute_export = 26;
getExecuteExportBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExport execute_export = 26;
getExecuteExportOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExport execute_export = 26;
getExecuteExportOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteExport execute_export = 26;
getExecuteExportOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteExport execute_export = 26;
getExecuteInlinePlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
getExecuteInlinePlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
getExecuteInlinePlan() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
getExecuteInlinePlanBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
getExecuteInlinePlanOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
getExecuteInlinePlanOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
getExecuteInlinePlanOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
getExecutePlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecutePlan execute_plan = 20;
getExecutePlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecutePlan execute_plan = 20;
getExecutePlan() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecutePlan execute_plan = 20;
getExecutePlanBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecutePlan execute_plan = 20;
getExecutePlanOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecutePlan execute_plan = 20;
getExecutePlanOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecutePlan execute_plan = 20;
getExecutePlanOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecutePlan execute_plan = 20;
getExecuteQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteQuery execute_query = 11;
getExecuteQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteQuery execute_query = 11;
getExecuteQuery() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteQuery execute_query = 11;
getExecuteQueryBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteQuery execute_query = 11;
getExecuteQueryOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteQuery execute_query = 11;
getExecuteQueryOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteQuery execute_query = 11;
getExecuteQueryOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteQuery execute_query = 11;
getExecuteUpdate() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
getExecuteUpdate() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
getExecuteUpdate() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
getExecuteUpdateBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
getExecuteUpdateOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
getExecuteUpdateOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
getExecuteUpdateOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
getExplainPipeline() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
getExplainPipeline() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
getExplainPipeline() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
getExplainPipelineBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
getExplainPipelineOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
getExplainPipelineOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
getExplainPipelineOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
getExplainPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPlan explain_plan = 21;
getExplainPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExplainPlan explain_plan = 21;
getExplainPlan() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExplainPlan explain_plan = 21;
getExplainPlanBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPlan explain_plan = 21;
getExplainPlanOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPlan explain_plan = 21;
getExplainPlanOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExplainPlan explain_plan = 21;
getExplainPlanOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExplainPlan explain_plan = 21;
getExplicitSSO() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
Is this a token-based SSO flow?
getExplicitSSO() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
Is this a token-based SSO flow?
getExplicitSSO() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
bool explicitSSO = 5;
getExplicitSSO() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
bool explicitSSO = 5;
getExplicitSSO() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2OrBuilder
bool explicitSSO = 5;
getExplicitSSO() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
Is this a token-based SSO flow?
getExportedKeys(String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getExportStatement() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
string exportStatement = 2;
getExportStatement() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
string exportStatement = 2;
getExportStatement() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponseOrBuilder
string exportStatement = 2;
getExportStatementBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
string exportStatement = 2;
getExportStatementBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
string exportStatement = 2;
getExportStatementBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponseOrBuilder
string exportStatement = 2;
getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2 [json_name = "extendee"];
getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string extendee = 2 [json_name = "extendee"];
getExtendee() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string extendee = 2 [json_name = "extendee"];
getExtendeeBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2 [json_name = "extendee"];
getExtendeeBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string extendee = 2 [json_name = "extendee"];
getExtendeeBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string extendee = 2 [json_name = "extendee"];
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtension(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtension(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtension(Extension<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Get the value of an extension.
getExtension(Extension<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Get one element of a repeated extension.
getExtension(Extension<MessageT, List<T>>, int) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtension(Extension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Get the value of an extension.
getExtension(Extension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Get the value of an extension.
getExtension(Extension<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Get the value of an extension.
getExtension(Extension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the value of an extension.
getExtension(Extension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get one element of a repeated extension.
getExtension(Extension<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the value of an extension.
getExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the value of an extension.
getExtension(Extension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get the value of an extension.
getExtension(ExtensionLite<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageT, List<T>>, int) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Get the value of an extension.
getExtension(ExtensionLite<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Get the value of an extension.
getExtension(ExtensionLite<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Get the value of an extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the value of an extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the value of an extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get the value of an extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get the value of an extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get the value of an extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get the value of an extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Get the value of an extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Get one element of a repeated extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageT, List<T>>, int) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Get the value of an extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Get the value of an extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Get the value of an extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the value of an extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get one element of a repeated extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the value of an extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the value of an extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get the value of an extension.
getExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionCount(Extension<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(Extension<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(Extension<MessageT, List<T>>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Get the number of elements in a repeated extension.
getExtensionCount(Extension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(Extension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(Extension<MessageType, List<Type>>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageT, List<T>>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessage.GeneratedExtension<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessage.GeneratedExtension<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessage.GeneratedExtension<MessageT, List<T>>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get the number of elements in a repeated extension.
getExtensionFields() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getExtensionFields() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRange(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensionRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
getExtensions() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of this message type's extensions.
getExtensions() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level extensions declared in this file.
getExtensionScope() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For extensions defined nested within message types, gets the outer type.
getExtensionType() - Method in class com.google.protobuf.Extension
 
getExtensionType() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getExterior() - Method in class com.ocient.jdbc.StPolygon
 
getExtraNameCharacters() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getFatalException() - Method in class com.ocient.jdbc.XGConnection
 
getFetchAuthenticators() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
getFetchAuthenticators() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
getFetchAuthenticators() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
getFetchAuthenticatorsBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
getFetchAuthenticatorsOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
getFetchAuthenticatorsOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
getFetchAuthenticatorsOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
getFetchData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchData fetch_data = 8;
getFetchData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchData fetch_data = 8;
getFetchData() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchData fetch_data = 8;
getFetchDataBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchData fetch_data = 8;
getFetchDataOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchData fetch_data = 8;
getFetchDataOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchData fetch_data = 8;
getFetchDataOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchData fetch_data = 8;
getFetchDirection() - Method in class com.ocient.jdbc.XGResultSet
 
getFetchDirection() - Method in class com.ocient.jdbc.XGStatement
 
getFetchMetadata() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
getFetchMetadata() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
getFetchMetadata() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
getFetchMetadataBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
getFetchMetadataOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
getFetchMetadataOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
getFetchMetadataOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
getFetchSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
sfixed32 fetch_size = 1;
getFetchSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
sfixed32 fetch_size = 1;
getFetchSize() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchDataOrBuilder
sfixed32 fetch_size = 1;
getFetchSize() - Method in class com.ocient.jdbc.XGResultSet
 
getFetchSize() - Method in class com.ocient.jdbc.XGStatement
 
getFetchSystemMetadata() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
getFetchSystemMetadata() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
getFetchSystemMetadata() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
getFetchSystemMetadataBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
getFetchSystemMetadataOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
getFetchSystemMetadataOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
getFetchSystemMetadataOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getField(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getField(int) - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getField(int) - Method in class com.google.protobuf.UnknownFieldSet
Get a field by number.
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry.Builder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry
 
getField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Obtains the value of the given field, or the default value if it is not set.
getFieldBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
 
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
getFieldBuilder(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Get a nested builder instance for the given field.
getFieldBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldCount() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getFieldDelimiter() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getFieldList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldOptionallyEnclosedBy() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getFieldOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFieldOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
getFields() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of this message type's fields.
getFields() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
Get a list of this message type's fields.
getFields() - Method in class com.google.protobuf.Struct.Builder
Deprecated.
getFields() - Method in class com.google.protobuf.Struct
Deprecated.
getFields() - Method in interface com.google.protobuf.StructOrBuilder
Deprecated.
getFields(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFields(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFields(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsBuilderList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsCount() - Method in class com.google.protobuf.Struct.Builder
 
getFieldsCount() - Method in class com.google.protobuf.Struct
 
getFieldsCount() - Method in interface com.google.protobuf.StructOrBuilder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsCount() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsCount() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsCount() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsMap() - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsMap() - Method in class com.google.protobuf.Struct
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsMap() - Method in interface com.google.protobuf.StructOrBuilder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsOrBuilder(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsOrBuilder(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsOrBuilderList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsOrBuilderList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsOrBuilderList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsOrDefault(String, Value) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrDefault(String, Value) - Method in class com.google.protobuf.Struct
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrDefault(String, Value) - Method in interface com.google.protobuf.StructOrBuilder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrThrow(String) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrThrow(String) - Method in class com.google.protobuf.Struct
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrThrow(String) - Method in interface com.google.protobuf.StructOrBuilder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFile() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Returns this object.
getFile() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
getFile() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getFile() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFile(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFile(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileExtension() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileName() - Method in class com.google.protobuf.SourceContext.Builder
string file_name = 1 [json_name = "fileName"];
getFileName() - Method in class com.google.protobuf.SourceContext
string file_name = 1 [json_name = "fileName"];
getFileName() - Method in interface com.google.protobuf.SourceContextOrBuilder
string file_name = 1 [json_name = "fileName"];
getFileNameBytes() - Method in class com.google.protobuf.SourceContext.Builder
string file_name = 1 [json_name = "fileName"];
getFileNameBytes() - Method in class com.google.protobuf.SourceContext
string file_name = 1 [json_name = "fileName"];
getFileNameBytes() - Method in interface com.google.protobuf.SourceContextOrBuilder
string file_name = 1 [json_name = "fileName"];
getFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileOrBuilder(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileOrBuilderList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
getFileOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFileOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
getFilePrefix() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getFileToGenerate(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileToGenerate(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileToGenerate(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileToGenerateBytes(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileToGenerateBytes(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileToGenerateBytes(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileToGenerateCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileToGenerateCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileToGenerateCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileToGenerateList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileToGenerateList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileToGenerateList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
getFileType() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getFinalEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the final effective dynamically adjusted priority
getFinalEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the final effective dynamically adjusted priority
getFinalEffectivePriority() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the final effective dynamically adjusted priority
getFingerprint() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
bytes fingerprint = 1;
getFingerprint() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
bytes fingerprint = 1;
getFingerprint() - Method in interface xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentityOrBuilder
bytes fingerprint = 1;
getFirstByteTimestamp() - Method in class com.ocient.metrics.QueryMetrics
 
getFixed32List() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of fixed32 values for this field.
getFixed64List() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of fixed64 values for this field.
getFloat(int) - Method in interface com.google.protobuf.Internal.FloatList
Like List.get(int) but more efficient in that it doesn't box the returned value.
getFloat(int) - Method in class com.ocient.jdbc.XGResultSet
 
getFloat(String) - Method in class com.ocient.jdbc.XGResultSet
 
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
bool force = 2;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequestOrBuilder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
Force = true means not allowed to redirect the connection
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
Force = true means not allowed to redirect the connection
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2OrBuilder
Force = true means not allowed to redirect the connection
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
Force = true means not allowed to redirect the connection
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
Force = true means not allowed to redirect the connection
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2OrBuilder
Force = true means not allowed to redirect the connection
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
bool force = 10;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
bool force = 10;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
bool force = 10;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
bool force = 2;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2OrBuilder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
bool force = 4;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
bool force = 4;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSparkOrBuilder
bool force = 4;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainOrBuilder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
bool force = 2;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportOrBuilder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
bool force = 2;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlanOrBuilder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
bool force = 2;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlanOrBuilder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
bool force = 2;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryOrBuilder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
bool force = 2;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateOrBuilder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
bool force = 2;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequestOrBuilder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
bool force = 2;
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlanOrBuilder
bool force = 2;
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
whether or not we are forcing plans to run externally, primarily for testing
getForce() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
whether or not we are forcing plans to run externally, primarily for testing
getForce() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ForceExternalOrBuilder
Deprecated.
whether or not we are forcing plans to run externally, primarily for testing
getForceExternal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
xg.cmdcomp.Request.force_external is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=579
getForceExternal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated.
xg.cmdcomp.Request.force_external is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=579
getForceExternal() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated.
xg.cmdcomp.Request.force_external is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=579
getForceExternal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
getForceExternal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
getForceExternal() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
getForceExternalBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
getForceExternalBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
getForceExternalOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
getForceExternalOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated.
getForceExternalOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated.
getForceExternalOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
getForceExternalOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
getForceExternalOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
getForceRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
This is superseded by 'force'.
getForceRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
This is superseded by 'force'.
getForceRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryOrBuilder
This is superseded by 'force'.
getFormat() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
.xg.cmdcomp.ExplainFormat format = 3;
getFormat() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
.xg.cmdcomp.ExplainFormat format = 3;
getFormat() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainOrBuilder
.xg.cmdcomp.ExplainFormat format = 3;
getFormat() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
.xg.cmdcomp.ExplainFormat format = 3;
getFormat() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
.xg.cmdcomp.ExplainFormat format = 3;
getFormat() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlanOrBuilder
.xg.cmdcomp.ExplainFormat format = 3;
getFormatValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
.xg.cmdcomp.ExplainFormat format = 3;
getFormatValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
.xg.cmdcomp.ExplainFormat format = 3;
getFormatValue() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainOrBuilder
.xg.cmdcomp.ExplainFormat format = 3;
getFormatValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
.xg.cmdcomp.ExplainFormat format = 3;
getFormatValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
.xg.cmdcomp.ExplainFormat format = 3;
getFormatValue() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlanOrBuilder
.xg.cmdcomp.ExplainFormat format = 3;
getFullName() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the type's fully-qualified name, within the proto language's namespace.
getFullName() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the type's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Returns the same as getName().
getFullName() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
getFullName() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getFullName() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the type's fully-qualified name.
getFullyQualifiedUsername() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The fully qualified username used for the connection
getFullyQualifiedUsername() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
The fully qualified username used for the connection
getFullyQualifiedUsername() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
The fully qualified username used for the connection
getFullyQualifiedUsername() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
The fully qualified username used for the connection
getFullyQualifiedUsername() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
The fully qualified username used for the connection
getFullyQualifiedUsername() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
The fully qualified username used for the connection
getFullyQualifiedUsername() - Method in class com.ocient.jdbc.XGConnection
 
getFullyQualifiedUsernameBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The fully qualified username used for the connection
getFullyQualifiedUsernameBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
The fully qualified username used for the connection
getFullyQualifiedUsernameBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
The fully qualified username used for the connection
getFullyQualifiedUsernameBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
The fully qualified username used for the connection
getFullyQualifiedUsernameBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
The fully qualified username used for the connection
getFullyQualifiedUsernameBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
The fully qualified username used for the connection
getFunctionColumns(String, String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getFunctions(String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
getGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
getGeneratedCodeInfo() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
getGeneratedCodeInfoBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
getGeneratedCodeInfoOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
getGeneratedCodeInfoOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
getGeneratedCodeInfoOrBuilder() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
getGeneratedKeys() - Method in class com.ocient.jdbc.XGStatement
 
getGetSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.GetSchema get_schema = 4;
getGetSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.GetSchema get_schema = 4;
getGetSchema() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.GetSchema get_schema = 4;
getGetSchemaBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.GetSchema get_schema = 4;
getGetSchemaOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.GetSchema get_schema = 4;
getGetSchemaOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.GetSchema get_schema = 4;
getGetSchemaOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.GetSchema get_schema = 4;
getGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11 [json_name = "goPackage"];
getGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string go_package = 11 [json_name = "goPackage"];
getGoPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string go_package = 11 [json_name = "goPackage"];
getGoPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11 [json_name = "goPackage"];
getGoPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string go_package = 11 [json_name = "goPackage"];
getGoPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string go_package = 11 [json_name = "goPackage"];
getGroupList() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of embedded group values for this field.
getHandshakeType(Properties) - Method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
getHasKey() - Method in class xg.Validator.ValidatorOptions.Builder
optional string has_key = 11;
getHasKey() - Method in class xg.Validator.ValidatorOptions
optional string has_key = 11;
getHasKey() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string has_key = 11;
getHasKeyBytes() - Method in class xg.Validator.ValidatorOptions.Builder
optional string has_key = 11;
getHasKeyBytes() - Method in class xg.Validator.ValidatorOptions
optional string has_key = 11;
getHasKeyBytes() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string has_key = 11;
getHeader(Response) - Method in interface com.ocient.jdbc.XGConnection.ConfirmationSupplier
Retrieves the confirmation header from the XGConnection.ConfirmationSupplier.
getHeaderMode() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getHint_bypassLoadBalancer() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getHint_bypassLoadBalancerOnHandshakeOnly() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getHint_bypassPropertyValidation() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getHint_bypassUpdateServerVersion() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getHint_isRedirect() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getHint_properties() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getHint_secondaryInterfaces() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getHint_session() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getHint_timeoutMillis() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getHint_url() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getHint_usesTokenlessSSO() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getHmac() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
bytes hmac = 3;
getHmac() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
bytes hmac = 3;
getHmac() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2OrBuilder
bytes hmac = 3;
getHmac() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
bytes hmac = 3;
getHmac() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
bytes hmac = 3;
getHmac() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2OrBuilder
bytes hmac = 3;
getHoldability() - Method in class com.ocient.jdbc.XGConnection
 
getHoldability() - Method in class com.ocient.jdbc.XGResultSet
 
getHoles() - Method in class com.ocient.jdbc.StPolygon
 
getHostname() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
string hostname = 1;
getHostname() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
string hostname = 1;
getHostname() - Method in interface xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentityOrBuilder
string hostname = 1;
getHostnameBytes() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
string hostname = 1;
getHostnameBytes() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
string hostname = 1;
getHostnameBytes() - Method in interface xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentityOrBuilder
string hostname = 1;
getHostnameIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
hostname identity
getHostnameIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity
hostname identity
getHostnameIdentity() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
hostname identity
getHostnameIdentityBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
hostname identity
getHostnameIdentityOrBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
hostname identity
getHostnameIdentityOrBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity
hostname identity
getHostnameIdentityOrBuilder() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
hostname identity
getIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
getIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
getIdempotencyLevel() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
getIdentifierQuoteString() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3 [json_name = "identifierValue"];
getIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string identifier_value = 3 [json_name = "identifierValue"];
getIdentifierValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string identifier_value = 3 [json_name = "identifierValue"];
getIdentifierValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3 [json_name = "identifierValue"];
getIdentifierValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string identifier_value = 3 [json_name = "identifierValue"];
getIdentifierValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string identifier_value = 3 [json_name = "identifierValue"];
getIdentity() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=413
getIdentity() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
Deprecated.
xg.cmdcomp.LocalQueries.identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=413
getIdentity() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
Deprecated.
xg.cmdcomp.LocalQueries.identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=413
getIdentity() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
.xg.md.protocolIdentity identity = 1;
getIdentity() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
.xg.md.protocolIdentity identity = 1;
getIdentity() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentityOrBuilder
.xg.md.protocolIdentity identity = 1;
getIdentityBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
.xg.md.protocolIdentity identity = 1;
getIdentityCase() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
getIdentityCase() - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
getIdentityCase() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
 
getIdentityOrBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
.xg.md.protocolIdentity identity = 1;
getIdentityOrBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
.xg.md.protocolIdentity identity = 1;
getIdentityOrBuilder() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentityOrBuilder
.xg.md.protocolIdentity identity = 1;
getImportedKeys(String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getIndex() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.ocient.cli.extract.RecordExtractorFactory.WriterHandle
Returns the file index
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getInfo() - Method in class com.ocient.jdbc.XGConnection
 
getInfo() - Method in class com.ocient.rest.resources.InfoResource
 
getInitialEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
initial effective priority adjusted for query cost and mem usage
getInitialEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
initial effective priority adjusted for query cost and mem usage
getInitialEffectivePriority() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
initial effective priority adjusted for query cost and mem usage
getInitialEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float initial_effective_priority = 17;
getInitialEffectivePriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
float initial_effective_priority = 17;
getInitialEffectivePriority() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
float initial_effective_priority = 17;
getInitializationErrorString() - Method in class com.google.protobuf.AbstractMessage.Builder
 
getInitializationErrorString() - Method in class com.google.protobuf.AbstractMessage
 
getInitializationErrorString() - Method in interface com.google.protobuf.MessageOrBuilder
Returns a comma-delimited list of required fields which are not set in this message object.
getInitialPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
initial plan priority based on wlm limits
getInitialPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
initial plan priority based on wlm limits
getInitialPriority() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
initial plan priority based on wlm limits
getInitialPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float initial_priority = 16;
getInitialPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
float initial_priority = 16;
getInitialPriority() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
float initial_priority = 16;
getInitiatorNature() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
If set, used to differentiate connections with the same remote
getInitiatorNature() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
If set, used to differentiate connections with the same remote
getInitiatorNature() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocolOrBuilder
If set, used to differentiate connections with the same remote
getInputEscaped() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getInputStream() - Method in class com.ocient.transport.JavaNetOcientWireV1Transport
 
getInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2 [json_name = "inputType"];
getInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string input_type = 2 [json_name = "inputType"];
getInputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string input_type = 2 [json_name = "inputType"];
getInputType() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's input type.
getInputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2 [json_name = "inputType"];
getInputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string input_type = 2 [json_name = "inputType"];
getInputTypeBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string input_type = 2 [json_name = "inputType"];
getInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2 [json_name = "insertionPoint"];
getInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string insertion_point = 2 [json_name = "insertionPoint"];
getInsertionPoint() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string insertion_point = 2 [json_name = "insertionPoint"];
getInsertionPointBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2 [json_name = "insertionPoint"];
getInsertionPointBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string insertion_point = 2 [json_name = "insertionPoint"];
getInsertionPointBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string insertion_point = 2 [json_name = "insertionPoint"];
getInt(int) - Method in interface com.google.protobuf.Internal.IntList
Like List.get(int) but more efficient in that it doesn't box the returned value.
getInt(int) - Method in class com.ocient.jdbc.XGResultSet
 
getInt(String) - Method in class com.ocient.jdbc.XGResultSet
 
getInt(Properties) - Method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
getInterfaces() - Method in class com.ocient.jdbc.XGConnection
 
getIntVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
sfixed32 int_val = 4;
getIntVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
sfixed32 int_val = 4;
getIntVal() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
sfixed32 int_val = 4;
getIp() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getIp() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
canonical IP address.
getIp() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
canonical IP address.
getIp() - Method in interface xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4AddressOrBuilder
canonical IP address.
getIpBytes() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
canonical IP address.
getIpBytes() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
canonical IP address.
getIpBytes() - Method in interface xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4AddressOrBuilder
canonical IP address.
getIpv4Address() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
ipv4 address
getIpv4Address() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
ipv4 address
getIpv4Address() - Method in interface xg.md.ProtocolMetadata.protocolEndpointAddressOrBuilder
ipv4 address
getIpv4AddressBuilder() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
ipv4 address
getIpv4AddressOrBuilder() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
ipv4 address
getIpv4AddressOrBuilder() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
ipv4 address
getIpv4AddressOrBuilder() - Method in interface xg.md.ProtocolMetadata.protocolEndpointAddressOrBuilder
ipv4 address
getIsBufferSequencingEnabled() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
True if the server supports parallel
getIsBufferSequencingEnabled() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
True if the server supports parallel
getIsBufferSequencingEnabled() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
True if the server supports parallel
getIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2 [json_name = "isExtension"];
getIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required bool is_extension = 2 [json_name = "isExtension"];
getIsExtension() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required bool is_extension = 2 [json_name = "isExtension"];
getIsOn() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
bool is_on = 1;
getIsOn() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
bool is_on = 1;
getIsOn() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternalOrBuilder
bool is_on = 1;
getIsOn() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
bool is_on = 1;
getIsOn() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
bool is_on = 1;
getIsOn() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracingOrBuilder
bool is_on = 1;
getIssuer() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
string issuer = 1;
getIssuer() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
string issuer = 1;
getIssuer() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticatorOrBuilder
string issuer = 1;
getIssuerBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
string issuer = 1;
getIssuerBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
string issuer = 1;
getIssuerBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticatorOrBuilder
string issuer = 1;
getIssuerCertificate() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.issuer_certificate is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=421
getIssuerCertificate() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
Deprecated.
xg.cmdcomp.LocalQueries.issuer_certificate is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=421
getIssuerCertificate() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
Deprecated.
xg.cmdcomp.LocalQueries.issuer_certificate is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=421
getIssuerFingerprint() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string issuerFingerprint = 9;
getIssuerFingerprint() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string issuerFingerprint = 9;
getIssuerFingerprint() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string issuerFingerprint = 9;
getIssuerFingerprint() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
bytes issuer_fingerprint = 7;
getIssuerFingerprint() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
bytes issuer_fingerprint = 7;
getIssuerFingerprint() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
bytes issuer_fingerprint = 7;
getIssuerFingerprint() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
string issuerFingerprint = 3;
getIssuerFingerprint() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
string issuerFingerprint = 3;
getIssuerFingerprint() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SecurityTokenOrBuilder
string issuerFingerprint = 3;
getIssuerFingerprintBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string issuerFingerprint = 9;
getIssuerFingerprintBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string issuerFingerprint = 9;
getIssuerFingerprintBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string issuerFingerprint = 9;
getIssuerFingerprintBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
string issuerFingerprint = 3;
getIssuerFingerprintBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
string issuerFingerprint = 3;
getIssuerFingerprintBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SecurityTokenOrBuilder
string issuerFingerprint = 3;
getIsUnsorted() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
true iff the result set is guaranteed to be unsorted.
getIsUnsorted() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
true iff the result set is guaranteed to be unsorted.
getIsUnsorted() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
true iff the result set is guaranteed to be unsorted.
getIv() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
bytes iv = 2;
getIv() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
bytes iv = 2;
getIv() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponseOrBuilder
bytes iv = 2;
getIv() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
bytes iv = 2;
getIv() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
bytes iv = 2;
getIv() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponseOrBuilder
bytes iv = 2;
getJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Deprecated.
google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
getJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Deprecated.
google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
getJavaGenerateEqualsAndHash() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Deprecated.
google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
getJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
getJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
getJavaGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
getJavaMultipleFiles() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
getJavaOuterClassname() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
getJavaOuterClassnameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
getJavaOuterClassnameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
getJavaOuterClassnameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1 [json_name = "javaPackage"];
getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_package = 1 [json_name = "javaPackage"];
getJavaPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_package = 1 [json_name = "javaPackage"];
getJavaPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1 [json_name = "javaPackage"];
getJavaPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_package = 1 [json_name = "javaPackage"];
getJavaPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_package = 1 [json_name = "javaPackage"];
getJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
getJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
getJavaStringCheckUtf8() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
getJavaType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's java type.
getJavaType() - Method in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
getJavaType() - Method in enum class com.google.protobuf.FieldType
Gets the JavaType for this field.
getJavaType() - Method in enum class com.google.protobuf.WireFormat.FieldType
 
getJDBCMajorVersion() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getJDBCMinorVersion() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getJDBCPatchVersion() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getJDBCVersionLabel() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10 [json_name = "jsonName"];
getJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string json_name = 10 [json_name = "jsonName"];
getJsonName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string json_name = 10 [json_name = "jsonName"];
getJsonName() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the JSON name of this field.
getJsonName() - Method in class com.google.protobuf.Field.Builder
string json_name = 10 [json_name = "jsonName"];
getJsonName() - Method in class com.google.protobuf.Field
string json_name = 10 [json_name = "jsonName"];
getJsonName() - Method in interface com.google.protobuf.FieldOrBuilder
string json_name = 10 [json_name = "jsonName"];
getJsonNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10 [json_name = "jsonName"];
getJsonNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string json_name = 10 [json_name = "jsonName"];
getJsonNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string json_name = 10 [json_name = "jsonName"];
getJsonNameBytes() - Method in class com.google.protobuf.Field.Builder
string json_name = 10 [json_name = "jsonName"];
getJsonNameBytes() - Method in class com.google.protobuf.Field
string json_name = 10 [json_name = "jsonName"];
getJsonNameBytes() - Method in interface com.google.protobuf.FieldOrBuilder
string json_name = 10 [json_name = "jsonName"];
getJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
getJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
getJstype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
getKey() - Method in class com.google.protobuf.MapEntry.Builder
 
getKey() - Method in class com.google.protobuf.MapEntry
 
getKey() - Method in class com.google.protobuf.MapEntryLite
 
getKillQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.KillQuery kill_query = 23;
getKillQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.KillQuery kill_query = 23;
getKillQuery() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.KillQuery kill_query = 23;
getKillQueryBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.KillQuery kill_query = 23;
getKillQueryOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.KillQuery kill_query = 23;
getKillQueryOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.KillQuery kill_query = 23;
getKillQueryOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.KillQuery kill_query = 23;
getKind() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getKind() - Method in class com.google.protobuf.Field
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getKind() - Method in interface com.google.protobuf.FieldOrBuilder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getKindCase() - Method in class com.google.protobuf.Value.Builder
 
getKindCase() - Method in class com.google.protobuf.Value
 
getKindCase() - Method in interface com.google.protobuf.ValueOrBuilder
 
getKindValue() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getKindValue() - Method in class com.google.protobuf.Field
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getKindValue() - Method in interface com.google.protobuf.FieldOrBuilder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
getLabel() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
getLastByteTimestamp() - Method in class com.ocient.metrics.QueryMetrics
 
getLastConnectedEndpoint() - Method in class com.ocient.jdbc.XGConnection
 
getLastTag() - Method in class com.google.protobuf.CodedInputStream
 
getLatitude() - Method in class com.ocient.jdbc.StPoint
 
getLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool lazy = 5 [default = false, json_name = "lazy"];
getLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool lazy = 5 [default = false, json_name = "lazy"];
getLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool lazy = 5 [default = false, json_name = "lazy"];
getLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3 [json_name = "leadingComments"];
getLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string leading_comments = 3 [json_name = "leadingComments"];
getLeadingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string leading_comments = 3 [json_name = "leadingComments"];
getLeadingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3 [json_name = "leadingComments"];
getLeadingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string leading_comments = 3 [json_name = "leadingComments"];
getLeadingCommentsBytes() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string leading_comments = 3 [json_name = "leadingComments"];
getLeadingDetachedComments(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLeadingDetachedComments(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLeadingDetachedComments(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLeadingDetachedCommentsBytes(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLeadingDetachedCommentsBytes(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLeadingDetachedCommentsBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLeadingDetachedCommentsCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLeadingDetachedCommentsCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLeadingDetachedCommentsCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLeadingDetachedCommentsList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLeadingDetachedCommentsList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLeadingDetachedCommentsList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
getLengthDelimitedList() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of length-delimited values for this field.
getLimit() - Method in class com.ocient.cli.FastStringTokenizer
 
getLine() - Method in exception com.google.protobuf.TextFormat.ParseException
Return the line where the parse exception occurred, or -1 when none is provided.
getLine() - Method in class com.google.protobuf.TextFormatParseLocation
 
getListPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ListPlan list_plan = 22;
getListPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ListPlan list_plan = 22;
getListPlan() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ListPlan list_plan = 22;
getListPlanBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ListPlan list_plan = 22;
getListPlanOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ListPlan list_plan = 22;
getListPlanOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ListPlan list_plan = 22;
getListPlanOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ListPlan list_plan = 22;
getListValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
getListValue() - Method in class com.google.protobuf.Value
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
getListValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
getListValueBuilder() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
getListValueOrBuilder() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
getListValueOrBuilder() - Method in class com.google.protobuf.Value
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
getListValueOrBuilder() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
getLiteJavaType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
getLiteType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
getLiteType() - Method in class com.google.protobuf.ExtensionLite
Returns the type of the field.
getLiteType() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getLiteType() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
 
getLocalAddress() - Method in class com.ocient.jdbc.XGConnection
 
getLocalAddress() - Method in class com.ocient.transport.JavaNetOcientWireV1Transport
 
getLocalAddress() - Method in class com.ocient.transport.NettyOcientWireV1Transport
 
getLocalAddress() - Method in interface com.ocient.transport.SimplexTransport
 
getLocalQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.LocalQueries local_queries = 19;
getLocalQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.LocalQueries local_queries = 19;
getLocalQueries() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.LocalQueries local_queries = 19;
getLocalQueriesBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.LocalQueries local_queries = 19;
getLocalQueriesOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.LocalQueries local_queries = 19;
getLocalQueriesOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.LocalQueries local_queries = 19;
getLocalQueriesOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.LocalQueries local_queries = 19;
getLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocation(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocation(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.TextFormatParseInfoTree
Get the location in the source of a field's value.
getLocationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocationOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
getLocations(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.TextFormatParseInfoTree
Retrieve all the locations of a field.
getLocationType() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getLong(int) - Method in interface com.google.protobuf.Internal.LongList
Like List.get(int) but more efficient in that it doesn't box the returned value.
getLong(int) - Method in class com.ocient.jdbc.XGResultSet
 
getLong(String) - Method in class com.ocient.jdbc.XGResultSet
 
getLong(Properties) - Method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
getLongitude() - Method in class com.ocient.jdbc.StPoint
 
getMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 major = 1 [json_name = "major"];
getMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version
optional int32 major = 1 [json_name = "major"];
getMajor() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
optional int32 major = 1 [json_name = "major"];
getMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
int32 majorClientVersion = 5;
getMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
int32 majorClientVersion = 5;
getMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
int32 majorClientVersion = 5;
getMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
int32 majorClientVersion = 5;
getMajorClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
int32 majorClientVersion = 5;
getMajorClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
int32 majorClientVersion = 5;
getMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
int32 majorClientVersion = 4;
getMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
int32 majorClientVersion = 4;
getMajorClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
int32 majorClientVersion = 4;
getMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
int32 majorClientVersion = 4;
getMajorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
int32 majorClientVersion = 4;
getMajorClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
int32 majorClientVersion = 4;
getMajorVersion() - Method in class com.ocient.jdbc.JDBCDriver
 
getMajorVersion() - Method in class com.ocient.jdbc.XGConnection
 
getMap() - Method in class com.google.protobuf.MapField
Returns the content of this MapField as a read-only Map.
getMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool map_entry = 7 [json_name = "mapEntry"];
getMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool map_entry = 7 [json_name = "mapEntry"];
getMapEntry() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool map_entry = 7 [json_name = "mapEntry"];
getMax() - Method in class xg.Validator.ValidatorOptions.Builder
optional string max = 2;
getMax() - Method in class xg.Validator.ValidatorOptions
optional string max = 2;
getMax() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string max = 2;
getMaxBinaryLiteralLength() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxBytes() - Method in class xg.Validator.ValidatorOptions.Builder
optional string max = 2;
getMaxBytes() - Method in class xg.Validator.ValidatorOptions
optional string max = 2;
getMaxBytes() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string max = 2;
getMaxCatalogNameLength() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxColumnNameLength() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxColumnsInTable() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxConnections() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxCursorNameLength() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxFieldSize() - Method in class com.ocient.jdbc.XGStatement
 
getMaxIndexLength() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxNumClientThreads() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
fixed32 maxNumClientThreads = 5;
getMaxNumClientThreads() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
fixed32 maxNumClientThreads = 5;
getMaxNumClientThreads() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryOrBuilder
fixed32 maxNumClientThreads = 5;
getMaxProcedureNameLength() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxResultSetBuffers() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
Maximum number of blobs to include in the response.
getMaxResultSetBuffers() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
Maximum number of blobs to include in the response.
getMaxResultSetBuffers() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchDataOrBuilder
Maximum number of blobs to include in the response.
getMaxRows() - Method in class com.ocient.jdbc.XGStatement
 
getMaxRowSize() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxRowsPerFile() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getMaxSchemaNameLength() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxStatementLength() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxStatements() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxTableNameLength() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxTablesInSelect() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMaxUserNameLength() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getMemoryTracing() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
getMemoryTracing() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
getMemoryTracing() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
getMemoryTracingBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
getMemoryTracingOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
getMemoryTracingOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
getMemoryTracingOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
getMessage() - Method in class com.google.protobuf.SingleFieldBuilder
Get the message for the field.
getMessage() - Method in class com.google.protobuf.SingleFieldBuilderV3
Get the message for the field.
getMessage(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Get the message at the specified index.
getMessage(int) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Get the message at the specified index.
getMessageDefaultInstance() - Method in class com.google.protobuf.Extension
Returns the default instance of the extension field, if it's a message extension.
getMessageDefaultInstance() - Method in class com.google.protobuf.ExtensionLite
Returns the default instance of the extension field, if it's a message extension.
getMessageDefaultInstance() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
If the extension is an embedded message or group, returns the default instance of the message.
getMessageDefaultInstance() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
If the extension is an embedded message or group, returns the default instance of the message.
getMessageList() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a view of the builder as a list of messages.
getMessageList() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Gets a view of the builder as a list of messages.
getMessageOrBuilder() - Method in class com.google.protobuf.SingleFieldBuilder
Gets the base class interface for the field.
getMessageOrBuilder() - Method in class com.google.protobuf.SingleFieldBuilderV3
Gets the base class interface for the field.
getMessageOrBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets the base class interface for the specified index.
getMessageOrBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Gets the base class interface for the specified index.
getMessageOrBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a view of the builder as a list of MessageOrBuilders.
getMessageOrBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Gets a view of the builder as a list of MessageOrBuilders.
getMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
getMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
getMessageSetWireFormat() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
getMessageType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For embedded message and group fields, gets the field's type.
getMessageType() - Method in class com.google.protobuf.Extension
If the extension is a message extension (i.e., getLiteType() == MESSAGE), returns the type of the message, otherwise undefined.
getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageType(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
getMessageTypes() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level message types declared in this file.
getMetaData() - Method in class com.ocient.jdbc.XGConnection
 
getMetaData() - Method in class com.ocient.jdbc.XGPreparedStatement
 
getMetaData() - Method in class com.ocient.jdbc.XGResultSet
 
getMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethod(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodCount() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethodOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
getMethods() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get a list of methods for this service.
getMethods(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethods(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethods(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsCount() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsCount() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsCount() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsOrBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsOrBuilder(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsOrBuilder(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsOrBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsOrBuilderList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsOrBuilderList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMetrics() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getMetrics() - Method in class com.ocient.jdbc.XGResultSet
 
getMetricsFilePath(String, String) - Method in class com.ocient.util.ReportLogger
 
getMetricsFilePattern(String, String) - Method in class com.ocient.util.ReportLogger
 
getMin() - Method in class xg.Validator.ValidatorOptions.Builder
optional string min = 1;
getMin() - Method in class xg.Validator.ValidatorOptions
optional string min = 1;
getMin() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string min = 1;
getMinBytes() - Method in class xg.Validator.ValidatorOptions.Builder
optional string min = 1;
getMinBytes() - Method in class xg.Validator.ValidatorOptions
optional string min = 1;
getMinBytes() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string min = 1;
getMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 minor = 2 [json_name = "minor"];
getMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version
optional int32 minor = 2 [json_name = "minor"];
getMinor() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
optional int32 minor = 2 [json_name = "minor"];
getMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
int32 minorClientVersion = 6;
getMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
int32 minorClientVersion = 6;
getMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
int32 minorClientVersion = 6;
getMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
int32 minorClientVersion = 6;
getMinorClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
int32 minorClientVersion = 6;
getMinorClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
int32 minorClientVersion = 6;
getMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
int32 minorClientVersion = 5;
getMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
int32 minorClientVersion = 5;
getMinorClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
int32 minorClientVersion = 5;
getMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
int32 minorClientVersion = 5;
getMinorClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
int32 minorClientVersion = 5;
getMinorClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
int32 minorClientVersion = 5;
getMinorVersion() - Method in class com.ocient.jdbc.JDBCDriver
 
getMinorVersion() - Method in class com.ocient.jdbc.XGConnection
 
getMissingFields() - Method in exception com.google.protobuf.UninitializedMessageException
Get a list of human-readable names of required fields missing from this message.
getMixins(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixins(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixins(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsCount() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsCount() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsCount() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsOrBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsOrBuilder(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsOrBuilder(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsOrBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsOrBuilderList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsOrBuilderList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMonth() - Method in class com.ocient.jdbc.XGDate
Deprecated.
getMonth() - Method in class com.ocient.jdbc.XGTime
Deprecated.
getMonth() - Method in class com.ocient.jdbc.XGTimestamp
Deprecated.
getMoreResults() - Method in class com.ocient.jdbc.XGStatement
 
getMoreResults(int) - Method in class com.ocient.jdbc.XGStatement
 
getMutableCols2Pos() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
Deprecated.
getMutableCols2Types() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
Deprecated.
getMutableFields() - Method in class com.google.protobuf.Struct.Builder
Deprecated.
getMutableMap() - Method in class com.google.protobuf.MapField
Gets a mutable Map view of this MapField.
getName() - Method in class com.google.protobuf.Api.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Api
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.ApiOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the type's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the type's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the file name.
getName() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
getName() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getName() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the type's unqualified name.
getName() - Method in class com.google.protobuf.Enum.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Enum
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.EnumOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.EnumValue.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.EnumValue
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.EnumValueOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Field.Builder
string name = 4 [json_name = "name"];
getName() - Method in class com.google.protobuf.Field
string name = 4 [json_name = "name"];
getName() - Method in interface com.google.protobuf.FieldOrBuilder
string name = 4 [json_name = "name"];
getName() - Method in class com.google.protobuf.Method.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Method
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.MethodOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Mixin.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Mixin
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.MixinOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Option.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Option
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.OptionOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Type.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Type
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.TypeOrBuilder
string name = 1 [json_name = "name"];
getName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getName(int) - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Api.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Api
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.ApiOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Enum.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Enum
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.EnumOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.EnumValue.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.EnumValue
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.EnumValueOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Field.Builder
string name = 4 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Field
string name = 4 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.FieldOrBuilder
string name = 4 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Method.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Method
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.MethodOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Mixin.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Mixin
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.MixinOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Option.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Option
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.OptionOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Type.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Type
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.TypeOrBuilder
string name = 1 [json_name = "name"];
getNameCount() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameCount() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameCount() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameList() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNameOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
getNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1 [json_name = "namePart"];
getNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required string name_part = 1 [json_name = "namePart"];
getNamePart() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required string name_part = 1 [json_name = "namePart"];
getNamePartBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1 [json_name = "namePart"];
getNamePartBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required string name_part = 1 [json_name = "namePart"];
getNamePartBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required string name_part = 1 [json_name = "namePart"];
getNanos() - Method in class com.google.protobuf.Duration.Builder
int32 nanos = 2 [json_name = "nanos"];
getNanos() - Method in class com.google.protobuf.Duration
int32 nanos = 2 [json_name = "nanos"];
getNanos() - Method in interface com.google.protobuf.DurationOrBuilder
int32 nanos = 2 [json_name = "nanos"];
getNanos() - Method in class com.google.protobuf.Timestamp.Builder
int32 nanos = 2 [json_name = "nanos"];
getNanos() - Method in class com.google.protobuf.Timestamp
int32 nanos = 2 [json_name = "nanos"];
getNanos() - Method in interface com.google.protobuf.TimestampOrBuilder
int32 nanos = 2 [json_name = "nanos"];
getNCharacterStream(int) - Method in class com.ocient.jdbc.XGResultSet
 
getNCharacterStream(String) - Method in class com.ocient.jdbc.XGResultSet
 
getNClob(int) - Method in class com.ocient.jdbc.XGResultSet
 
getNClob(String) - Method in class com.ocient.jdbc.XGResultSet
 
getNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
getNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
getNegativeIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
getNestedTree(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.TextFormatParseInfoTree
Returns the parse info tree for the given field, which must be a message type.
getNestedTrees(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.TextFormatParseInfoTree
Retrieve a list of all the location information trees for a sub message field.
getNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedType(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
getNestedTypes() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of message types nested within this one.
getNetworkTimeout() - Method in class com.ocient.jdbc.XGConnection
 
getNewSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
The returned security token.
getNewSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
The returned security token.
getNewSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponseOrBuilder
The returned security token.
getNewSecurityTokenBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
The returned security token.
getNewSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
The returned security token.
getNewSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
The returned security token.
getNewSecurityTokenOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponseOrBuilder
The returned security token.
getNode() - Method in class com.ocient.jdbc.XGConnection.RemoteEndpoint
 
getNodeId() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
uint32 node_id = 2;
getNodeId() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
uint32 node_id = 2;
getNodeId() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentityOrBuilder
uint32 node_id = 2;
getNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
getNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
getNoStandardDescriptorAccessor() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
getNotEqual() - Method in class xg.Validator.EnumValidatorOptions.Builder
optional string not_equal = 1;
getNotEqual() - Method in class xg.Validator.EnumValidatorOptions
optional string not_equal = 1;
getNotEqual() - Method in interface xg.Validator.EnumValidatorOptionsOrBuilder
optional string not_equal = 1;
getNotEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string not_equal = 4;
getNotEqual() - Method in class xg.Validator.ValidatorOptions
optional string not_equal = 4;
getNotEqual() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string not_equal = 4;
getNotEqualBytes() - Method in class xg.Validator.EnumValidatorOptions.Builder
optional string not_equal = 1;
getNotEqualBytes() - Method in class xg.Validator.EnumValidatorOptions
optional string not_equal = 1;
getNotEqualBytes() - Method in interface xg.Validator.EnumValidatorOptionsOrBuilder
optional string not_equal = 1;
getNotEqualBytes() - Method in class xg.Validator.ValidatorOptions.Builder
optional string not_equal = 4;
getNotEqualBytes() - Method in class xg.Validator.ValidatorOptions
optional string not_equal = 4;
getNotEqualBytes() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string not_equal = 4;
getNotifyIdentity() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
getNotifyIdentity() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
getNotifyIdentity() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
getNotifyIdentityBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
getNotifyIdentityOrBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
getNotifyIdentityOrBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
getNotifyIdentityOrBuilder() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
getNString(int) - Method in class com.ocient.jdbc.XGResultSet
 
getNString(String) - Method in class com.ocient.jdbc.XGResultSet
 
getNullFormat() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getNullValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNullValue() - Method in class com.google.protobuf.Value
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNullValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNullValueValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNullValueValue() - Method in class com.google.protobuf.Value
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNullValueValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNumber() - Method in interface com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
Retrieves the field number of the field which was set in this oneof, or 0 if none were.
getNumber() - Method in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
 
getNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2 [json_name = "number"];
getNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional int32 number = 2 [json_name = "number"];
getNumber() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional int32 number = 2 [json_name = "number"];
getNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3 [json_name = "number"];
getNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional int32 number = 3 [json_name = "number"];
getNumber() - Method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getNumber() - Method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getNumber() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional int32 number = 3 [json_name = "number"];
getNumber() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getNumber() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getNumber() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
 
getNumber() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
 
getNumber() - Method in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getNumber() - Method in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
 
getNumber() - Method in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
getNumber() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's number.
getNumber() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's number.
getNumber() - Method in class com.google.protobuf.EnumValue.Builder
int32 number = 2 [json_name = "number"];
getNumber() - Method in class com.google.protobuf.EnumValue
int32 number = 2 [json_name = "number"];
getNumber() - Method in interface com.google.protobuf.EnumValueOrBuilder
int32 number = 2 [json_name = "number"];
getNumber() - Method in class com.google.protobuf.ExtensionLite
Returns the field number of the extension.
getNumber() - Method in class com.google.protobuf.Field.Builder
int32 number = 3 [json_name = "number"];
getNumber() - Method in enum class com.google.protobuf.Field.Cardinality
 
getNumber() - Method in class com.google.protobuf.Field
int32 number = 3 [json_name = "number"];
getNumber() - Method in enum class com.google.protobuf.Field.Kind
 
getNumber() - Method in interface com.google.protobuf.FieldOrBuilder
int32 number = 3 [json_name = "number"];
getNumber() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getNumber() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
Get the field number.
getNumber() - Method in interface com.google.protobuf.Internal.EnumLite
 
getNumber() - Method in enum class com.google.protobuf.NullValue
 
getNumber() - Method in interface com.google.protobuf.ProtocolMessageEnum
Return the value's numeric value as defined in the .proto file.
getNumber() - Method in enum class com.google.protobuf.Syntax
 
getNumber() - Method in enum class com.google.protobuf.Value.KindCase
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.ResponseOneofCase
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.OneIdentityOptionCase
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
 
getNumber() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
getNumber() - Method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.AddressCase
 
getNumber() - Method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
 
getNumber() - Method in enum class xg.md.ProtocolMetadata.protocolIdentity.IdentityCase
 
getNumber() - Method in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
 
getNumber() - Method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
 
getNumber() - Method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
 
getNumber() - Method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase
 
getNumberValue() - Method in class com.google.protobuf.Value.Builder
double number_value = 2 [json_name = "numberValue"];
getNumberValue() - Method in class com.google.protobuf.Value
double number_value = 2 [json_name = "numberValue"];
getNumberValue() - Method in interface com.google.protobuf.ValueOrBuilder
double number_value = 2 [json_name = "numberValue"];
getNumClientThreads() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
How many threads should the client use to fetch?
getNumClientThreads() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
How many threads should the client use to fetch?
getNumClientThreads() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
How many threads should the client use to fetch?
getNumCompressionThreads() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getNumericFunctions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getNumParts() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
int32 numParts = 1;
getNumParts() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
int32 numParts = 1;
getNumParts() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ResultSetOrBuilder
int32 numParts = 1;
getNumRows() - Method in class com.ocient.jdbc.FetchSummary
 
getOAuthFlow(Properties) - Method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
getObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
getObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
getObjcClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
getObjcClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
getObjcClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
getObjcClassPrefixBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
getObject(int) - Method in class com.ocient.jdbc.XGResultSet
 
getObject(int) - Method in class com.ocient.jdbc.XGTuple
 
getObject(int, Class<T>) - Method in class com.ocient.jdbc.XGResultSet
 
getObject(int, Class<T>) - Method in class com.ocient.jdbc.XGTuple
 
getObject(int, Map<String, Class<?>>) - Method in class com.ocient.jdbc.XGResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class com.ocient.jdbc.XGTuple
 
getObject(String) - Method in class com.ocient.jdbc.XGResultSet
 
getObject(String, Class<T>) - Method in class com.ocient.jdbc.XGResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class com.ocient.jdbc.XGResultSet
 
getOldSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
The token to refresh
getOldSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
The token to refresh
getOldSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenOrBuilder
The token to refresh
getOldSecurityTokenBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
The token to refresh
getOldSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
The token to refresh
getOldSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
The token to refresh
getOldSecurityTokenOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenOrBuilder
The token to refresh
getOneIdentityOptionCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
getOneIdentityOptionCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
getOneIdentityOptionCase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
 
getOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDecl(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofDeclOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
TODO(jieluo): Clear it when all subclasses have implemented this method.
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Obtains the FieldDescriptor if the given oneof is set.
getOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
getOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
getOneofIndex() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
getOneofIndex() - Method in class com.google.protobuf.Field.Builder
int32 oneof_index = 7 [json_name = "oneofIndex"];
getOneofIndex() - Method in class com.google.protobuf.Field
int32 oneof_index = 7 [json_name = "oneofIndex"];
getOneofIndex() - Method in interface com.google.protobuf.FieldOrBuilder
int32 oneof_index = 7 [json_name = "oneofIndex"];
getOneofs() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of this message type's oneofs.
getOneofs(int) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofs(int) - Method in class com.google.protobuf.Type
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofs(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsBytes(int) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsBytes(int) - Method in class com.google.protobuf.Type
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsBytes(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsCount() - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsCount() - Method in class com.google.protobuf.Type
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsCount() - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsList() - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsList() - Method in class com.google.protobuf.Type
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3 [json_name = "oneofs"];
getOpenidauthenticator() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
getOpenidauthenticator() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
getOpenidauthenticator() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.AuthenticatorOrBuilder
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
getOpenidauthenticatorBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
getOpenidauthenticatorOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
getOpenidauthenticatorOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
getOpenidauthenticatorOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.AuthenticatorOrBuilder
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
getOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
getOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
getOptimizeFor() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
getOptions() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the MessageOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the EnumOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the EnumValueOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the FieldOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the FileOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the MethodOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getOptions() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the ServiceOptions, defined in descriptor.proto.
getOptions(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
getOptionsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsBuilder(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsBuilder(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsBuilder(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsBuilderList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsBuilderList() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsBuilderList() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsBuilderList() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsBuilderList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsOrBuilderList() - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsOrBuilderList() - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsOrBuilderList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOutputStream() - Method in class com.ocient.transport.JavaNetOcientWireV1Transport
 
getOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3 [json_name = "outputType"];
getOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string output_type = 3 [json_name = "outputType"];
getOutputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string output_type = 3 [json_name = "outputType"];
getOutputType() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's output type.
getOutputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3 [json_name = "outputType"];
getOutputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string output_type = 3 [json_name = "outputType"];
getOutputTypeBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string output_type = 3 [json_name = "outputType"];
getPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2 [json_name = "package"];
getPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string package = 2 [json_name = "package"];
getPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string package = 2 [json_name = "package"];
getPackage() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the proto package name.
getPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2 [json_name = "package"];
getPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string package = 2 [json_name = "package"];
getPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string package = 2 [json_name = "package"];
getPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool packed = 2 [json_name = "packed"];
getPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool packed = 2 [json_name = "packed"];
getPacked() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool packed = 2 [json_name = "packed"];
getPacked() - Method in class com.google.protobuf.Field.Builder
bool packed = 8 [json_name = "packed"];
getPacked() - Method in class com.google.protobuf.Field
bool packed = 8 [json_name = "packed"];
getPacked() - Method in interface com.google.protobuf.FieldOrBuilder
bool packed = 8 [json_name = "packed"];
getParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2 [json_name = "parameter"];
getParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
optional string parameter = 2 [json_name = "parameter"];
getParameter() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
optional string parameter = 2 [json_name = "parameter"];
getParameterBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2 [json_name = "parameter"];
getParameterBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
optional string parameter = 2 [json_name = "parameter"];
getParameterBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
optional string parameter = 2 [json_name = "parameter"];
getParameterCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
getParameterCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
getParameterCase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
 
getParameterMetaData() - Method in class com.ocient.jdbc.XGPreparedStatement
 
getParentForChildren() - Method in class com.google.protobuf.GeneratedMessage.Builder
Gets the GeneratedMessage.BuilderParent for giving to our children.
getParentForChildren() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Gets the GeneratedMessageV3.BuilderParent for giving to our children.
getParentLogger() - Method in class com.ocient.jdbc.JDBCDriver
 
getParser() - Static method in class com.google.protobuf.TextFormat
Return a TextFormat.Parser instance which can parse text-format messages.
getParserForType() - Method in class com.google.protobuf.Any
 
getParserForType() - Method in class com.google.protobuf.Api
 
getParserForType() - Method in class com.google.protobuf.BoolValue
 
getParserForType() - Method in class com.google.protobuf.BytesValue
 
getParserForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
getParserForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
getParserForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
getParserForType() - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getParserForType() - Method in class com.google.protobuf.DoubleValue
 
getParserForType() - Method in class com.google.protobuf.Duration
 
getParserForType() - Method in class com.google.protobuf.DynamicMessage
 
getParserForType() - Method in class com.google.protobuf.Empty
 
getParserForType() - Method in class com.google.protobuf.Enum
 
getParserForType() - Method in class com.google.protobuf.EnumValue
 
getParserForType() - Method in class com.google.protobuf.Field
 
getParserForType() - Method in class com.google.protobuf.FieldMask
 
getParserForType() - Method in class com.google.protobuf.FloatValue
 
getParserForType() - Method in class com.google.protobuf.GeneratedMessage
 
getParserForType() - Method in class com.google.protobuf.GeneratedMessageLite
 
getParserForType() - Method in class com.google.protobuf.GeneratedMessageV3
TODO(b/258340024): Remove this unnecessary intermediate implementation of this method.
getParserForType() - Method in class com.google.protobuf.Int32Value
 
getParserForType() - Method in class com.google.protobuf.Int64Value
 
getParserForType() - Method in class com.google.protobuf.ListValue
 
getParserForType() - Method in class com.google.protobuf.MapEntry
 
getParserForType() - Method in interface com.google.protobuf.Message
 
getParserForType() - Method in interface com.google.protobuf.MessageLite
Gets the parser for a message of the same type as this message.
getParserForType() - Method in class com.google.protobuf.Method
 
getParserForType() - Method in class com.google.protobuf.Mixin
 
getParserForType() - Method in class com.google.protobuf.Option
 
getParserForType() - Method in class com.google.protobuf.SourceContext
 
getParserForType() - Method in class com.google.protobuf.StringValue
 
getParserForType() - Method in class com.google.protobuf.Struct
 
getParserForType() - Method in class com.google.protobuf.Timestamp
 
getParserForType() - Method in class com.google.protobuf.Type
 
getParserForType() - Method in class com.google.protobuf.UInt32Value
 
getParserForType() - Method in class com.google.protobuf.UInt64Value
 
getParserForType() - Method in class com.google.protobuf.UnknownFieldSet
 
getParserForType() - Method in class com.google.protobuf.Value
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
getParserForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
getParserForType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
getParserForType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
getParserForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
getParserForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
getParserForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
getParserForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
getParserForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
getParserForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
getParserForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
getParserForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
getParserForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
getParserForType() - Method in class xg.Validator.EnumValidatorOptions
 
getParserForType() - Method in class xg.Validator.OneofValidatorOptions
 
getParserForType() - Method in class xg.Validator.ValidatorOptions
 
getPartitioningParam() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
sfixed32 partitioningParam = 3;
getPartitioningParam() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
sfixed32 partitioningParam = 3;
getPartitioningParam() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSparkOrBuilder
sfixed32 partitioningParam = 3;
getPatch() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 patch = 3 [json_name = "patch"];
getPatch() - Method in class com.google.protobuf.compiler.PluginProtos.Version
optional int32 patch = 3 [json_name = "patch"];
getPatch() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
optional int32 patch = 3 [json_name = "patch"];
getPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
note the out of order field numbering
getPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
note the out of order field numbering
getPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
note the out of order field numbering
getPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
note the out of order field numbering
getPatchClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
note the out of order field numbering
getPatchClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
note the out of order field numbering
getPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
note the out of order field numbering
getPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
note the out of order field numbering
getPatchClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
note the out of order field numbering
getPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
note the out of order field numbering
getPatchClientVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
note the out of order field numbering
getPatchClientVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
note the out of order field numbering
getPatchClientVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
note the out of order field numbering
getPatchClientVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
note the out of order field numbering
getPatchClientVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
note the out of order field numbering
getPatchClientVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
note the out of order field numbering
getPatchClientVersionBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
note the out of order field numbering
getPatchClientVersionBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
note the out of order field numbering
getPatchClientVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
note the out of order field numbering
getPatchClientVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
note the out of order field numbering
getPatchClientVersionBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
note the out of order field numbering
getPatchClientVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
note the out of order field numbering
getPatchClientVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
note the out of order field numbering
getPatchClientVersionBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
note the out of order field numbering
getPath(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
getPath(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
repeated int32 path = 1 [json_name = "path", packed = true];
getPath(int) - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
repeated int32 path = 1 [json_name = "path", packed = true];
getPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
getPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 path = 1 [json_name = "path", packed = true];
getPath(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 path = 1 [json_name = "path", packed = true];
getPathCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
getPathCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
repeated int32 path = 1 [json_name = "path", packed = true];
getPathCount() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
repeated int32 path = 1 [json_name = "path", packed = true];
getPathCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
getPathCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 path = 1 [json_name = "path", packed = true];
getPathCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 path = 1 [json_name = "path", packed = true];
getPathList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
getPathList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
repeated int32 path = 1 [json_name = "path", packed = true];
getPathList() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
repeated int32 path = 1 [json_name = "path", packed = true];
getPathList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
getPathList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 path = 1 [json_name = "path", packed = true];
getPathList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 path = 1 [json_name = "path", packed = true];
getPaths(int) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
getPaths(int) - Method in class com.google.protobuf.FieldMask
repeated string paths = 1 [json_name = "paths"];
getPaths(int) - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1 [json_name = "paths"];
getPathsBytes(int) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
getPathsBytes(int) - Method in class com.google.protobuf.FieldMask
repeated string paths = 1 [json_name = "paths"];
getPathsBytes(int) - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1 [json_name = "paths"];
getPathsCount() - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
getPathsCount() - Method in class com.google.protobuf.FieldMask
repeated string paths = 1 [json_name = "paths"];
getPathsCount() - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1 [json_name = "paths"];
getPathsList() - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
getPathsList() - Method in class com.google.protobuf.FieldMask
repeated string paths = 1 [json_name = "paths"];
getPathsList() - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1 [json_name = "paths"];
getPathStyleAccess() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getPerformanceMode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
.xg.cmdcomp.PerformanceMode performanceMode = 4;
getPerformanceMode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
.xg.cmdcomp.PerformanceMode performanceMode = 4;
getPerformanceMode() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryOrBuilder
.xg.cmdcomp.PerformanceMode performanceMode = 4;
getPerformanceModeValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
.xg.cmdcomp.PerformanceMode performanceMode = 4;
getPerformanceModeValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
.xg.cmdcomp.PerformanceMode performanceMode = 4;
getPerformanceModeValue() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryOrBuilder
.xg.cmdcomp.PerformanceMode performanceMode = 4;
getPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
getPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
getPhpClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
getPhpClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
getPhpClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
getPhpClassPrefixBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
getPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
getPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
getPhpGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
getPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
getPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
getPhpMetadataNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
getPhpMetadataNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
getPhpMetadataNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
getPhpMetadataNamespaceBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
getPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_namespace = 41 [json_name = "phpNamespace"];
getPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string php_namespace = 41 [json_name = "phpNamespace"];
getPhpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string php_namespace = 41 [json_name = "phpNamespace"];
getPhpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_namespace = 41 [json_name = "phpNamespace"];
getPhpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string php_namespace = 41 [json_name = "phpNamespace"];
getPhpNamespaceBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string php_namespace = 41 [json_name = "phpNamespace"];
getPID() - Static method in class com.ocient.cli.CLIMetrics
 
getPID() - Method in class com.ocient.rest.resources.InfoResource
 
getPipelineStatement() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
string pipelineStatement = 2;
getPipelineStatement() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
string pipelineStatement = 2;
getPipelineStatement() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponseOrBuilder
string pipelineStatement = 2;
getPipelineStatementBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
string pipelineStatement = 2;
getPipelineStatementBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
string pipelineStatement = 2;
getPipelineStatementBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponseOrBuilder
string pipelineStatement = 2;
getPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
string plan = 2;
getPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
string plan = 2;
getPlan() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlanOrBuilder
string plan = 2;
getPlanBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
string plan = 2;
getPlanBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
string plan = 2;
getPlanBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlanOrBuilder
string plan = 2;
getPlanName(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
repeated string planName = 2;
getPlanName(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
repeated string planName = 2;
getPlanName(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponseOrBuilder
repeated string planName = 2;
getPlanNameBytes(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
repeated string planName = 2;
getPlanNameBytes(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
repeated string planName = 2;
getPlanNameBytes(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponseOrBuilder
repeated string planName = 2;
getPlanNameCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
repeated string planName = 2;
getPlanNameCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
repeated string planName = 2;
getPlanNameCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponseOrBuilder
repeated string planName = 2;
getPlanNameList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
repeated string planName = 2;
getPlanNameList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
repeated string planName = 2;
getPlanNameList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponseOrBuilder
repeated string planName = 2;
getPlanParallelism() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the plan parallelism
getPlanParallelism() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the plan parallelism
getPlanParallelism() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the plan parallelism
getPoints() - Method in class com.ocient.jdbc.StLinestring
 
getPollingIntervalSeconds() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
The minimum amount of time in seconds that the Client
getPollingIntervalSeconds() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
The minimum amount of time in seconds that the Client
getPollingIntervalSeconds() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
The minimum amount of time in seconds that the Client
getPort() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
uint32 port = 1;
getPort() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
uint32 port = 1;
getPort() - Method in interface xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4AddressOrBuilder
uint32 port = 1;
getPortNum() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getPos2Cols() - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getPosition(String) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
getPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
getPositiveIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
getPrecision(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getPrimaryKeys(String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Priority priority = 6;
getPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.Priority priority = 6;
getPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
double priority = 1;
getPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
double priority = 1;
getPriority() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityOrBuilder
double priority = 1;
getPriority() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.Priority priority = 6;
getPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
priority adjustment factor
getPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
priority adjustment factor
getPriorityAdjustFactor() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
priority adjustment factor
getPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
getPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
getPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
double priority_adjust_factor = 1;
getPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
double priority_adjust_factor = 1;
getPriorityAdjustFactor() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactorOrBuilder
double priority_adjust_factor = 1;
getPriorityAdjustFactor() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
getPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float priority_adjust_factor = 18;
getPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
float priority_adjust_factor = 18;
getPriorityAdjustFactor() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
float priority_adjust_factor = 18;
getPriorityAdjustFactorBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
getPriorityAdjustFactorOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
getPriorityAdjustFactorOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
getPriorityAdjustFactorOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
getPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
priority adjustment time
getPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
priority adjustment time
getPriorityAdjustTime() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
priority adjustment time
getPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
getPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
getPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
uint32 priority_adjust_time = 1;
getPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
uint32 priority_adjust_time = 1;
getPriorityAdjustTime() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTimeOrBuilder
uint32 priority_adjust_time = 1;
getPriorityAdjustTime() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
getPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
uint32 priority_adjust_time = 19;
getPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
uint32 priority_adjust_time = 19;
getPriorityAdjustTime() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
uint32 priority_adjust_time = 19;
getPriorityAdjustTimeBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
getPriorityAdjustTimeOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
getPriorityAdjustTimeOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
getPriorityAdjustTimeOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
getPriorityBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Priority priority = 6;
getPriorityOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Priority priority = 6;
getPriorityOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.Priority priority = 6;
getPriorityOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.Priority priority = 6;
getPrivMessageCase() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
getPrivMessageCase() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
getPrivMessageCase() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
 
getProblemProto() - Method in exception com.google.protobuf.Descriptors.DescriptorValidationException
Gets the protocol message representation of the invalid descriptor.
getProblemSymbolName() - Method in exception com.google.protobuf.Descriptors.DescriptorValidationException
Gets the full name of the descriptor where the error occurred.
getProcedureColumns(String, String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getProcedures(String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getProcedureTerm() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getProperties() - Method in class com.ocient.jdbc.XGConnection
 
getProperties() - Static method in class com.ocient.util.BuildInfo
 
getProperties() - Static method in class com.ocient.util.CommitInfo
 
getProperty(String) - Method in class com.ocient.util.CaselessProperties
 
getProperty(String, String) - Method in class com.ocient.util.CaselessProperties
 
getPropertyInfo() - Static method in class com.ocient.jdbc.JDBCDriver
 
getPropertyInfo(String, Properties) - Method in class com.ocient.jdbc.JDBCDriver
 
getProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
getProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
getProto3Optional() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
getProtocolId() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
uint32 protocol_id = 1;
getProtocolId() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
uint32 protocol_id = 1;
getProtocolId() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocolOrBuilder
uint32 protocol_id = 1;
getProtocolId() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
uint32 protocol_id = 1;
getProtocolId() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
uint32 protocol_id = 1;
getProtocolId() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocolOrBuilder
uint32 protocol_id = 1;
getProtocolVersion() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getProtoFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFile(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileOrBuilder(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getProtoFileOrBuilderList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
getPseudoColumns(String, String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
string pubKey = 4;
getPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
string pubKey = 4;
getPubKey() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2OrBuilder
string pubKey = 4;
getPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
string pubKey = 4;
getPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
string pubKey = 4;
getPubKey() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2OrBuilder
string pubKey = 4;
getPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
string pubKey = 3;
getPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
string pubKey = 3;
getPubKey() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponseOrBuilder
string pubKey = 3;
getPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
string pubKey = 3;
getPubKey() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
string pubKey = 3;
getPubKey() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponseOrBuilder
string pubKey = 3;
getPubKeyBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
string pubKey = 4;
getPubKeyBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
string pubKey = 4;
getPubKeyBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2OrBuilder
string pubKey = 4;
getPubKeyBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
string pubKey = 4;
getPubKeyBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
string pubKey = 4;
getPubKeyBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2OrBuilder
string pubKey = 4;
getPubKeyBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
string pubKey = 3;
getPubKeyBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
string pubKey = 3;
getPubKeyBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponseOrBuilder
string pubKey = 3;
getPubKeyBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
string pubKey = 3;
getPubKeyBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
string pubKey = 3;
getPubKeyBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponseOrBuilder
string pubKey = 3;
getPublicDependencies() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of this file's public dependencies (public imports).
getPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
getPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
getPublicDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
getPublicDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
getPublicDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
getPublicDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
getPublicDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
getPublicDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
getPublicDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
getPwd() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
getPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
getPyGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
getQuery() - Method in class com.ocient.cli.extract.ExtractSyntaxParser.ParseResult
Returns the query associated with the statement
getQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
This is the UUID of the query in string form (e.g.
getQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
This is the UUID of the query in string form (e.g.
getQueryId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.AttachToQueryOrBuilder
This is the UUID of the query in string form (e.g.
getQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
The query ID (generated server side) can be used by a client to cancel/kill
getQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
The query ID (generated server side) can be used by a client to cancel/kill
getQueryId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
The query ID (generated server side) can be used by a client to cancel/kill
getQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
string queryId = 6;
getQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
string queryId = 6;
getQueryId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponseOrBuilder
string queryId = 6;
getQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string query_id = 1;
getQueryId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string query_id = 1;
getQueryId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string query_id = 1;
getQueryId() - Method in class com.ocient.jdbc.XGStatement
 
getQueryIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
This is the UUID of the query in string form (e.g.
getQueryIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
This is the UUID of the query in string form (e.g.
getQueryIdBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.AttachToQueryOrBuilder
This is the UUID of the query in string form (e.g.
getQueryIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
The query ID (generated server side) can be used by a client to cancel/kill
getQueryIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
The query ID (generated server side) can be used by a client to cancel/kill
getQueryIdBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
The query ID (generated server side) can be used by a client to cancel/kill
getQueryIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
string queryId = 6;
getQueryIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
string queryId = 6;
getQueryIdBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponseOrBuilder
string queryId = 6;
getQueryIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string query_id = 1;
getQueryIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string query_id = 1;
getQueryIdBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string query_id = 1;
getQueryServer() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string query_server = 8;
getQueryServer() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string query_server = 8;
getQueryServer() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string query_server = 8;
getQueryServerBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string query_server = 8;
getQueryServerBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string query_server = 8;
getQueryServerBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string query_server = 8;
getQueryTimeout() - Method in class com.ocient.jdbc.XGStatement
 
getQueryTimeoutMillis() - Method in class com.ocient.jdbc.XGStatement
 
getQuoteAllFields() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getRaw(int) - Method in class com.google.protobuf.LazyStringArrayList
 
getRaw(int) - Method in interface com.google.protobuf.LazyStringList
Returns the element at the specified position in this list as an Object that will either be a String or a ByteString.
getRaw(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
getReader() - Static method in class com.ocient.cli.CLI
 
getRealContainingOneof() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's containing oneof, only if non-synthetic.
getRealOneofs() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of this message type's real oneofs.
getReason() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the reason
getReason() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the reason
getReason() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the reason
getReason() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
string reason = 2;
getReason() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
string reason = 2;
getReason() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponseOrBuilder
string reason = 2;
getReasonBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the reason
getReasonBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the reason
getReasonBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the reason
getReasonBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
string reason = 2;
getReasonBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
string reason = 2;
getReasonBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponseOrBuilder
string reason = 2;
getRecordDelimiter() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponseOrBuilder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
Redirect = true, means we are telling client to connect elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponseOrBuilder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponseOrBuilder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponseOrBuilder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlanOrBuilder
Redirect = true, means we are telling client to send the command elsewhere
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
Not used
getRedirect() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
Not used
getRedirect() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponseOrBuilder
Not used
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
string redirectHost = 4;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
string redirectHost = 4;
getRedirectHost() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponseOrBuilder
string redirectHost = 4;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
string redirectHost = 3;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
string redirectHost = 3;
getRedirectHost() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
string redirectHost = 3;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
string redirectHost = 3;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
string redirectHost = 3;
getRedirectHost() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
string redirectHost = 3;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
string redirectHost = 3;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
string redirectHost = 3;
getRedirectHost() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
string redirectHost = 3;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
string redirectHost = 5;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
string redirectHost = 5;
getRedirectHost() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
string redirectHost = 5;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
string redirectHost = 4;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
string redirectHost = 4;
getRedirectHost() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponseOrBuilder
string redirectHost = 4;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
string redirectHost = 3;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
string redirectHost = 3;
getRedirectHost() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
string redirectHost = 3;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
string redirectHost = 4;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
string redirectHost = 4;
getRedirectHost() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponseOrBuilder
string redirectHost = 4;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
string redirectHost = 4;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
string redirectHost = 4;
getRedirectHost() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponseOrBuilder
string redirectHost = 4;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
string redirectHost = 4;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
string redirectHost = 4;
getRedirectHost() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlanOrBuilder
string redirectHost = 4;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
string redirectHost = 4;
getRedirectHost() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
string redirectHost = 4;
getRedirectHost() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponseOrBuilder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
string redirectHost = 4;
getRedirectHostBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponseOrBuilder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
string redirectHost = 3;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
string redirectHost = 3;
getRedirectHostBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
string redirectHost = 3;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
string redirectHost = 3;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
string redirectHost = 3;
getRedirectHostBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
string redirectHost = 3;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
string redirectHost = 3;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
string redirectHost = 3;
getRedirectHostBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
string redirectHost = 3;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
string redirectHost = 5;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
string redirectHost = 5;
getRedirectHostBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
string redirectHost = 5;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
string redirectHost = 4;
getRedirectHostBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponseOrBuilder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
string redirectHost = 3;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
string redirectHost = 3;
getRedirectHostBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
string redirectHost = 3;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
string redirectHost = 4;
getRedirectHostBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponseOrBuilder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
string redirectHost = 4;
getRedirectHostBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponseOrBuilder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
string redirectHost = 4;
getRedirectHostBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlanOrBuilder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
string redirectHost = 4;
getRedirectHostBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
string redirectHost = 4;
getRedirectHostBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponseOrBuilder
string redirectHost = 4;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
fixed32 redirectPort = 5;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
fixed32 redirectPort = 5;
getRedirectPort() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponseOrBuilder
fixed32 redirectPort = 5;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
fixed32 redirectPort = 4;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
fixed32 redirectPort = 4;
getRedirectPort() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
fixed32 redirectPort = 4;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
fixed32 redirectPort = 4;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
fixed32 redirectPort = 4;
getRedirectPort() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
fixed32 redirectPort = 4;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
fixed32 redirectPort = 4;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
fixed32 redirectPort = 4;
getRedirectPort() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
fixed32 redirectPort = 4;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
fixed32 redirectPort = 6;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
fixed32 redirectPort = 6;
getRedirectPort() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
fixed32 redirectPort = 6;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
fixed32 redirectPort = 5;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
fixed32 redirectPort = 5;
getRedirectPort() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponseOrBuilder
fixed32 redirectPort = 5;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
fixed32 redirectPort = 4;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
fixed32 redirectPort = 4;
getRedirectPort() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
fixed32 redirectPort = 4;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
fixed32 redirectPort = 5;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
fixed32 redirectPort = 5;
getRedirectPort() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponseOrBuilder
fixed32 redirectPort = 5;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
fixed32 redirectPort = 5;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
fixed32 redirectPort = 5;
getRedirectPort() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponseOrBuilder
fixed32 redirectPort = 5;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
fixed32 redirectPort = 5;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
fixed32 redirectPort = 5;
getRedirectPort() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlanOrBuilder
fixed32 redirectPort = 5;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
fixed32 redirectPort = 5;
getRedirectPort() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
fixed32 redirectPort = 5;
getRedirectPort() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponseOrBuilder
fixed32 redirectPort = 5;
getRef(int) - Method in class com.ocient.jdbc.XGResultSet
 
getRef(String) - Method in class com.ocient.jdbc.XGResultSet
 
getRegex() - Method in class xg.Validator.ValidatorOptions.Builder
optional string regex = 6;
getRegex() - Method in class xg.Validator.ValidatorOptions
optional string regex = 6;
getRegex() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string regex = 6;
getRegexBytes() - Method in class xg.Validator.ValidatorOptions.Builder
optional string regex = 6;
getRegexBytes() - Method in class xg.Validator.ValidatorOptions
optional string regex = 6;
getRegexBytes() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string regex = 6;
getRegion() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getRemoteAddress() - Method in class com.ocient.jdbc.XGConnection
 
getRemoteAddress() - Method in class com.ocient.transport.JavaNetOcientWireV1Transport
 
getRemoteAddress() - Method in class com.ocient.transport.NettyOcientWireV1Transport
 
getRemoteAddress() - Method in interface com.ocient.transport.SimplexTransport
 
getRemoteIP() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string remoteIP = 10;
getRemoteIP() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string remoteIP = 10;
getRemoteIP() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string remoteIP = 10;
getRemoteIPBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string remoteIP = 10;
getRemoteIPBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string remoteIP = 10;
getRemoteIPBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string remoteIP = 10;
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.DynamicMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessageV3
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.MapEntry.Builder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.MapEntry
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in interface com.google.protobuf.MessageOrBuilder
Gets an element of a repeated field.
getRepeatedFieldBuilder(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.AbstractMessage.Builder
 
getRepeatedFieldBuilder(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getRepeatedFieldBuilder(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getRepeatedFieldBuilder(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
getRepeatedFieldBuilder(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
getRepeatedFieldBuilder(Descriptors.FieldDescriptor, int) - Method in interface com.google.protobuf.Message.Builder
Get a nested builder instance for the given repeated field instance.
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry.Builder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Gets the number of elements of a repeated field.
getRequestId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
string requestId = 1;
getRequestId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
string requestId = 1;
getRequestId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2OrBuilder
string requestId = 1;
getRequestId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
string requestId = 2;
getRequestId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
string requestId = 2;
getRequestId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponseOrBuilder
string requestId = 2;
getRequestIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
string requestId = 1;
getRequestIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
string requestId = 1;
getRequestIdBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2OrBuilder
string requestId = 1;
getRequestIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
string requestId = 2;
getRequestIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
string requestId = 2;
getRequestIdBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponseOrBuilder
string requestId = 2;
getRequestOneofCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
getRequestOneofCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
getRequestOneofCase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.BlockingService
getRequestPrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.Service
callMethod() requires that the request passed in is of a particular subclass of Message.
getRequestStreaming() - Method in class com.google.protobuf.Method.Builder
bool request_streaming = 3 [json_name = "requestStreaming"];
getRequestStreaming() - Method in class com.google.protobuf.Method
bool request_streaming = 3 [json_name = "requestStreaming"];
getRequestStreaming() - Method in interface com.google.protobuf.MethodOrBuilder
bool request_streaming = 3 [json_name = "requestStreaming"];
getRequestTypeUrl() - Method in class com.google.protobuf.Method.Builder
string request_type_url = 2 [json_name = "requestTypeUrl"];
getRequestTypeUrl() - Method in class com.google.protobuf.Method
string request_type_url = 2 [json_name = "requestTypeUrl"];
getRequestTypeUrl() - Method in interface com.google.protobuf.MethodOrBuilder
string request_type_url = 2 [json_name = "requestTypeUrl"];
getRequestTypeUrlBytes() - Method in class com.google.protobuf.Method.Builder
string request_type_url = 2 [json_name = "requestTypeUrl"];
getRequestTypeUrlBytes() - Method in class com.google.protobuf.Method
string request_type_url = 2 [json_name = "requestTypeUrl"];
getRequestTypeUrlBytes() - Method in interface com.google.protobuf.MethodOrBuilder
string request_type_url = 2 [json_name = "requestTypeUrl"];
getRequired() - Method in class xg.Validator.OneofValidatorOptions.Builder
optional string required = 1;
getRequired() - Method in class xg.Validator.OneofValidatorOptions
optional string required = 1;
getRequired() - Method in interface xg.Validator.OneofValidatorOptionsOrBuilder
optional string required = 1;
getRequiredBytes() - Method in class xg.Validator.OneofValidatorOptions.Builder
optional string required = 1;
getRequiredBytes() - Method in class xg.Validator.OneofValidatorOptions
optional string required = 1;
getRequiredBytes() - Method in interface xg.Validator.OneofValidatorOptionsOrBuilder
optional string required = 1;
getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedName(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedName(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedNameBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedNameBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedNameCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedNameCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedNameList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated string reserved_name = 10 [json_name = "reservedName"];
getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedNameList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated string reserved_name = 5 [json_name = "reservedName"];
getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRange(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRange(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReservedRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
getReset() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
whether we should reset back to the default, overrides whatever threshold is
getReset() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
whether we should reset back to the default, overrides whatever threshold is
getReset() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
whether we should reset back to the default, overrides whatever threshold is
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlanOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOneofCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
getResponseOneofCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
getResponseOneofCase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.AuthenticatorOrBuilder
 
getResponseOneofCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
getResponseOneofCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
getResponseOneofCase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
 
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlanOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponseOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
getResponsePrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.BlockingService
getResponsePrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.Service
Like getRequestPrototype(), but gets a prototype of the response message.
getResponseStreaming() - Method in class com.google.protobuf.Method.Builder
bool response_streaming = 5 [json_name = "responseStreaming"];
getResponseStreaming() - Method in class com.google.protobuf.Method
bool response_streaming = 5 [json_name = "responseStreaming"];
getResponseStreaming() - Method in interface com.google.protobuf.MethodOrBuilder
bool response_streaming = 5 [json_name = "responseStreaming"];
getResponseTypeUrl() - Method in class com.google.protobuf.Method.Builder
string response_type_url = 4 [json_name = "responseTypeUrl"];
getResponseTypeUrl() - Method in class com.google.protobuf.Method
string response_type_url = 4 [json_name = "responseTypeUrl"];
getResponseTypeUrl() - Method in interface com.google.protobuf.MethodOrBuilder
string response_type_url = 4 [json_name = "responseTypeUrl"];
getResponseTypeUrlBytes() - Method in class com.google.protobuf.Method.Builder
string response_type_url = 4 [json_name = "responseTypeUrl"];
getResponseTypeUrlBytes() - Method in class com.google.protobuf.Method
string response_type_url = 4 [json_name = "responseTypeUrl"];
getResponseTypeUrlBytes() - Method in interface com.google.protobuf.MethodOrBuilder
string response_type_url = 4 [json_name = "responseTypeUrl"];
getResultOneofCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
getResultOneofCase() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
getResultOneofCase() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
 
getResultSet() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ResultSet result_set = 2;
getResultSet() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
.xg.cmdcomp.ResultSet result_set = 2;
getResultSet() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponseOrBuilder
.xg.cmdcomp.ResultSet result_set = 2;
getResultSet() - Method in class com.ocient.jdbc.XGArray
 
getResultSet() - Method in class com.ocient.jdbc.XGStatement
 
getResultSet(long, int) - Method in class com.ocient.jdbc.XGArray
 
getResultSet(long, int, Map<String, Class<?>>) - Method in class com.ocient.jdbc.XGArray
 
getResultSet(Map<String, Class<?>>) - Method in class com.ocient.jdbc.XGArray
 
getResultSetBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ResultSet result_set = 2;
getResultSetColumnLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
8 reserved above
getResultSetColumnLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
8 reserved above
getResultSetColumnLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
int64 resultSetColumnLimit = 1;
getResultSetColumnLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
int64 resultSetColumnLimit = 1;
getResultSetColumnLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimitOrBuilder
int64 resultSetColumnLimit = 1;
getResultSetColumnLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
8 reserved above
getResultSetColumnLimitBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
8 reserved above
getResultSetColumnLimitOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
8 reserved above
getResultSetColumnLimitOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
8 reserved above
getResultSetColumnLimitOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
8 reserved above
getResultSetConcurrency() - Method in class com.ocient.jdbc.XGStatement
 
getResultSetHoldability() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getResultSetHoldability() - Method in class com.ocient.jdbc.XGStatement
 
getResultSetOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ResultSet result_set = 2;
getResultSetOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
.xg.cmdcomp.ResultSet result_set = 2;
getResultSetOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponseOrBuilder
.xg.cmdcomp.ResultSet result_set = 2;
getResultSetType() - Method in class com.ocient.jdbc.XGStatement
 
getResultSetVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ResultSet result_set_val = 2;
getResultSetVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
.xg.cmdcomp.ResultSet result_set_val = 2;
getResultSetVal() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
.xg.cmdcomp.ResultSet result_set_val = 2;
getResultSetValBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ResultSet result_set_val = 2;
getResultSetValOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ResultSet result_set_val = 2;
getResultSetValOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
.xg.cmdcomp.ResultSet result_set_val = 2;
getResultSetValOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
.xg.cmdcomp.ResultSet result_set_val = 2;
getRetention() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
getRetention() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
getRetention() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
getRoot() - Method in class com.google.protobuf.Mixin.Builder
string root = 2 [json_name = "root"];
getRoot() - Method in class com.google.protobuf.Mixin
string root = 2 [json_name = "root"];
getRoot() - Method in interface com.google.protobuf.MixinOrBuilder
string root = 2 [json_name = "root"];
getRootBytes() - Method in class com.google.protobuf.Mixin.Builder
string root = 2 [json_name = "root"];
getRootBytes() - Method in class com.google.protobuf.Mixin
string root = 2 [json_name = "root"];
getRootBytes() - Method in interface com.google.protobuf.MixinOrBuilder
string root = 2 [json_name = "root"];
getRow() - Method in class com.ocient.jdbc.XGResultSet
 
getRow(int) - Method in class com.ocient.procedures.ResultSetBuilder
 
getRowId(int) - Method in class com.ocient.jdbc.XGResultSet
 
getRowId(String) - Method in class com.ocient.jdbc.XGResultSet
 
getRowIdLifetime() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getRowLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
2 reserved above
getRowLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
2 reserved above
getRowLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
int64 rowLimit = 1;
getRowLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
int64 rowLimit = 1;
getRowLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimitOrBuilder
int64 rowLimit = 1;
getRowLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
2 reserved above
getRowLimitBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
2 reserved above
getRowLimitOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
2 reserved above
getRowLimitOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
2 reserved above
getRowLimitOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
2 reserved above
getRows() - Method in class com.ocient.util.RowBatch
 
getRows(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRows(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRows(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponseOrBuilder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRows(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRows(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRows(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponseOrBuilder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRows(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRows(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRows(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponseOrBuilder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponseOrBuilder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponseOrBuilder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponseOrBuilder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponseOrBuilder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponseOrBuilder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponseOrBuilder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsOrBuilder(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponseOrBuilder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilder(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponseOrBuilder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilder(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponseOrBuilder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsOrBuilderList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponseOrBuilder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
getRowsOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilderList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponseOrBuilder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsOrBuilderList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponseOrBuilder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
getRowsRecovered() - Method in class com.ocient.metrics.QueryMetrics
 
getRowsReturned() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the number of rows returned by the query
getRowsReturned() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the number of rows returned by the query
getRowsReturned() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the number of rows returned by the query
getRTAStreamProperties() - Static method in class com.ocient.jdbc.XGProperties
Returns the default stream properties for RTA workloads.
getRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string ruby_package = 45 [json_name = "rubyPackage"];
getRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string ruby_package = 45 [json_name = "rubyPackage"];
getRubyPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string ruby_package = 45 [json_name = "rubyPackage"];
getRubyPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string ruby_package = 45 [json_name = "rubyPackage"];
getRubyPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string ruby_package = 45 [json_name = "rubyPackage"];
getRubyPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string ruby_package = 45 [json_name = "rubyPackage"];
getRuntime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the number of seconds take to complete the query
getRuntime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the number of seconds take to complete the query
getRuntime() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the number of seconds take to complete the query
getS3UploadPartParallelism() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getS3UploadPartSemaphore() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getS3UploadPartSize() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getScale(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
Parameters for calls
getSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
Parameters for calls
getSchema() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataOrBuilder
Parameters for calls
getSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
string schema = 2;
getSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
string schema = 2;
getSchema() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponseOrBuilder
string schema = 2;
getSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
string schema = 1;
getSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
string schema = 1;
getSchema() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetSchemaOrBuilder
string schema = 1;
getSchema() - Method in class com.ocient.jdbc.XGConnection
 
getSchemaBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
Parameters for calls
getSchemaBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
Parameters for calls
getSchemaBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataOrBuilder
Parameters for calls
getSchemaBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
string schema = 2;
getSchemaBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
string schema = 2;
getSchemaBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponseOrBuilder
string schema = 2;
getSchemaBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
string schema = 1;
getSchemaBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
string schema = 1;
getSchemaBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetSchemaOrBuilder
string schema = 1;
getSchemaLocal() - Method in class com.ocient.jdbc.XGConnection
 
getSchemaName(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getSchemas() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getSchemas(String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getSchemaTerm() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getScope(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
repeated string scope = 3;
getScope(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
repeated string scope = 3;
getScope(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticatorOrBuilder
repeated string scope = 3;
getScopeBytes(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
repeated string scope = 3;
getScopeBytes(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
repeated string scope = 3;
getScopeBytes(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticatorOrBuilder
repeated string scope = 3;
getScopeCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
repeated string scope = 3;
getScopeCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
repeated string scope = 3;
getScopeCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticatorOrBuilder
repeated string scope = 3;
getScopeList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
repeated string scope = 3;
getScopeList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
repeated string scope = 3;
getScopeList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticatorOrBuilder
repeated string scope = 3;
getSearchStringEscape() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondary(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondary(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondary(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondary(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryInterfaces() - Method in class com.ocient.jdbc.XGConnection
 
getSecondaryList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilder(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilder(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilder(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryOrBuilder(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryOrBuilder(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilderList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilderList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilderList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
getSecondaryOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryOrBuilderList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSecondaryOrBuilderList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
getSeconds() - Method in class com.google.protobuf.Duration.Builder
int64 seconds = 1 [json_name = "seconds"];
getSeconds() - Method in class com.google.protobuf.Duration
int64 seconds = 1 [json_name = "seconds"];
getSeconds() - Method in interface com.google.protobuf.DurationOrBuilder
int64 seconds = 1 [json_name = "seconds"];
getSeconds() - Method in class com.google.protobuf.Timestamp.Builder
int64 seconds = 1 [json_name = "seconds"];
getSeconds() - Method in class com.google.protobuf.Timestamp
int64 seconds = 1 [json_name = "seconds"];
getSeconds() - Method in interface com.google.protobuf.TimestampOrBuilder
int64 seconds = 1 [json_name = "seconds"];
getSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
The security token associated with this session
getSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
The security token associated with this session
getSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
The security token associated with this session
getSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The security token associated with this session
getSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
The security token associated with this session
getSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
The security token associated with this session
getSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string securityToken = 7;
getSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string securityToken = 7;
getSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string securityToken = 7;
getSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The security token associated with this session
getSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
The security token associated with this session
getSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SessionInfoOrBuilder
The security token associated with this session
getSecurityTokenBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
The security token associated with this session
getSecurityTokenBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The security token associated with this session
getSecurityTokenBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The security token associated with this session
getSecurityTokenBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string securityToken = 7;
getSecurityTokenBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string securityToken = 7;
getSecurityTokenBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string securityToken = 7;
getSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
The security token associated with this session
getSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
The security token associated with this session
getSecurityTokenOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
The security token associated with this session
getSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The security token associated with this session
getSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
The security token associated with this session
getSecurityTokenOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
The security token associated with this session
getSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The security token associated with this session
getSecurityTokenOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
The security token associated with this session
getSecurityTokenOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SessionInfoOrBuilder
The security token associated with this session
getSemantic() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
getSemantic() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
getSemantic() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
getSentBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 sent_bytes = 15;
getSentBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
int64 sent_bytes = 15;
getSentBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
int64 sent_bytes = 15;
getSentRows() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 sent_rows = 14;
getSentRows() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
int64 sent_rows = 14;
getSentRows() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
int64 sent_rows = 14;
getSequenceNumber() - Method in class com.ocient.jdbc.FetchSummary
 
getSequenceNumbers(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int64 sequenceNumbers = 4;
getSequenceNumbers(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
repeated int64 sequenceNumbers = 4;
getSequenceNumbers(int) - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ResultSetOrBuilder
repeated int64 sequenceNumbers = 4;
getSequenceNumbersCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int64 sequenceNumbers = 4;
getSequenceNumbersCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
repeated int64 sequenceNumbers = 4;
getSequenceNumbersCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ResultSetOrBuilder
repeated int64 sequenceNumbers = 4;
getSequenceNumbersList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int64 sequenceNumbers = 4;
getSequenceNumbersList() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
repeated int64 sequenceNumbers = 4;
getSequenceNumbersList() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ResultSetOrBuilder
repeated int64 sequenceNumbers = 4;
getSerializedSize() - Method in class com.google.protobuf.AbstractMessage
 
getSerializedSize() - Method in class com.google.protobuf.Any
 
getSerializedSize() - Method in class com.google.protobuf.Api
 
getSerializedSize() - Method in class com.google.protobuf.BoolValue
 
getSerializedSize() - Method in class com.google.protobuf.BytesValue
 
getSerializedSize() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
getSerializedSize() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
getSerializedSize() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
getSerializedSize() - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getSerializedSize() - Method in class com.google.protobuf.DoubleValue
 
getSerializedSize() - Method in class com.google.protobuf.Duration
 
getSerializedSize() - Method in class com.google.protobuf.DynamicMessage
 
getSerializedSize() - Method in class com.google.protobuf.Empty
 
getSerializedSize() - Method in class com.google.protobuf.Enum
 
getSerializedSize() - Method in class com.google.protobuf.EnumValue
 
getSerializedSize() - Method in class com.google.protobuf.Field
 
getSerializedSize() - Method in class com.google.protobuf.FieldMask
 
getSerializedSize() - Method in class com.google.protobuf.FloatValue
 
getSerializedSize() - Method in class com.google.protobuf.GeneratedMessage
 
getSerializedSize() - Method in class com.google.protobuf.GeneratedMessageLite
 
getSerializedSize() - Method in class com.google.protobuf.GeneratedMessageV3
 
getSerializedSize() - Method in class com.google.protobuf.Int32Value
 
getSerializedSize() - Method in class com.google.protobuf.Int64Value
 
getSerializedSize() - Method in class com.google.protobuf.LazyFieldLite
Due to the optional field can be duplicated at the end of serialized bytes, which will make the serialized size changed after LazyField parsed.
getSerializedSize() - Method in class com.google.protobuf.ListValue
 
getSerializedSize() - Method in class com.google.protobuf.MapEntry
 
getSerializedSize() - Method in interface com.google.protobuf.MessageLite
Get the number of bytes required to encode this message.
getSerializedSize() - Method in class com.google.protobuf.Method
 
getSerializedSize() - Method in class com.google.protobuf.Mixin
 
getSerializedSize() - Method in class com.google.protobuf.Option
 
getSerializedSize() - Method in class com.google.protobuf.SourceContext
 
getSerializedSize() - Method in class com.google.protobuf.StringValue
 
getSerializedSize() - Method in class com.google.protobuf.Struct
 
getSerializedSize() - Method in class com.google.protobuf.Timestamp
 
getSerializedSize() - Method in class com.google.protobuf.Type
 
getSerializedSize() - Method in class com.google.protobuf.UInt32Value
 
getSerializedSize() - Method in class com.google.protobuf.UInt64Value
 
getSerializedSize() - Method in class com.google.protobuf.UnknownFieldSet
Get the number of bytes required to encode this set.
getSerializedSize() - Method in class com.google.protobuf.UnknownFieldSetLite
Get the number of bytes required to encode this set.
getSerializedSize() - Method in class com.google.protobuf.Value
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
getSerializedSize() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
getSerializedSize() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
getSerializedSize() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
getSerializedSize() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
getSerializedSize() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
getSerializedSize() - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
getSerializedSize() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
getSerializedSize() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
getSerializedSize() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
getSerializedSize() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
getSerializedSize() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
getSerializedSize() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
getSerializedSize() - Method in class xg.Validator.EnumValidatorOptions
 
getSerializedSize() - Method in class xg.Validator.OneofValidatorOptions
 
getSerializedSize() - Method in class xg.Validator.ValidatorOptions
 
getSerializedSize(int) - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the number of bytes required to encode this field, including field number.
getSerializedSizeAsMessageSet() - Method in class com.google.protobuf.UnknownFieldSet
Get the number of bytes required to encode this set using MessageSet wire format.
getSerializedSizeAsMessageSet() - Method in class com.google.protobuf.UnknownFieldSetLite
Get the number of bytes required to encode this field, including field number, using MessageSet wire format.
getSerializedSizeAsMessageSetExtension(int) - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the number of bytes required to encode this field, including field number, using MessageSet wire format.
getServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
string serverSessionId = 7;
getServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
string serverSessionId = 7;
getServerSessionId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
string serverSessionId = 7;
getServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
string serverSessionId = 7;
getServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
string serverSessionId = 7;
getServerSessionId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
string serverSessionId = 7;
getServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
Different from 'sessionID' which belongs to the client.
getServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
Different from 'sessionID' which belongs to the client.
getServerSessionId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
Different from 'sessionID' which belongs to the client.
getServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The server side identifier for this session.
getServerSessionId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
The server side identifier for this session.
getServerSessionId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SessionInfoOrBuilder
The server side identifier for this session.
getServerSessionIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
string serverSessionId = 7;
getServerSessionIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
string serverSessionId = 7;
getServerSessionIdBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
string serverSessionId = 7;
getServerSessionIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
string serverSessionId = 7;
getServerSessionIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
string serverSessionId = 7;
getServerSessionIdBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
string serverSessionId = 7;
getServerSessionIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
Different from 'sessionID' which belongs to the client.
getServerSessionIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
Different from 'sessionID' which belongs to the client.
getServerSessionIdBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
Different from 'sessionID' which belongs to the client.
getServerSessionIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The server side identifier for this session.
getServerSessionIdBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
The server side identifier for this session.
getServerSessionIdBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SessionInfoOrBuilder
The server side identifier for this session.
getServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
getServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
getServerStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
getServerVersion() - Method in class com.ocient.jdbc.XGConnection
 
getService() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's service type.
getService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getService(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceClass() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string service_class = 11;
getServiceClass() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string service_class = 11;
getServiceClass() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string service_class = 11;
getServiceClassBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string service_class = 11;
getServiceClassBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string service_class = 11;
getServiceClassBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string service_class = 11;
getServiceClassName() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
getServiceClassName() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
getServiceClassName() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
string service_class_name = 1;
getServiceClassName() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
string service_class_name = 1;
getServiceClassName() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassNameOrBuilder
string service_class_name = 1;
getServiceClassName() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
getServiceClassNameBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
getServiceClassNameBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
string service_class_name = 1;
getServiceClassNameBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
string service_class_name = 1;
getServiceClassNameBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassNameOrBuilder
string service_class_name = 1;
getServiceClassNameOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
getServiceClassNameOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
getServiceClassNameOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
getServiceCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServiceOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
getServices() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level services declared in this file.
getSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string sessionID = 7;
getSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
string sessionID = 7;
getSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string sessionID = 7;
getSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
string sessionID = 7;
getSessionID() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
string sessionID = 7;
getSessionID() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
string sessionID = 7;
getSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string sessionID = 6;
getSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string sessionID = 6;
getSessionID() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string sessionID = 6;
getSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string sessionID = 6;
getSessionID() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
string sessionID = 6;
getSessionID() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
string sessionID = 6;
getSessionIDBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string sessionID = 7;
getSessionIDBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
string sessionID = 7;
getSessionIDBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string sessionID = 7;
getSessionIDBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
string sessionID = 7;
getSessionIDBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
string sessionID = 7;
getSessionIDBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
string sessionID = 7;
getSessionIDBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string sessionID = 6;
getSessionIDBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string sessionID = 6;
getSessionIDBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string sessionID = 6;
getSessionIDBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string sessionID = 6;
getSessionIDBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
string sessionID = 6;
getSessionIDBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
string sessionID = 6;
getSessionInfo() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.SessionInfo sessionInfo = 2;
getSessionInfo() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
.xg.cmdcomp.SessionInfo sessionInfo = 2;
getSessionInfo() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponseOrBuilder
.xg.cmdcomp.SessionInfo sessionInfo = 2;
getSessionInfo() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
MUST wait between polling requests to the server
getSessionInfo() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
MUST wait between polling requests to the server
getSessionInfo() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
MUST wait between polling requests to the server
getSessionInfoBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.SessionInfo sessionInfo = 2;
getSessionInfoBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
MUST wait between polling requests to the server
getSessionInfoOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.SessionInfo sessionInfo = 2;
getSessionInfoOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
.xg.cmdcomp.SessionInfo sessionInfo = 2;
getSessionInfoOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponseOrBuilder
.xg.cmdcomp.SessionInfo sessionInfo = 2;
getSessionInfoOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
MUST wait between polling requests to the server
getSessionInfoOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
MUST wait between polling requests to the server
getSessionInfoOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
MUST wait between polling requests to the server
getSetParameter() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
31 is defined above
getSetParameter() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
31 is defined above
getSetParameter() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
31 is defined above
getSetParameterBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
31 is defined above
getSetParameterOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
31 is defined above
getSetParameterOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
31 is defined above
getSetParameterOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
31 is defined above
getSetSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.SetSchema set_schema = 6;
getSetSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.SetSchema set_schema = 6;
getSetSchema() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.SetSchema set_schema = 6;
getSetSchemaBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.SetSchema set_schema = 6;
getSetSchemaOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.SetSchema set_schema = 6;
getSetSchemaOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.SetSchema set_schema = 6;
getSetSchemaOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.SetSchema set_schema = 6;
getShort(int) - Method in class com.ocient.jdbc.XGResultSet
 
getShort(String) - Method in class com.ocient.jdbc.XGResultSet
 
getShouldRetry() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
bool should_retry = 5;
getShouldRetry() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
bool should_retry = 5;
getShouldRetry() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponseOrBuilder
bool should_retry = 5;
getShouldRetry() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
bool should_retry = 3;
getShouldRetry() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
bool should_retry = 3;
getShouldRetry() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponseOrBuilder
bool should_retry = 3;
getSignature() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.signature is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=420
getSignature() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
Deprecated.
xg.cmdcomp.LocalQueries.signature is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=420
getSignature() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
Deprecated.
xg.cmdcomp.LocalQueries.signature is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=420
getSignature() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
string signature = 2;
getSignature() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
string signature = 2;
getSignature() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SecurityTokenOrBuilder
string signature = 2;
getSignatureBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
string signature = 2;
getSignatureBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
string signature = 2;
getSignatureBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SecurityTokenOrBuilder
string signature = 2;
getSock() - Method in class com.ocient.transport.JavaNetOcientWireV1Transport
 
getSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
getSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
getSourceCodeInfo() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
getSourceCodeInfoBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
getSourceCodeInfoOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
getSourceCodeInfoOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
getSourceCodeInfoOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
getSourceContext() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContext() - Method in class com.google.protobuf.Api
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContext() - Method in interface com.google.protobuf.ApiOrBuilder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContext() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
getSourceContext() - Method in class com.google.protobuf.Enum
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
getSourceContext() - Method in interface com.google.protobuf.EnumOrBuilder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
getSourceContext() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContext() - Method in class com.google.protobuf.Type
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContext() - Method in interface com.google.protobuf.TypeOrBuilder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContextBuilder() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContextBuilder() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
getSourceContextBuilder() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContextOrBuilder() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContextOrBuilder() - Method in class com.google.protobuf.Api
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContextOrBuilder() - Method in interface com.google.protobuf.ApiOrBuilder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContextOrBuilder() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
getSourceContextOrBuilder() - Method in class com.google.protobuf.Enum
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
getSourceContextOrBuilder() - Method in interface com.google.protobuf.EnumOrBuilder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
getSourceContextOrBuilder() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContextOrBuilder() - Method in class com.google.protobuf.Type
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContextOrBuilder() - Method in interface com.google.protobuf.TypeOrBuilder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional string source_file = 2 [json_name = "sourceFile"];
getSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
optional string source_file = 2 [json_name = "sourceFile"];
getSourceFile() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
optional string source_file = 2 [json_name = "sourceFile"];
getSourceFileBytes() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional string source_file = 2 [json_name = "sourceFile"];
getSourceFileBytes() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
optional string source_file = 2 [json_name = "sourceFile"];
getSourceFileBytes() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
optional string source_file = 2 [json_name = "sourceFile"];
getSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [json_name = "span", packed = true];
getSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 span = 2 [json_name = "span", packed = true];
getSpan(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 span = 2 [json_name = "span", packed = true];
getSpanCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [json_name = "span", packed = true];
getSpanCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 span = 2 [json_name = "span", packed = true];
getSpanCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 span = 2 [json_name = "span", packed = true];
getSpanList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [json_name = "span", packed = true];
getSpanList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 span = 2 [json_name = "span", packed = true];
getSpanList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 span = 2 [json_name = "span", packed = true];
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
This is the UUID of the query in string form (e.g.
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
This is the UUID of the query in string form (e.g.
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryOrBuilder
This is the UUID of the query in string form (e.g.
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
string sql = 1;
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequestOrBuilder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the sql text
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the sql text
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the sql text
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
string sql = 1;
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSparkOrBuilder
string sql = 1;
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainOrBuilder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
string sql = 1;
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportOrBuilder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
sql is actually the plan text but this allows us to easily use reflection in Java
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
sql is actually the plan text but this allows us to easily use reflection in Java
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlanOrBuilder
sql is actually the plan text but this allows us to easily use reflection in Java
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
sql is actually the plan name but this allows us to easily use reflection in Java
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
sql is actually the plan name but this allows us to easily use reflection in Java
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlanOrBuilder
sql is actually the plan name but this allows us to easily use reflection in Java
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
string sql = 1;
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryOrBuilder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
string sql = 1;
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateOrBuilder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
string sql = 1;
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequestOrBuilder
string sql = 1;
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
sql is actually the plan name but this makes the logic easier
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
sql is actually the plan name but this makes the logic easier
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlanOrBuilder
sql is actually the plan name but this makes the logic easier
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
This is the UUID of the query in string form (e.g.
getSql() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
This is the UUID of the query in string form (e.g.
getSql() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.KillQueryOrBuilder
This is the UUID of the query in string form (e.g.
getSql() - Method in class com.ocient.jdbc.XGStatement
 
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
This is the UUID of the query in string form (e.g.
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
This is the UUID of the query in string form (e.g.
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryOrBuilder
This is the UUID of the query in string form (e.g.
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
string sql = 1;
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequestOrBuilder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the sql text
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the sql text
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the sql text
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
string sql = 1;
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSparkOrBuilder
string sql = 1;
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainOrBuilder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
string sql = 1;
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportOrBuilder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
sql is actually the plan text but this allows us to easily use reflection in Java
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
sql is actually the plan text but this allows us to easily use reflection in Java
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlanOrBuilder
sql is actually the plan text but this allows us to easily use reflection in Java
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
sql is actually the plan name but this allows us to easily use reflection in Java
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
sql is actually the plan name but this allows us to easily use reflection in Java
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlanOrBuilder
sql is actually the plan name but this allows us to easily use reflection in Java
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
string sql = 1;
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryOrBuilder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
string sql = 1;
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateOrBuilder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
string sql = 1;
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequestOrBuilder
string sql = 1;
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
sql is actually the plan name but this makes the logic easier
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
sql is actually the plan name but this makes the logic easier
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlanOrBuilder
sql is actually the plan name but this makes the logic easier
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
This is the UUID of the query in string form (e.g.
getSqlBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
This is the UUID of the query in string form (e.g.
getSqlBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.KillQueryOrBuilder
This is the UUID of the query in string form (e.g.
getSqlCode() - Method in class com.ocient.jdbc.SQLStates
 
getSQLKeywords() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getSqlReason() - Method in class com.ocient.jdbc.SQLStates
 
getSqlState() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
string sql_state = 3;
getSqlState() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
string sql_state = 3;
getSqlState() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponseOrBuilder
string sql_state = 3;
getSqlState() - Method in class com.ocient.jdbc.SQLStates
 
getSqlStateBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
string sql_state = 3;
getSqlStateBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
string sql_state = 3;
getSqlStateBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponseOrBuilder
string sql_state = 3;
getSQLStateType() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getSqlText() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string sql_text = 5;
getSqlText() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string sql_text = 5;
getSqlText() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string sql_text = 5;
getSqlTextBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string sql_text = 5;
getSqlTextBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string sql_text = 5;
getSqlTextBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string sql_text = 5;
getSQLTypeName() - Method in class com.ocient.jdbc.XGTuple
 
getSQLXML(int) - Method in class com.ocient.jdbc.XGResultSet
 
getSQLXML(String) - Method in class com.ocient.jdbc.XGResultSet
 
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 start = 1 [json_name = "start"];
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional int32 start = 1 [json_name = "start"];
getStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional int32 start = 1 [json_name = "start"];
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 start = 1 [json_name = "start"];
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
optional int32 start = 1 [json_name = "start"];
getStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
optional int32 start = 1 [json_name = "start"];
getStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
optional int32 start = 1 [json_name = "start"];
getStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
optional int32 start = 1 [json_name = "start"];
getStart() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
optional int32 start = 1 [json_name = "start"];
getState() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the SQL state
getState() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the SQL state
getState() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the SQL state
getStateBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the SQL state
getStateBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the SQL state
getStateBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the SQL state
getStatement() - Method in class com.ocient.jdbc.XGResultSet
 
getStatus() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string status = 7;
getStatus() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string status = 7;
getStatus() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string status = 7;
getStatusBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string status = 7;
getStatusBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string status = 7;
getStatusBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string status = 7;
getString(int) - Method in class com.ocient.jdbc.XGResultSet
 
getString(String) - Method in class com.ocient.jdbc.XGResultSet
 
getString(Properties) - Method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
getStringFunctions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getStringVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
string string_val = 3;
getStringVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
string string_val = 3;
getStringVal() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
string string_val = 3;
getStringValBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
string string_val = 3;
getStringValBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
string string_val = 3;
getStringValBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
string string_val = 3;
getStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7 [json_name = "stringValue"];
getStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional bytes string_value = 7 [json_name = "stringValue"];
getStringValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional bytes string_value = 7 [json_name = "stringValue"];
getStringValue() - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
getStringValue() - Method in class com.google.protobuf.Value
string string_value = 3 [json_name = "stringValue"];
getStringValue() - Method in interface com.google.protobuf.ValueOrBuilder
string string_value = 3 [json_name = "stringValue"];
getStringValueBytes() - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
getStringValueBytes() - Method in class com.google.protobuf.Value
string string_value = 3 [json_name = "stringValue"];
getStringValueBytes() - Method in interface com.google.protobuf.ValueOrBuilder
string string_value = 3 [json_name = "stringValue"];
getStructValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
getStructValue() - Method in class com.google.protobuf.Value
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
getStructValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
getStructValueBuilder() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
getStructValueOrBuilder() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
getStructValueOrBuilder() - Method in class com.google.protobuf.Value
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
getStructValueOrBuilder() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
getSuffix() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional string suffix = 4 [json_name = "suffix"];
getSuffix() - Method in class com.google.protobuf.compiler.PluginProtos.Version
optional string suffix = 4 [json_name = "suffix"];
getSuffix() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
optional string suffix = 4 [json_name = "suffix"];
getSuffixBytes() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional string suffix = 4 [json_name = "suffix"];
getSuffixBytes() - Method in class com.google.protobuf.compiler.PluginProtos.Version
optional string suffix = 4 [json_name = "suffix"];
getSuffixBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
optional string suffix = 4 [json_name = "suffix"];
getSummary() - Method in class com.ocient.util.RowBatch
 
getSuperTables(String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getSupportedFeatures() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
getSupportedFeatures() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
getSupportedFeatures() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
getSupportedVersion() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
If denial reason is UNHANDLEABLE_VERSION or UNSUPPORTED_PROTOCOL_VERSION, this field indicates the version the receiver would accept
getSupportedVersion() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
If denial reason is UNHANDLEABLE_VERSION or UNSUPPORTED_PROTOCOL_VERSION, this field indicates the version the receiver would accept
getSupportedVersion() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivAckOrBuilder
If denial reason is UNHANDLEABLE_VERSION or UNSUPPORTED_PROTOCOL_VERSION, this field indicates the version the receiver would accept
getSupportsSortedParallelTCPStreams() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
True if the client supports parallel
getSupportsSortedParallelTCPStreams() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
True if the client supports parallel
getSupportsSortedParallelTCPStreams() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
True if the client supports parallel
getSupportsSortedParallelTCPStreams() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
True if the client supports parallel
getSupportsSortedParallelTCPStreams() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
True if the client supports parallel
getSupportsSortedParallelTCPStreams() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
True if the client supports parallel
getSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
getSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
getSwiftPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
getSwiftPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
getSwiftPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
getSwiftPrefixBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
getSyntax() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Api
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in interface com.google.protobuf.ApiOrBuilder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string syntax = 12 [json_name = "syntax"];
getSyntax() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string syntax = 12 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the syntax of the .proto file.
getSyntax() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Enum
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntax() - Method in interface com.google.protobuf.EnumOrBuilder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Method.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Method
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in interface com.google.protobuf.MethodOrBuilder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Type
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getSyntax() - Method in interface com.google.protobuf.TypeOrBuilder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getSyntaxBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12 [json_name = "syntax"];
getSyntaxBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string syntax = 12 [json_name = "syntax"];
getSyntaxBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string syntax = 12 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Api
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in interface com.google.protobuf.ApiOrBuilder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Enum
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntaxValue() - Method in interface com.google.protobuf.EnumOrBuilder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Method.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Method
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in interface com.google.protobuf.MethodOrBuilder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Type
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getSyntaxValue() - Method in interface com.google.protobuf.TypeOrBuilder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getSystemFunctions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getSystemTables(String, String, String, String[]) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getSystemWideCompletedQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
getSystemWideCompletedQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated
getSystemWideCompletedQueries() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated
getSystemWideCompletedQueriesBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
getSystemWideCompletedQueriesOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
getSystemWideCompletedQueriesOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated
getSystemWideCompletedQueriesOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated
getSystemWideQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
getSystemWideQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated
getSystemWideQueries() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated
getSystemWideQueriesBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
getSystemWideQueriesOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
getSystemWideQueriesOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated
getSystemWideQueriesOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated
getTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string table = 3;
getTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
string table = 3;
getTable() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataOrBuilder
string table = 3;
getTableBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string table = 3;
getTableBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
string table = 3;
getTableBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataOrBuilder
string table = 3;
getTableName(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
getTablePrivileges(String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getTableTypes() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getTagFieldNumber(int) - Static method in class com.google.protobuf.WireFormat
Given a tag value, determines the field number (the upper 29 bits).
getTagWireType(int) - Static method in class com.google.protobuf.WireFormat
Given a tag value, determines the wire type (the lower 3 bits).
getTarget() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.OptionTargetType target = 18 [json_name = "target"];
getTarget() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.OptionTargetType target = 18 [json_name = "target"];
getTarget() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.OptionTargetType target = 18 [json_name = "target"];
getTempDiskLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
getTempDiskLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
getTempDiskLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
int64 tempDiskLimit = 1;
getTempDiskLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
int64 tempDiskLimit = 1;
getTempDiskLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimitOrBuilder
int64 tempDiskLimit = 1;
getTempDiskLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
getTempDiskLimitBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
getTempDiskLimitOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
getTempDiskLimitOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
getTempDiskLimitOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
getTempDiskSpaceConsumed() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the total amount of temp disk space consumed in bytes
getTempDiskSpaceConsumed() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the total amount of temp disk space consumed in bytes
getTempDiskSpaceConsumed() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the total amount of temp disk space consumed in bytes
getTest() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
whether to test against patterns
getTest() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
whether to test against patterns
getTest() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataOrBuilder
whether to test against patterns
getTestConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.TestConnection test_connection = 7;
getTestConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.TestConnection test_connection = 7;
getTestConnection() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.TestConnection test_connection = 7;
getTestConnectionBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.TestConnection test_connection = 7;
getTestConnectionOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.TestConnection test_connection = 7;
getTestConnectionOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.TestConnection test_connection = 7;
getTestConnectionOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.TestConnection test_connection = 7;
getThreadingModel() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getTime(int) - Method in class com.ocient.jdbc.XGResultSet
 
getTime(int, Calendar) - Method in class com.ocient.jdbc.XGResultSet
 
getTime(String) - Method in class com.ocient.jdbc.XGResultSet
 
getTime(String, Calendar) - Method in class com.ocient.jdbc.XGResultSet
 
getTimeComplete() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query completed execution
getTimeComplete() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the time the query completed execution
getTimeComplete() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the time the query completed execution
getTimeCompleteBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query completed execution
getTimeCompleteBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the time the query completed execution
getTimeCompleteBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the time the query completed execution
getTimeDateFunctions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getTimeExecStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query began execution
getTimeExecStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the time the query began execution
getTimeExecStart() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the time the query began execution
getTimeExecStartBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query began execution
getTimeExecStartBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the time the query began execution
getTimeExecStartBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the time the query began execution
getTimeLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
getTimeLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
getTimeLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
int64 timeLimit = 1;
getTimeLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
int64 timeLimit = 1;
getTimeLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimitOrBuilder
int64 timeLimit = 1;
getTimeLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
getTimeLimitBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
getTimeLimitOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
getTimeLimitOrBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
getTimeLimitOrBuilder() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
getTimeoutMillis() - Method in class com.ocient.jdbc.XGConnection
 
getTimestamp(int) - Method in class com.ocient.jdbc.XGResultSet
 
getTimestamp(int, Calendar) - Method in class com.ocient.jdbc.XGResultSet
 
getTimestamp(String) - Method in class com.ocient.jdbc.XGResultSet
 
getTimestamp(String, Calendar) - Method in class com.ocient.jdbc.XGResultSet
 
getTimestampComplete() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
ms since epoch representation of the time the query completed execution
getTimestampComplete() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
ms since epoch representation of the time the query completed execution
getTimestampComplete() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
ms since epoch representation of the time the query completed execution
getTimestampExecStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
ms since epoch representation of the time the query began execution
getTimestampExecStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
ms since epoch representation of the time the query began execution
getTimestampExecStart() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
ms since epoch representation of the time the query began execution
getTimestampStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
ms since epoch representation of the time the query was accepted by the sql node
getTimestampStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
ms since epoch representation of the time the query was accepted by the sql node
getTimestampStart() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
ms since epoch representation of the time the query was accepted by the sql node
getTimeStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query was accepted by the sql node
getTimeStart() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the time the query was accepted by the sql node
getTimeStart() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the time the query was accepted by the sql node
getTimeStartBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query was accepted by the sql node
getTimeStartBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the time the query was accepted by the sql node
getTimeStartBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the time the query was accepted by the sql node
getTimezoneOffset() - Method in class com.ocient.jdbc.XGDate
Deprecated.
getTimezoneOffset() - Method in class com.ocient.jdbc.XGTime
Deprecated.
getTimezoneOffset() - Method in class com.ocient.jdbc.XGTimestamp
Deprecated.
getTk(Matcher, String, String) - Static method in class com.ocient.jdbc.XGRegexUtils
 
getTls() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getToken() - Method in class com.ocient.auth.OktaAuthenticators.OktaNativeSSOToken
 
getToken() - Method in class com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeWithPKCEClient.AuthorizationCodeGrant
 
getToken() - Method in class com.ocient.auth.OpenIDAuthenticators.OAuthToken
 
getToken() - Method in interface com.ocient.auth.Token
 
getToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
bytes token = 4;
getToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
bytes token = 4;
getToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
bytes token = 4;
getToken(long) - Method in class com.ocient.auth.OpenIDAuthenticators.DeviceAuthorizationGrant
Polls the issuer's /token endpoint for the authorization response.
getTokenHint() - Method in class com.ocient.auth.OktaAuthenticators.OktaNativeSSOToken
 
getTokenHint() - Method in class com.ocient.auth.OpenIDAuthenticators.OAuthToken
 
getTokenHint() - Method in interface com.ocient.auth.Token
 
getTokenResponse() - Method in class com.ocient.auth.OpenIDAuthenticators.OAuthToken
 
getTokenSignature() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string tokenSignature = 8;
getTokenSignature() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string tokenSignature = 8;
getTokenSignature() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string tokenSignature = 8;
getTokenSignatureBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string tokenSignature = 8;
getTokenSignatureBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string tokenSignature = 8;
getTokenSignatureBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string tokenSignature = 8;
getTotalBytesRead() - Method in class com.google.protobuf.CodedInputStream
The total bytes read up to the current position.
getTotalBytesWritten() - Method in class com.google.protobuf.CodedOutputStream
Get the total number of bytes successfully written to this stream.
getTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4 [json_name = "trailingComments"];
getTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string trailing_comments = 4 [json_name = "trailingComments"];
getTrailingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string trailing_comments = 4 [json_name = "trailingComments"];
getTrailingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4 [json_name = "trailingComments"];
getTrailingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string trailing_comments = 4 [json_name = "trailingComments"];
getTrailingCommentsBytes() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string trailing_comments = 4 [json_name = "trailingComments"];
getTransactionIsolation() - Method in class com.ocient.jdbc.XGConnection
 
getTranslateCharactersConfig() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getTransport() - Method in class com.ocient.jdbc.XGConnection
 
getTreeDepth() - Method in class com.google.protobuf.ByteString
Return the depth of the tree representing this ByteString, if any, whose root is this node.
getTrimTrailingZeros() - Method in class com.ocient.cli.extract.ExtractConfiguration
 
getType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
getType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
getType() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
getType() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's enum type.
getType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's declared type.
getType() - Method in enum class com.google.protobuf.JavaType
Gets the required type for a field that would hold a value of this type.
getType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
.xg.cmdcomp.ConfirmationResponse.ResponseType type = 1;
getType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
.xg.cmdcomp.ConfirmationResponse.ResponseType type = 1;
getType() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse.ResponseType type = 1;
getType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
.xg.cmdcomp.ExecuteExplainForSpark.PartitioningType type = 2;
getType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
.xg.cmdcomp.ExecuteExplainForSpark.PartitioningType type = 2;
getType() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSparkOrBuilder
.xg.cmdcomp.ExecuteExplainForSpark.PartitioningType type = 2;
getType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.Request.RequestType type = 1;
getType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.Request.RequestType type = 1;
getType() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.Request.RequestType type = 1;
getType() - Method in class com.ocient.jdbc.XGResultSet
 
getType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
The type of the identity
getType() - Method in class xg.md.ProtocolMetadata.protocolIdentity
The type of the identity
getType() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
The type of the identity
getTypeInfo() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getTypeMap() - Method in class com.ocient.jdbc.XGConnection
 
getTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6 [json_name = "typeName"];
getTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string type_name = 6 [json_name = "typeName"];
getTypeName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string type_name = 6 [json_name = "typeName"];
getTypeNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6 [json_name = "typeName"];
getTypeNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string type_name = 6 [json_name = "typeName"];
getTypeNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string type_name = 6 [json_name = "typeName"];
getTypesInOrder() - Method in class com.ocient.procedures.ResultSetBuilder
 
getTypeUrl() - Method in class com.google.protobuf.Any.Builder
string type_url = 1 [json_name = "typeUrl"];
getTypeUrl() - Method in class com.google.protobuf.Any
string type_url = 1 [json_name = "typeUrl"];
getTypeUrl() - Method in interface com.google.protobuf.AnyOrBuilder
string type_url = 1 [json_name = "typeUrl"];
getTypeUrl() - Method in class com.google.protobuf.Field.Builder
string type_url = 6 [json_name = "typeUrl"];
getTypeUrl() - Method in class com.google.protobuf.Field
string type_url = 6 [json_name = "typeUrl"];
getTypeUrl() - Method in interface com.google.protobuf.FieldOrBuilder
string type_url = 6 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in class com.google.protobuf.Any.Builder
string type_url = 1 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in class com.google.protobuf.Any
string type_url = 1 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in interface com.google.protobuf.AnyOrBuilder
string type_url = 1 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in class com.google.protobuf.Field.Builder
string type_url = 6 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in class com.google.protobuf.Field
string type_url = 6 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in interface com.google.protobuf.FieldOrBuilder
string type_url = 6 [json_name = "typeUrl"];
getTypeValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
.xg.cmdcomp.ConfirmationResponse.ResponseType type = 1;
getTypeValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
.xg.cmdcomp.ConfirmationResponse.ResponseType type = 1;
getTypeValue() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse.ResponseType type = 1;
getTypeValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
.xg.cmdcomp.ExecuteExplainForSpark.PartitioningType type = 2;
getTypeValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
.xg.cmdcomp.ExecuteExplainForSpark.PartitioningType type = 2;
getTypeValue() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSparkOrBuilder
.xg.cmdcomp.ExecuteExplainForSpark.PartitioningType type = 2;
getTypeValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.Request.RequestType type = 1;
getTypeValue() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.Request.RequestType type = 1;
getTypeValue() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.Request.RequestType type = 1;
getTypeValue() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
The type of the identity
getTypeValue() - Method in class xg.md.ProtocolMetadata.protocolIdentity
The type of the identity
getTypeValue() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
The type of the identity
getUDTs(String, String, String, int[]) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getUncompressedBytesWritten() - Method in class com.ocient.cli.extract.ExtractMetrics
 
getUnderlyingElements() - Method in class com.google.protobuf.LazyStringArrayList
 
getUnderlyingElements() - Method in interface com.google.protobuf.LazyStringList
Returns an unmodifiable List of the underlying elements, each of which is either a String or its equivalent UTF-8 encoded ByteString or byte[].
getUnderlyingElements() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
getUnfinishedMessage() - Method in exception com.google.protobuf.InvalidProtocolBufferException
Returns the unfinished message attached to the exception, or null if no message is attached.
getUnformattedSink() - Method in class com.ocient.cli.extract.RecordExtractorFactory.WriterHandle
 
getUnicodeStream(int) - Method in class com.ocient.jdbc.XGResultSet
 
getUnicodeStream(String) - Method in class com.ocient.jdbc.XGResultSet
 
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
getUnknownField() - Method in exception com.google.protobuf.TextFormat.UnknownFieldParseException
Return the name of the unknown field encountered while parsing the protocol buffer string.
getUnknownFields() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getUnknownFields() - Method in class com.google.protobuf.DynamicMessage
 
getUnknownFields() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getUnknownFields() - Method in class com.google.protobuf.GeneratedMessage
 
getUnknownFields() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
getUnknownFields() - Method in class com.google.protobuf.GeneratedMessageV3
 
getUnknownFields() - Method in class com.google.protobuf.MapEntry.Builder
 
getUnknownFields() - Method in class com.google.protobuf.MapEntry
 
getUnknownFields() - Method in interface com.google.protobuf.MessageOrBuilder
Get the UnknownFieldSet for this message.
getUnknownFieldSetBuilder() - Method in class com.google.protobuf.AbstractMessage.Builder
 
getUnknownFieldSetBuilder() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
getUnmodifiable() - Method in class com.google.protobuf.ExtensionRegistry
Returns an unmodifiable view of the registry.
getUnmodifiable() - Method in class com.google.protobuf.ExtensionRegistryLite
Returns an unmodifiable view of the registry.
getUnmodifiableView() - Method in class com.google.protobuf.LazyStringArrayList
 
getUnmodifiableView() - Method in interface com.google.protobuf.LazyStringList
Returns an unmodifiable view of the list.
getUnmodifiableView() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
getUnverifiedLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
getUnverifiedLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
getUnverifiedLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
getUpdateCount() - Method in class com.ocient.jdbc.XGStatement
 
getUpdateRowCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
sfixed32 updateRowCount = 2;
getUpdateRowCount() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
sfixed32 updateRowCount = 2;
getUpdateRowCount() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponseOrBuilder
sfixed32 updateRowCount = 2;
getUri() - Method in class com.ocient.rest.RestServer
 
getURL() - Method in class com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeWithPKCEClient.AuthorizationCodeGrant
 
getURL() - Method in class com.ocient.jdbc.XGConnection
 
getURL() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getURL(int) - Method in class com.ocient.jdbc.XGResultSet
 
getURL(String) - Method in class com.ocient.jdbc.XGResultSet
 
getUser() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the user's uuid
getUser() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the user's uuid
getUser() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the user's uuid
getUser() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.user is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=425
getUser() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
Deprecated.
xg.cmdcomp.LocalQueries.user is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=425
getUser() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
Deprecated.
xg.cmdcomp.LocalQueries.user is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=425
getUser() - Method in class com.ocient.jdbc.XGConnection
 
getUser() - Method in class com.ocient.jdbc.XGConnectionInfo
 
getUserBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the user's uuid
getUserBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the user's uuid
getUserBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the user's uuid
getUserCode() - Method in class com.ocient.auth.OpenIDAuthenticators.DeviceAuthorizationGrant
 
getUserid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string userid = 1;
getUserid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
string userid = 1;
getUserid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string userid = 1;
getUserid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
string userid = 1;
getUserid() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
string userid = 1;
getUserid() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
string userid = 1;
getUserid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string userid = 4;
getUserid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string userid = 4;
getUserid() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string userid = 4;
getUseridBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string userid = 1;
getUseridBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
string userid = 1;
getUseridBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string userid = 1;
getUseridBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
string userid = 1;
getUseridBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
string userid = 1;
getUseridBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
string userid = 1;
getUseridBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string userid = 4;
getUseridBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
string userid = 4;
getUseridBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRowOrBuilder
string userid = 4;
getUsername() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.username is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=423
getUsername() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
Deprecated.
xg.cmdcomp.LocalQueries.username is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=423
getUsername() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
Deprecated.
xg.cmdcomp.LocalQueries.username is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=423
getUserName() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getUuid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the query plan uuid
getUuid() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the query plan uuid
getUuid() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the query plan uuid
getUuid() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
string uuid = 1;
getUuid() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
string uuid = 1;
getUuid() - Method in interface xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentityOrBuilder
string uuid = 1;
getUuid() - Method in class xg.Validator.ValidatorOptions.Builder
optional string uuid = 5;
getUuid() - Method in class xg.Validator.ValidatorOptions
optional string uuid = 5;
getUuid() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string uuid = 5;
getUuidBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the query plan uuid
getUuidBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the query plan uuid
getUuidBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the query plan uuid
getUuidBytes() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
string uuid = 1;
getUuidBytes() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
string uuid = 1;
getUuidBytes() - Method in interface xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentityOrBuilder
string uuid = 1;
getUuidBytes() - Method in class xg.Validator.ValidatorOptions.Builder
optional string uuid = 5;
getUuidBytes() - Method in class xg.Validator.ValidatorOptions
optional string uuid = 5;
getUuidBytes() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string uuid = 5;
getUuidIdentity() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.uuid_identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=415
getUuidIdentity() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
Deprecated.
xg.cmdcomp.LocalQueries.uuid_identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=415
getUuidIdentity() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
Deprecated.
xg.cmdcomp.LocalQueries.uuid_identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=415
getValue() - Method in class com.google.protobuf.Any.Builder
bytes value = 2 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Any
bytes value = 2 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.AnyOrBuilder
bytes value = 2 [json_name = "value"];
getValue() - Method in class com.google.protobuf.BoolValue.Builder
bool value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.BoolValue
bool value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.BoolValueOrBuilder
bool value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.BytesValue.Builder
bytes value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.BytesValue
bytes value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.BytesValueOrBuilder
bytes value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.DoubleValue.Builder
double value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.DoubleValue
double value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.DoubleValueOrBuilder
double value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.FloatValue.Builder
float value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.FloatValue
float value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.FloatValueOrBuilder
float value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Int32Value.Builder
int32 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Int32Value
int32 value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.Int32ValueOrBuilder
int32 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Int64Value.Builder
int64 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Int64Value
int64 value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.Int64ValueOrBuilder
int64 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.LazyField
 
getValue() - Method in class com.google.protobuf.MapEntry.Builder
 
getValue() - Method in class com.google.protobuf.MapEntry
 
getValue() - Method in class com.google.protobuf.MapEntryLite
 
getValue() - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Option
.google.protobuf.Any value = 2 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.OptionOrBuilder
.google.protobuf.Any value = 2 [json_name = "value"];
getValue() - Method in class com.google.protobuf.StringValue.Builder
string value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.StringValue
string value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.StringValueOrBuilder
string value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.UInt32Value.Builder
uint32 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.UInt32Value
uint32 value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.UInt32ValueOrBuilder
uint32 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.UInt64Value.Builder
uint64 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.UInt64Value
uint64 value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.UInt64ValueOrBuilder
uint64 value = 1 [json_name = "value"];
getValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValue(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValue(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
Returns message instance.
getValueBuilder() - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
getValueBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueBytes() - Method in class com.google.protobuf.StringValue.Builder
string value = 1 [json_name = "value"];
getValueBytes() - Method in class com.google.protobuf.StringValue
string value = 1 [json_name = "value"];
getValueBytes() - Method in interface com.google.protobuf.StringValueOrBuilder
string value = 1 [json_name = "value"];
getValueCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueDescriptor() - Method in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
 
getValueDescriptor() - Method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getValueDescriptor() - Method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getValueDescriptor() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getValueDescriptor() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getValueDescriptor() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
 
getValueDescriptor() - Method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
 
getValueDescriptor() - Method in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getValueDescriptor() - Method in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
 
getValueDescriptor() - Method in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
getValueDescriptor() - Method in enum class com.google.protobuf.Field.Cardinality
 
getValueDescriptor() - Method in enum class com.google.protobuf.Field.Kind
 
getValueDescriptor() - Method in enum class com.google.protobuf.NullValue
 
getValueDescriptor() - Method in interface com.google.protobuf.ProtocolMessageEnum
Return the value's descriptor, which contains information such as value name, number, and type.
getValueDescriptor() - Method in enum class com.google.protobuf.Syntax
 
getValueDescriptor() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
 
getValueDescriptor() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
 
getValueDescriptor() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
 
getValueDescriptor() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
 
getValueDescriptor() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
 
getValueDescriptor() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
 
getValueDescriptor() - Method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
 
getValueDescriptor() - Method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
 
getValueDescriptor() - Method in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
 
getValueDescriptor() - Method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
 
getValueDescriptor() - Method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
 
getValueList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueOrBuilder() - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
getValueOrBuilder() - Method in class com.google.protobuf.Option
.google.protobuf.Any value = 2 [json_name = "value"];
getValueOrBuilder() - Method in interface com.google.protobuf.OptionOrBuilder
.google.protobuf.Any value = 2 [json_name = "value"];
getValueOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValueOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
getValues() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get a list of defined values for this enum.
getValues(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValues(int) - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValues(int) - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesBuilderList() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesCount() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesCount() - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesCount() - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesList() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesList() - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesList() - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesOrBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesOrBuilder(int) - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesOrBuilder(int) - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesOrBuilderList() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesOrBuilderList() - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesOrBuilderList() - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getVarintList() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of varint values for this field.
getVendorCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
sfixed32 vendor_code = 4;
getVendorCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
sfixed32 vendor_code = 4;
getVendorCode() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponseOrBuilder
sfixed32 vendor_code = 4;
getVerificationURI() - Method in class com.ocient.auth.OpenIDAuthenticators.DeviceAuthorizationGrant
 
getVerificationURIComplete() - Method in class com.ocient.auth.OpenIDAuthenticators.DeviceAuthorizationGrant
 
getVersion() - Method in class com.google.protobuf.Api.Builder
string version = 4 [json_name = "version"];
getVersion() - Method in class com.google.protobuf.Api
string version = 4 [json_name = "version"];
getVersion() - Method in interface com.google.protobuf.ApiOrBuilder
string version = 4 [json_name = "version"];
getVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string version = 4;
getVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
string version = 4;
getVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string version = 4;
getVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
string version = 4;
getVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
string version = 4;
getVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
string version = 4;
getVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string version = 3;
getVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string version = 3;
getVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string version = 3;
getVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string version = 3;
getVersion() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
string version = 3;
getVersion() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
string version = 3;
getVersion() - Method in class com.ocient.jdbc.XGConnection
 
getVersion() - Method in class com.ocient.rest.resources.InfoResource
 
getVersion() - Static method in class com.ocient.util.BuildInfo
 
getVersionBytes() - Method in class com.google.protobuf.Api.Builder
string version = 4 [json_name = "version"];
getVersionBytes() - Method in class com.google.protobuf.Api
string version = 4 [json_name = "version"];
getVersionBytes() - Method in interface com.google.protobuf.ApiOrBuilder
string version = 4 [json_name = "version"];
getVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string version = 4;
getVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
string version = 4;
getVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string version = 4;
getVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
string version = 4;
getVersionBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMOrBuilder
string version = 4;
getVersionBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionOrBuilder
string version = 4;
getVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string version = 3;
getVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
string version = 3;
getVersionBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenOrBuilder
string version = 3;
getVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string version = 3;
getVersionBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
string version = 3;
getVersionBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOOrBuilder
string version = 3;
getVersionColumns(String, String, String) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getView() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string view = 5;
getView() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
string view = 5;
getView() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataOrBuilder
string view = 5;
getViewBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string view = 5;
getViewBytes() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
string view = 5;
getViewBytes() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataOrBuilder
string view = 5;
getViews(String, String, String, String[]) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
getWarnings() - Method in class com.ocient.jdbc.XGConnection
 
getWarnings() - Method in class com.ocient.jdbc.XGResultSet
 
getWarnings() - Method in class com.ocient.jdbc.XGStatement
 
getWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool weak = 10 [default = false, json_name = "weak"];
getWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool weak = 10 [default = false, json_name = "weak"];
getWeak() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool weak = 10 [default = false, json_name = "weak"];
getWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
getWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
getWeakDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
getWeakDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
getWeakDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
getWeakDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
getWeakDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
getWeakDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
getWeakDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
getWebStatus() - Method in interface com.ocient.rest.exceptionMappers.WebStatusMapable
Get the web status of the exception
getWireType() - Method in enum class com.google.protobuf.WireFormat.FieldType
 
getWrapper(byte[], ExtractConfiguration.BinaryFormat) - Static method in class com.ocient.cli.extract.wrappers.ByteArrayWrapperFactory
 
getWriter() - Method in class com.ocient.cli.extract.RecordExtractorFactory.WriterHandle
Returns the AbstractWriter instance
getX() - Method in class com.ocient.jdbc.StPoint
 
getY() - Method in class com.ocient.jdbc.StPoint
 
getYear() - Method in class com.ocient.jdbc.XGDate
Deprecated.
getYear() - Method in class com.ocient.jdbc.XGTime
Deprecated.
getYear() - Method in class com.ocient.jdbc.XGTimestamp
Deprecated.
GIT_COMMIT_AUTHOR_EMAIL - Static variable in class com.ocient.generated.BuildInfo
The email address of the author of the commit.
GIT_COMMIT_AUTHOR_NAME - Static variable in class com.ocient.generated.BuildInfo
The name of the author of the commit.
GIT_COMMIT_SHORT - Static variable in class com.ocient.generated.BuildInfo
An abbreviated git commit hash representing the contents of the build.
GIT_COMMIT_TIME - Static variable in class com.ocient.generated.BuildInfo
An ISO 8601 timestamp representing the time indicated by the commit.
GIT_DIRTIED_COMMIT_SHORT - Static variable in class com.ocient.generated.BuildInfo
An abbreviated git commit hash representing the contents of the build.
GO_PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
group() - Method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
GROUP - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
GROUP - Enum constant in enum class com.google.protobuf.FieldType
 
GROUP - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
GROUP_ALREADY_EXISTS - Static variable in class com.ocient.jdbc.SQLStates
 
GROUP_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
GROUP_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
GSON - Static variable in class com.ocient.auth.OpenIDAuthenticators
 
GZIP - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.Compression
 

H

handleCodeCallback(String, String, String, String) - Method in class com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeCallbackResource
 
handleResponse(ByteBuf) - Method in interface com.ocient.jdbc.XGConnection.ResponseHandler
Handles a response message received from the remote server and returns a parsed response object.
HANDSHAKE - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
handshakeDurationCounter - Variable in class com.ocient.jdbc.XGConnection
 
HAS_KEY_FIELD_NUMBER - Static variable in class xg.Validator.ValidatorOptions
 
hasAck() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivAck ack = 255;
hasAck() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivAck ack = 255;
hasAck() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivAck ack = 255;
hasAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8 [json_name = "aggregateValue"];
hasAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string aggregate_value = 8 [json_name = "aggregateValue"];
hasAggregateValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string aggregate_value = 8 [json_name = "aggregateValue"];
hasAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool allow_alias = 2 [json_name = "allowAlias"];
hasAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
optional bool allow_alias = 2 [json_name = "allowAlias"];
hasAllowAlias() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
optional bool allow_alias = 2 [json_name = "allowAlias"];
hasAnonymousIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
anonymous identity
hasAnonymousIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity
anonymous identity
hasAnonymousIdentity() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
anonymous identity
hasAttachToQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
hasAttachToQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
hasAttachToQuery() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
hasBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional int32 begin = 3 [json_name = "begin"];
hasBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
optional int32 begin = 3 [json_name = "begin"];
hasBegin() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
optional int32 begin = 3 [json_name = "begin"];
hasBoolValue() - Method in class com.google.protobuf.Value.Builder
bool bool_value = 4 [json_name = "boolValue"];
hasBoolValue() - Method in class com.google.protobuf.Value
bool bool_value = 4 [json_name = "boolValue"];
hasBoolValue() - Method in interface com.google.protobuf.ValueOrBuilder
bool bool_value = 4 [json_name = "boolValue"];
hasCancelQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CancelQuery cancel_query = 17;
hasCancelQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.CancelQuery cancel_query = 17;
hasCancelQuery() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.CancelQuery cancel_query = 17;
hasCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
hasCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
hasCcEnableArenas() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
hasCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
hasCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
hasCcGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
hasCertFingerprintIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
cert fingerprint identity
hasCertFingerprintIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity
cert fingerprint identity
hasCertFingerprintIdentity() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
cert fingerprint identity
hasCheckData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
xg.cmdcomp.Request.check_data is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=590
hasCheckData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated.
xg.cmdcomp.Request.check_data is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=590
hasCheckData() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated.
xg.cmdcomp.Request.check_data is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=590
hasClearCache() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClearCache clear_cache = 41;
hasClearCache() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClearCache clear_cache = 41;
hasClearCache() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClearCache clear_cache = 41;
hasClientConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection client_connection = 2;
hasClientConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnection client_connection = 2;
hasClientConnection() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnection client_connection = 2;
hasClientConnection2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
hasClientConnection2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
hasClientConnection2() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
hasClientConnectionGcm() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
hasClientConnectionGcm() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
hasClientConnectionGcm() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
hasClientConnectionGcm2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
hasClientConnectionGcm2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
hasClientConnectionGcm2() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
hasClientConnectionRefreshSession() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
hasClientConnectionRefreshSession() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
hasClientConnectionRefreshSession() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
hasClientConnectionRefreshToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
hasClientConnectionRefreshToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
hasClientConnectionRefreshToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
hasClientConnectionSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
hasClientConnectionSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
hasClientConnectionSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
hasClientConnectionSso() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
hasClientConnectionSso() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
hasClientConnectionSso() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
hasClientConnectionSso2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
hasClientConnectionSso2() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
hasClientConnectionSso2() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
hasClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
hasClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
hasClientStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
hasCloseConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseConnection close_connection = 5;
hasCloseConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.CloseConnection close_connection = 5;
hasCloseConnection() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.CloseConnection close_connection = 5;
hasCloseResultSet() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseResultSet close_result_set = 10;
hasCloseResultSet() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.CloseResultSet close_result_set = 10;
hasCloseResultSet() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.CloseResultSet close_result_set = 10;
hasCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
hasCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
hasCompilerVersion() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
hasConcurrency() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
hasConcurrency() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
hasConcurrency() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
hasContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15 [json_name = "content"];
hasContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string content = 15 [json_name = "content"];
hasContent() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string content = 15 [json_name = "content"];
hasCountEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_equal = 9;
hasCountEqual() - Method in class xg.Validator.ValidatorOptions
optional string count_equal = 9;
hasCountEqual() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_equal = 9;
hasCountMax() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_max = 8;
hasCountMax() - Method in class xg.Validator.ValidatorOptions
optional string count_max = 8;
hasCountMax() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_max = 8;
hasCountMin() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_min = 7;
hasCountMin() - Method in class xg.Validator.ValidatorOptions
optional string count_min = 7;
hasCountMin() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_min = 7;
hasCountNotEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_not_equal = 10;
hasCountNotEqual() - Method in class xg.Validator.ValidatorOptions
optional string count_not_equal = 10;
hasCountNotEqual() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string count_not_equal = 10;
hasCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
hasCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
hasCsharpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
hasCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
hasCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
hasCtype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
hasData() - Method in class com.ocient.transport.NettyOcientWireV1Transport
 
hasDatabaseId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the database uuid the user was connected to
hasDatabaseId() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
the string representation of the database uuid the user was connected to
hasDatabaseId() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRowOrBuilder
the string representation of the database uuid the user was connected to
hasDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
hasDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
hasDebugRedact() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
hasDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7 [json_name = "defaultValue"];
hasDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string default_value = 7 [json_name = "defaultValue"];
hasDefaultValue() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string default_value = 7 [json_name = "defaultValue"];
hasDefaultValue() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Returns true if the field had an explicitly-defined default value.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
hasDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Deprecated.
google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
hasDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
Deprecated.
google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
hasDeprecatedLegacyJsonFieldConflicts() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
Deprecated.
google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
hasDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Deprecated.
google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
hasDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
Deprecated.
google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
hasDeprecatedLegacyJsonFieldConflicts() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
Deprecated.
google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
hasDisableProtocol() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
hasDisableProtocol() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
hasDisableProtocol() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
hasDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6 [json_name = "doubleValue"];
hasDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional double double_value = 6 [json_name = "doubleValue"];
hasDoubleValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional double double_value = 6 [json_name = "doubleValue"];
hasEdition() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string edition = 13 [json_name = "edition"];
hasEdition() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string edition = 13 [json_name = "edition"];
hasEdition() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string edition = 13 [json_name = "edition"];
hasEnableProtocol() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
hasEnableProtocol() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
hasEnableProtocol() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 end = 2 [json_name = "end"];
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional int32 end = 2 [json_name = "end"];
hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional int32 end = 2 [json_name = "end"];
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 end = 2 [json_name = "end"];
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
optional int32 end = 2 [json_name = "end"];
hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
optional int32 end = 2 [json_name = "end"];
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
optional int32 end = 2 [json_name = "end"];
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
optional int32 end = 2 [json_name = "end"];
hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
optional int32 end = 2 [json_name = "end"];
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional int32 end = 4 [json_name = "end"];
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
optional int32 end = 4 [json_name = "end"];
hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
optional int32 end = 4 [json_name = "end"];
hasEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string equal = 3;
hasEqual() - Method in class xg.Validator.ValidatorOptions
optional string equal = 3;
hasEqual() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string equal = 3;
hasError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1 [json_name = "error"];
hasError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
optional string error = 1 [json_name = "error"];
hasError() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
optional string error = 1 [json_name = "error"];
hasExecuteExplain() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
hasExecuteExplain() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
hasExecuteExplain() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
hasExecuteExplainForSpark() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Spark Deprecated
hasExecuteExplainForSpark() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Spark Deprecated
hasExecuteExplainForSpark() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Spark Deprecated
hasExecuteExport() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExport execute_export = 26;
hasExecuteExport() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteExport execute_export = 26;
hasExecuteExport() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteExport execute_export = 26;
hasExecuteInlinePlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
hasExecuteInlinePlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
hasExecuteInlinePlan() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
hasExecutePlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecutePlan execute_plan = 20;
hasExecutePlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecutePlan execute_plan = 20;
hasExecutePlan() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecutePlan execute_plan = 20;
hasExecuteQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteQuery execute_query = 11;
hasExecuteQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteQuery execute_query = 11;
hasExecuteQuery() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteQuery execute_query = 11;
hasExecuteUpdate() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
hasExecuteUpdate() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
hasExecuteUpdate() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
hasExplainPipeline() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
hasExplainPipeline() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
hasExplainPipeline() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
hasExplainPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPlan explain_plan = 21;
hasExplainPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ExplainPlan explain_plan = 21;
hasExplainPlan() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ExplainPlan explain_plan = 21;
hasExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2 [json_name = "extendee"];
hasExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string extendee = 2 [json_name = "extendee"];
hasExtendee() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string extendee = 2 [json_name = "extendee"];
hasExtension(Extension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Check if a singular extension is present.
hasExtension(Extension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Check if a singular extension is present.
hasExtension(Extension<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Check if a singular extension is present.
hasExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Check if a singular extension is present.
hasExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Check if a singular extension is present.
hasExtension(Extension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Check if a singular extension is present.
hasExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Check if a singular extension is present.
hasExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Check if a singular extension is present.
hasExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
Check if a singular extension is present.
hasExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Check if a singular extension is present.
hasExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Check if a singular extension is present.
hasExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Check if a singular extension is present.
hasFetchAuthenticators() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
hasFetchAuthenticators() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
hasFetchAuthenticators() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
hasFetchData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchData fetch_data = 8;
hasFetchData() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchData fetch_data = 8;
hasFetchData() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchData fetch_data = 8;
hasFetchMetadata() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
hasFetchMetadata() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
hasFetchMetadata() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
hasFetchSystemMetadata() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
hasFetchSystemMetadata() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
hasFetchSystemMetadata() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
hasField(int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Check if the given field number is present in the set.
hasField(int) - Method in class com.google.protobuf.UnknownFieldSet
Check if the given field number is present in the set.
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry.Builder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry
 
hasField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Returns true if the given field is set.
hasForceExternal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
xg.cmdcomp.Request.force_external is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=579
hasForceExternal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated.
xg.cmdcomp.Request.force_external is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=579
hasForceExternal() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated.
xg.cmdcomp.Request.force_external is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=579
hasForceExternal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
hasForceExternal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
hasForceExternal() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
hasGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
hasGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
hasGeneratedCodeInfo() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
hasGetSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.GetSchema get_schema = 4;
hasGetSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.GetSchema get_schema = 4;
hasGetSchema() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.GetSchema get_schema = 4;
hasGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11 [json_name = "goPackage"];
hasGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string go_package = 11 [json_name = "goPackage"];
hasGoPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string go_package = 11 [json_name = "goPackage"];
hasHasKey() - Method in class xg.Validator.ValidatorOptions.Builder
optional string has_key = 11;
hasHasKey() - Method in class xg.Validator.ValidatorOptions
optional string has_key = 11;
hasHasKey() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string has_key = 11;
hashBoolean(boolean) - Static method in class com.google.protobuf.AbstractMessage
Deprecated.
from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.
hashBoolean(boolean) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.hashCode() for booleans.
hashCode() - Method in class com.google.protobuf.AbstractMessage
 
hashCode() - Method in class com.google.protobuf.LazyStringArrayList
 
hashCode() - Method in class com.google.protobuf.Any
 
hashCode() - Method in class com.google.protobuf.Api
 
hashCode() - Method in class com.google.protobuf.BoolValue
 
hashCode() - Method in class com.google.protobuf.ByteString
Compute the hashCode using the traditional algorithm from ByteString.
hashCode() - Method in class com.google.protobuf.BytesValue
 
hashCode() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
hashCode() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
hashCode() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
hashCode() - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
hashCode() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
hashCode() - Method in class com.google.protobuf.DoubleValue
 
hashCode() - Method in class com.google.protobuf.Duration
 
hashCode() - Method in class com.google.protobuf.Empty
 
hashCode() - Method in class com.google.protobuf.Enum
 
hashCode() - Method in class com.google.protobuf.EnumValue
 
hashCode() - Method in class com.google.protobuf.Field
 
hashCode() - Method in class com.google.protobuf.FieldMask
 
hashCode() - Method in class com.google.protobuf.FloatValue
 
hashCode() - Method in class com.google.protobuf.GeneratedMessageLite
 
hashCode() - Method in class com.google.protobuf.Int32Value
 
hashCode() - Method in class com.google.protobuf.Int64Value
 
hashCode() - Method in class com.google.protobuf.LazyField
 
hashCode() - Method in class com.google.protobuf.LazyFieldLite
 
hashCode() - Method in class com.google.protobuf.ListValue
 
hashCode() - Method in class com.google.protobuf.MapField
 
hashCode() - Method in class com.google.protobuf.MapFieldLite
 
hashCode() - Method in interface com.google.protobuf.Message
Returns the hash code value for this message.
hashCode() - Method in class com.google.protobuf.Method
 
hashCode() - Method in class com.google.protobuf.Mixin
 
hashCode() - Method in class com.google.protobuf.Option
 
hashCode() - Method in class com.google.protobuf.SourceContext
 
hashCode() - Method in class com.google.protobuf.StringValue
 
hashCode() - Method in class com.google.protobuf.Struct
 
hashCode() - Method in class com.google.protobuf.TextFormatParseLocation
 
hashCode() - Method in class com.google.protobuf.Timestamp
 
hashCode() - Method in class com.google.protobuf.Type
 
hashCode() - Method in class com.google.protobuf.UInt32Value
 
hashCode() - Method in class com.google.protobuf.UInt64Value
 
hashCode() - Method in class com.google.protobuf.UnknownFieldSet.Field
 
hashCode() - Method in class com.google.protobuf.UnknownFieldSet
 
hashCode() - Method in class com.google.protobuf.UnknownFieldSetLite
 
hashCode() - Method in class com.google.protobuf.Value
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
hashCode() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
hashCode() - Method in class com.ocient.jdbc.XGConnection.RemoteEndpoint
 
hashCode() - Method in class com.ocient.jdbc.XGConnectionInfo
 
hashCode() - Method in class com.ocient.jdbc.XGDate
 
hashCode() - Method in class com.ocient.jdbc.XGTime
 
hashCode() - Method in class com.ocient.jdbc.XGTimestamp
 
hashCode() - Method in class com.ocient.metrics.Metric.MetricPath
 
hashCode() - Method in class com.ocient.metrics.Metric.NamedTag
 
hashCode() - Method in class com.ocient.transport.TransportResult.FailedTransportResult
 
hashCode() - Method in class com.ocient.transport.TransportResult.SuccessTransportResult
 
hashCode() - Method in class com.ocient.util.CompletableFutures.FailedResult
 
hashCode() - Method in class com.ocient.util.CompletableFutures.SuccessResult
 
hashCode() - Method in class com.ocient.util.FlattenedRow
 
hashCode() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
hashCode() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
hashCode() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
hashCode() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
hashCode() - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
hashCode() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
hashCode() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
hashCode() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
hashCode() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
hashCode() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
hashCode() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
hashCode() - Method in class xg.Validator.EnumValidatorOptions
 
hashCode() - Method in class xg.Validator.OneofValidatorOptions
 
hashCode() - Method in class xg.Validator.ValidatorOptions
 
hashCode(byte[]) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.hashCode() for bytes field.
hashCode(List<byte[]>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.hashCode() for bytes field.
hashCodeByteBuffer(ByteBuffer) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.hashCode() for bytes field.
hashCodeByteBuffer(List<ByteBuffer>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.hashCode() for bytes field.
hashEnum(Internal.EnumLite) - Static method in class com.google.protobuf.AbstractMessage
Deprecated.
from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.
hashEnum(Internal.EnumLite) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.hashCode() for enums.
hashEnumList(List<? extends Internal.EnumLite>) - Static method in class com.google.protobuf.AbstractMessage
Deprecated.
from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.
hashEnumList(List<? extends Internal.EnumLite>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.hashCode() for enum lists.
hashFields(int, Map<Descriptors.FieldDescriptor, Object>) - Static method in class com.google.protobuf.AbstractMessage
Get a hash code for given fields and values, using the given seed.
hashLong(long) - Static method in class com.google.protobuf.AbstractMessage
Deprecated.
from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.
hashLong(long) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.hashCode() for longs.
hasHostnameIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
hostname identity
hasHostnameIdentity() - Method in class xg.md.ProtocolMetadata.protocolIdentity
hostname identity
hasHostnameIdentity() - Method in interface xg.md.ProtocolMetadata.protocolIdentityOrBuilder
hostname identity
hasIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
hasIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
hasIdempotencyLevel() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
hasIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3 [json_name = "identifierValue"];
hasIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string identifier_value = 3 [json_name = "identifierValue"];
hasIdentifierValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string identifier_value = 3 [json_name = "identifierValue"];
hasIdentity() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
.xg.md.protocolIdentity identity = 1;
hasIdentity() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
.xg.md.protocolIdentity identity = 1;
hasIdentity() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentityOrBuilder
.xg.md.protocolIdentity identity = 1;
hasInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2 [json_name = "inputType"];
hasInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string input_type = 2 [json_name = "inputType"];
hasInputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string input_type = 2 [json_name = "inputType"];
hasInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2 [json_name = "insertionPoint"];
hasInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string insertion_point = 2 [json_name = "insertionPoint"];
hasInsertionPoint() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string insertion_point = 2 [json_name = "insertionPoint"];
hasIntVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
sfixed32 int_val = 4;
hasIntVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
sfixed32 int_val = 4;
hasIntVal() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
sfixed32 int_val = 4;
hasIpv4Address() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
ipv4 address
hasIpv4Address() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
ipv4 address
hasIpv4Address() - Method in interface xg.md.ProtocolMetadata.protocolEndpointAddressOrBuilder
ipv4 address
hasIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2 [json_name = "isExtension"];
hasIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required bool is_extension = 2 [json_name = "isExtension"];
hasIsExtension() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required bool is_extension = 2 [json_name = "isExtension"];
hasJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Deprecated.
google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
hasJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
Deprecated.
google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
hasJavaGenerateEqualsAndHash() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
Deprecated.
google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
hasJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
hasJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
hasJavaGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
hasJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
hasJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
hasJavaMultipleFiles() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
hasJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
hasJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
hasJavaOuterClassname() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
hasJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1 [json_name = "javaPackage"];
hasJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_package = 1 [json_name = "javaPackage"];
hasJavaPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_package = 1 [json_name = "javaPackage"];
hasJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
hasJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
hasJavaStringCheckUtf8() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
hasJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10 [json_name = "jsonName"];
hasJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string json_name = 10 [json_name = "jsonName"];
hasJsonName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string json_name = 10 [json_name = "jsonName"];
hasJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
hasJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
hasJstype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
hasKillQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.KillQuery kill_query = 23;
hasKillQuery() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.KillQuery kill_query = 23;
hasKillQuery() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.KillQuery kill_query = 23;
hasLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
hasLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
hasLabel() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
hasLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool lazy = 5 [default = false, json_name = "lazy"];
hasLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool lazy = 5 [default = false, json_name = "lazy"];
hasLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool lazy = 5 [default = false, json_name = "lazy"];
hasLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3 [json_name = "leadingComments"];
hasLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string leading_comments = 3 [json_name = "leadingComments"];
hasLeadingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string leading_comments = 3 [json_name = "leadingComments"];
hasListPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ListPlan list_plan = 22;
hasListPlan() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.ListPlan list_plan = 22;
hasListPlan() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.ListPlan list_plan = 22;
hasListValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
hasListValue() - Method in class com.google.protobuf.Value
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
hasListValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
hasLocalQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.LocalQueries local_queries = 19;
hasLocalQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.LocalQueries local_queries = 19;
hasLocalQueries() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.LocalQueries local_queries = 19;
hasMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 major = 1 [json_name = "major"];
hasMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version
optional int32 major = 1 [json_name = "major"];
hasMajor() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
optional int32 major = 1 [json_name = "major"];
hasMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool map_entry = 7 [json_name = "mapEntry"];
hasMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool map_entry = 7 [json_name = "mapEntry"];
hasMapEntry() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool map_entry = 7 [json_name = "mapEntry"];
hasMax() - Method in class xg.Validator.ValidatorOptions.Builder
optional string max = 2;
hasMax() - Method in class xg.Validator.ValidatorOptions
optional string max = 2;
hasMax() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string max = 2;
hasMemoryTracing() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
hasMemoryTracing() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
hasMemoryTracing() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
hasMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
hasMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
hasMessageSetWireFormat() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
hasMin() - Method in class xg.Validator.ValidatorOptions.Builder
optional string min = 1;
hasMin() - Method in class xg.Validator.ValidatorOptions
optional string min = 1;
hasMin() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string min = 1;
hasMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 minor = 2 [json_name = "minor"];
hasMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version
optional int32 minor = 2 [json_name = "minor"];
hasMinor() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
optional int32 minor = 2 [json_name = "minor"];
hasMoreTokens() - Method in class com.ocient.cli.FastStringTokenizer
 
hasName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string name = 1 [json_name = "name"];
hasName() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional string name = 1 [json_name = "name"];
hasName() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional string name = 1 [json_name = "name"];
hasName() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional string name = 1 [json_name = "name"];
hasName() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string name = 1 [json_name = "name"];
hasName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string name = 1 [json_name = "name"];
hasName() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string name = 1 [json_name = "name"];
hasName() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional string name = 1 [json_name = "name"];
hasName() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
hasName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional string name = 1 [json_name = "name"];
hasName() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional string name = 1 [json_name = "name"];
hasNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1 [json_name = "namePart"];
hasNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required string name_part = 1 [json_name = "namePart"];
hasNamePart() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required string name_part = 1 [json_name = "namePart"];
hasNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
hasNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
hasNegativeIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
hasNewSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
The returned security token.
hasNewSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
The returned security token.
hasNewSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponseOrBuilder
The returned security token.
hasNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
hasNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
hasNoStandardDescriptorAccessor() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
hasNotEqual() - Method in class xg.Validator.EnumValidatorOptions.Builder
optional string not_equal = 1;
hasNotEqual() - Method in class xg.Validator.EnumValidatorOptions
optional string not_equal = 1;
hasNotEqual() - Method in interface xg.Validator.EnumValidatorOptionsOrBuilder
optional string not_equal = 1;
hasNotEqual() - Method in class xg.Validator.ValidatorOptions.Builder
optional string not_equal = 4;
hasNotEqual() - Method in class xg.Validator.ValidatorOptions
optional string not_equal = 4;
hasNotEqual() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string not_equal = 4;
hasNotifyIdentity() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
hasNotifyIdentity() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
hasNotifyIdentity() - Method in interface xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessageOrBuilder
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
hasNullValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
hasNullValue() - Method in class com.google.protobuf.Value
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
hasNullValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2 [json_name = "number"];
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional int32 number = 2 [json_name = "number"];
hasNumber() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional int32 number = 2 [json_name = "number"];
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3 [json_name = "number"];
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional int32 number = 3 [json_name = "number"];
hasNumber() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional int32 number = 3 [json_name = "number"];
hasNumberValue() - Method in class com.google.protobuf.Value.Builder
double number_value = 2 [json_name = "numberValue"];
hasNumberValue() - Method in class com.google.protobuf.Value
double number_value = 2 [json_name = "numberValue"];
hasNumberValue() - Method in interface com.google.protobuf.ValueOrBuilder
double number_value = 2 [json_name = "numberValue"];
hasObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
hasObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
hasObjcClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
hasOldSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
The token to refresh
hasOldSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
The token to refresh
hasOldSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenOrBuilder
The token to refresh
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
TODO(jieluo): Clear it when all subclasses have implemented this method.
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3
 
hasOneof(Descriptors.OneofDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Returns true if the given oneof is set.
hasOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
hasOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
hasOneofIndex() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
hasOpenidauthenticator() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
hasOpenidauthenticator() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
hasOpenidauthenticator() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.AuthenticatorOrBuilder
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
hasOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
hasOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
hasOptimizeFor() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
hasOptionalKeyword() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Returns true if this field was syntactically written with "optional" in the .proto file.
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
hasOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3 [json_name = "outputType"];
hasOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string output_type = 3 [json_name = "outputType"];
hasOutputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string output_type = 3 [json_name = "outputType"];
hasPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2 [json_name = "package"];
hasPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string package = 2 [json_name = "package"];
hasPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string package = 2 [json_name = "package"];
hasPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool packed = 2 [json_name = "packed"];
hasPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool packed = 2 [json_name = "packed"];
hasPacked() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool packed = 2 [json_name = "packed"];
hasParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2 [json_name = "parameter"];
hasParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
optional string parameter = 2 [json_name = "parameter"];
hasParameter() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
optional string parameter = 2 [json_name = "parameter"];
hasPatch() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 patch = 3 [json_name = "patch"];
hasPatch() - Method in class com.google.protobuf.compiler.PluginProtos.Version
optional int32 patch = 3 [json_name = "patch"];
hasPatch() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
optional int32 patch = 3 [json_name = "patch"];
hasPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
hasPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
hasPhpClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
hasPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
hasPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
hasPhpGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
hasPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
hasPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
hasPhpMetadataNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
hasPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_namespace = 41 [json_name = "phpNamespace"];
hasPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string php_namespace = 41 [json_name = "phpNamespace"];
hasPhpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string php_namespace = 41 [json_name = "phpNamespace"];
hasPollingIntervalSeconds() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
The minimum amount of time in seconds that the Client
hasPollingIntervalSeconds() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
The minimum amount of time in seconds that the Client
hasPollingIntervalSeconds() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
The minimum amount of time in seconds that the Client
hasPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
hasPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
hasPositiveIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
hasPresence() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Returns true if this field tracks presence, ie.
hasPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Priority priority = 6;
hasPriority() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.Priority priority = 6;
hasPriority() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.Priority priority = 6;
hasPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
hasPriorityAdjustFactor() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
hasPriorityAdjustFactor() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
hasPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
hasPriorityAdjustTime() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
hasPriorityAdjustTime() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
hasProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
hasProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
hasProto3Optional() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
hasPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
hasPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
hasPyGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
hasRegex() - Method in class xg.Validator.ValidatorOptions.Builder
optional string regex = 6;
hasRegex() - Method in class xg.Validator.ValidatorOptions
optional string regex = 6;
hasRegex() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string regex = 6;
hasRequired() - Method in class xg.Validator.OneofValidatorOptions.Builder
optional string required = 1;
hasRequired() - Method in class xg.Validator.OneofValidatorOptions
optional string required = 1;
hasRequired() - Method in interface xg.Validator.OneofValidatorOptionsOrBuilder
optional string required = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlanOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResponse() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponseOrBuilder
.xg.cmdcomp.ConfirmationResponse response = 1;
hasResultSet() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ResultSet result_set = 2;
hasResultSet() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
.xg.cmdcomp.ResultSet result_set = 2;
hasResultSet() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponseOrBuilder
.xg.cmdcomp.ResultSet result_set = 2;
hasResultSetColumnLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
8 reserved above
hasResultSetColumnLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
8 reserved above
hasResultSetColumnLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
8 reserved above
hasResultSetVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ResultSet result_set_val = 2;
hasResultSetVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
.xg.cmdcomp.ResultSet result_set_val = 2;
hasResultSetVal() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
.xg.cmdcomp.ResultSet result_set_val = 2;
hasRetention() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
hasRetention() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
hasRetention() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
hasRowLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
2 reserved above
hasRowLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
2 reserved above
hasRowLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
2 reserved above
hasRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string ruby_package = 45 [json_name = "rubyPackage"];
hasRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string ruby_package = 45 [json_name = "rubyPackage"];
hasRubyPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string ruby_package = 45 [json_name = "rubyPackage"];
hasSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
The security token associated with this session
hasSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
The security token associated with this session
hasSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2ResponseOrBuilder
The security token associated with this session
hasSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The security token associated with this session
hasSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
The security token associated with this session
hasSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
The security token associated with this session
hasSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The security token associated with this session
hasSecurityToken() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
The security token associated with this session
hasSecurityToken() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SessionInfoOrBuilder
The security token associated with this session
hasSemantic() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
hasSemantic() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
hasSemantic() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
hasServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
hasServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
hasServerStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
hasServiceClassName() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
hasServiceClassName() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
hasServiceClassName() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
hasSessionInfo() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.SessionInfo sessionInfo = 2;
hasSessionInfo() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
.xg.cmdcomp.SessionInfo sessionInfo = 2;
hasSessionInfo() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponseOrBuilder
.xg.cmdcomp.SessionInfo sessionInfo = 2;
hasSessionInfo() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
MUST wait between polling requests to the server
hasSessionInfo() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
MUST wait between polling requests to the server
hasSessionInfo() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder
MUST wait between polling requests to the server
hasSetParameter() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
31 is defined above
hasSetParameter() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
31 is defined above
hasSetParameter() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
31 is defined above
hasSetSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.SetSchema set_schema = 6;
hasSetSchema() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.SetSchema set_schema = 6;
hasSetSchema() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.SetSchema set_schema = 6;
hasSharedSecurityToken() - Method in enum class com.ocient.jdbc.XGConnection.HandshakeType
 
hasSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
hasSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
hasSourceCodeInfo() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
hasSourceContext() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasSourceContext() - Method in class com.google.protobuf.Api
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasSourceContext() - Method in interface com.google.protobuf.ApiOrBuilder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasSourceContext() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
hasSourceContext() - Method in class com.google.protobuf.Enum
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
hasSourceContext() - Method in interface com.google.protobuf.EnumOrBuilder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
hasSourceContext() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasSourceContext() - Method in class com.google.protobuf.Type
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasSourceContext() - Method in interface com.google.protobuf.TypeOrBuilder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional string source_file = 2 [json_name = "sourceFile"];
hasSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
optional string source_file = 2 [json_name = "sourceFile"];
hasSourceFile() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
optional string source_file = 2 [json_name = "sourceFile"];
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 start = 1 [json_name = "start"];
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional int32 start = 1 [json_name = "start"];
hasStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional int32 start = 1 [json_name = "start"];
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 start = 1 [json_name = "start"];
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
optional int32 start = 1 [json_name = "start"];
hasStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
optional int32 start = 1 [json_name = "start"];
hasStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
optional int32 start = 1 [json_name = "start"];
hasStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
optional int32 start = 1 [json_name = "start"];
hasStart() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
optional int32 start = 1 [json_name = "start"];
hasStringVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
string string_val = 3;
hasStringVal() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
string string_val = 3;
hasStringVal() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
string string_val = 3;
hasStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7 [json_name = "stringValue"];
hasStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional bytes string_value = 7 [json_name = "stringValue"];
hasStringValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional bytes string_value = 7 [json_name = "stringValue"];
hasStringValue() - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
hasStringValue() - Method in class com.google.protobuf.Value
string string_value = 3 [json_name = "stringValue"];
hasStringValue() - Method in interface com.google.protobuf.ValueOrBuilder
string string_value = 3 [json_name = "stringValue"];
hasStructValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
hasStructValue() - Method in class com.google.protobuf.Value
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
hasStructValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
hasSuffix() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional string suffix = 4 [json_name = "suffix"];
hasSuffix() - Method in class com.google.protobuf.compiler.PluginProtos.Version
optional string suffix = 4 [json_name = "suffix"];
hasSuffix() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
optional string suffix = 4 [json_name = "suffix"];
hasSupportedFeatures() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
hasSupportedFeatures() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
hasSupportedFeatures() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
hasSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
hasSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
hasSwiftPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
hasSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12 [json_name = "syntax"];
hasSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string syntax = 12 [json_name = "syntax"];
hasSyntax() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string syntax = 12 [json_name = "syntax"];
hasSystemWideCompletedQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
hasSystemWideCompletedQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated
hasSystemWideCompletedQueries() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated
hasSystemWideQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
hasSystemWideQueries() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
Deprecated
hasSystemWideQueries() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
Deprecated
hasTarget() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.OptionTargetType target = 18 [json_name = "target"];
hasTarget() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.OptionTargetType target = 18 [json_name = "target"];
hasTarget() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.OptionTargetType target = 18 [json_name = "target"];
hasTempDiskLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
hasTempDiskLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
hasTempDiskLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
hasTestConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.TestConnection test_connection = 7;
hasTestConnection() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
.xg.cmdcomp.TestConnection test_connection = 7;
hasTestConnection() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.RequestOrBuilder
.xg.cmdcomp.TestConnection test_connection = 7;
hasTimeLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
hasTimeLimit() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
hasTimeLimit() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.SetParameterOrBuilder
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
hasTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4 [json_name = "trailingComments"];
hasTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string trailing_comments = 4 [json_name = "trailingComments"];
hasTrailingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string trailing_comments = 4 [json_name = "trailingComments"];
hasType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
hasType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
hasType() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
hasTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6 [json_name = "typeName"];
hasTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string type_name = 6 [json_name = "typeName"];
hasTypeName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string type_name = 6 [json_name = "typeName"];
hasUnverifiedLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
hasUnverifiedLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
hasUnverifiedLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
hasUuid() - Method in class xg.Validator.ValidatorOptions.Builder
optional string uuid = 5;
hasUuid() - Method in class xg.Validator.ValidatorOptions
optional string uuid = 5;
hasUuid() - Method in interface xg.Validator.ValidatorOptionsOrBuilder
optional string uuid = 5;
hasUuidIdentity() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.uuid_identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=415
hasUuidIdentity() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
Deprecated.
xg.cmdcomp.LocalQueries.uuid_identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=415
hasUuidIdentity() - Method in interface com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesOrBuilder
Deprecated.
xg.cmdcomp.LocalQueries.uuid_identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=415
hasValue() - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
hasValue() - Method in class com.google.protobuf.Option
.google.protobuf.Any value = 2 [json_name = "value"];
hasValue() - Method in interface com.google.protobuf.OptionOrBuilder
.google.protobuf.Any value = 2 [json_name = "value"];
hasWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool weak = 10 [default = false, json_name = "weak"];
hasWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool weak = 10 [default = false, json_name = "weak"];
hasWeak() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool weak = 10 [default = false, json_name = "weak"];
HEADER_MODE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
headers - Variable in class com.ocient.cli.extract.ResultSetExtractor
 
HEX - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.TranslateCharactersMode
 
HEXADECIMAL - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.BinaryFormat
 
HexadecimalByteArrayWrapper - Class in com.ocient.cli.extract.wrappers
 
HexadecimalByteArrayWrapper(byte[]) - Constructor for class com.ocient.cli.extract.wrappers.HexadecimalByteArrayWrapper
 
HIGH_CONTENTION - Enum constant in enum class com.ocient.metrics.PerfCounter.ThreadingModel
For use in highly contention multi-threaded contexts.
hint() - Method in class com.ocient.jdbc.XGConnectionInfo
 
history(String) - Method in class com.ocient.cli.PasswordMaskingCallback
 
HMAC_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
HMAC_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
HOSTNAME - Enum constant in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
Simple hostname identity type
HOSTNAME_FIELD_NUMBER - Static variable in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
HOSTNAME_IDENTITY - Enum constant in enum class xg.md.ProtocolMetadata.protocolIdentity.IdentityCase
 
HOSTNAME_IDENTITY_FIELD_NUMBER - Static variable in class xg.md.ProtocolMetadata.protocolIdentity
 
HOSTNAME_VALUE - Static variable in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
Simple hostname identity type

I

id() - Method in enum class com.google.protobuf.FieldType
A reliable unique identifier for this type.
id() - Method in class com.ocient.metrics.Metric.NamedTag
 
ID - Enum constant in enum class com.ocient.metrics.Metric.Tag
 
ID_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
IDEMPOTENCY_LEVEL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
 
IDEMPOTENCY_UNKNOWN - Enum constant in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
IDEMPOTENCY_UNKNOWN = 0;
IDEMPOTENCY_UNKNOWN_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
IDEMPOTENCY_UNKNOWN = 0;
IDEMPOTENT - Enum constant in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
IDEMPOTENT = 2;
IDEMPOTENT_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
IDEMPOTENT = 2;
IDENTIFIER_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
identity(T) - Static method in class com.ocient.util.Functions
A function that returns its argument unchanged.
IDENTITY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
IDENTITY_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
IDENTITY_NOT_SET - Enum constant in enum class xg.md.ProtocolMetadata.protocolIdentity.IdentityCase
 
IMMUTABLE - Enum constant in enum class com.google.protobuf.Extension.ExtensionType
 
IMMUTABLE - Static variable in class com.google.protobuf.MapField
 
INCOMPATIBLE_TYPES_IN_CASE - Static variable in class com.ocient.jdbc.SQLStates
 
INCOMPATIBLE_TYPES_IN_LIST - Static variable in class com.ocient.jdbc.SQLStates
 
INCREMENTAL_VALUE - Enum constant in enum class com.ocient.metrics.Metric.CounterType
 
incValue(long) - Method in class com.ocient.metrics.PerfCounter
Adds delta to the internal value of this counter.
InfoResource - Class in com.ocient.rest.resources
 
InfoResource() - Constructor for class com.ocient.rest.resources.InfoResource
 
init(int) - Method in class com.ocient.util.Iterators.LazyFanInPriorityQueue
Initializes the queue at the specified index.
INITIAL_EFFECTIVE_PRIORITY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
INITIAL_EFFECTIVE_PRIORITY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
INITIAL_PRIORITY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
INITIAL_PRIORITY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
INITIATOR_NATURE_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
initResultSet(XGConnection, int, XGStatement, int, XGConnectionFactory, RowTransformerFactory, SortMode, Map<String, Integer>) - Static method in class com.ocient.jdbc.XGResultSet
Initializes a new XGResultSet object and returns a CompletionStage that completes when the result set's metadata has been retrieved from the server and completes with an exceptional CompletableFutures.SQLResult on failure.
initResultSetMetadata(XGConnection, int, XGStatement, ClientWireProtocol.ResultSet, XGResultSet.Option...) - Static method in class com.ocient.jdbc.XGResultSet
Initializes a new XGResultSet object and returns a CompletionStage that completes when the result set's metadata has been retrieved from the server and completes with an exceptional CompletableFutures.SQLResult on failure.
initTransport(String, int) - Method in class com.ocient.jdbc.XGConnection
 
initTransportAndBeginHandshake() - Method in class com.ocient.jdbc.XGConnection
 
INPUT_ESCAPED - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
INPUT_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
INSERTION_POINT_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
insertRow() - Method in class com.ocient.jdbc.XGResultSet
 
insertsAreDetected(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
instance - Variable in class com.google.protobuf.GeneratedMessageLite.Builder
 
instance() - Static method in class com.ocient.metrics.MetricsRegistry
 
INSTANCE - Static variable in class com.ocient.util.NullRowTransformerFactory
 
INSTANTANEOUS_VALUE - Enum constant in enum class com.ocient.metrics.Metric.CounterType
 
INT - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.JavaType
 
INT - Enum constant in enum class com.google.protobuf.JavaType
 
INT - Enum constant in enum class com.google.protobuf.WireFormat.JavaType
 
INT_VAL - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase
 
INT_VAL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
INT32 - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
INT32 - Enum constant in enum class com.google.protobuf.FieldType
 
INT32 - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
INT32_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
INT32_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
Int32Value - Class in com.google.protobuf
Protobuf type google.protobuf.Int32Value
Int32Value.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Int32Value
Int32ValueOrBuilder - Interface in com.google.protobuf
 
INT64 - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
INT64 - Enum constant in enum class com.google.protobuf.FieldType
 
INT64 - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
INT64_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
INT64_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
Int64Value - Class in com.google.protobuf
Protobuf type google.protobuf.Int64Value
Int64Value.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Int64Value
Int64ValueOrBuilder - Interface in com.google.protobuf
 
Internal - Class in com.google.protobuf
The classes contained within are used internally by the Protocol Buffer library and generated message implementations.
INTERNAL_ERROR - Static variable in class com.ocient.jdbc.SQLStates
 
Internal.BooleanList - Interface in com.google.protobuf
A List implementation that avoids boxing the elements into Booleans if possible.
Internal.DoubleList - Interface in com.google.protobuf
A List implementation that avoids boxing the elements into Doubles if possible.
Internal.EnumLite - Interface in com.google.protobuf
Interface for an enum value or value descriptor, to be used in FieldSet.
Internal.EnumLiteMap<T extends Internal.EnumLite> - Interface in com.google.protobuf
Interface for an object which maps integers to Internal.EnumLites.
Internal.EnumVerifier - Interface in com.google.protobuf
Interface for an object which verifies integers are in range.
Internal.FloatList - Interface in com.google.protobuf
A List implementation that avoids boxing the elements into Floats if possible.
Internal.IntList - Interface in com.google.protobuf
A List implementation that avoids boxing the elements into Integers if possible.
Internal.ListAdapter<F,T> - Class in com.google.protobuf
Provides an immutable view of List<T> around a List<F>.
Internal.ListAdapter.Converter<F,T> - Interface in com.google.protobuf
Convert individual elements of the List from F to T.
Internal.LongList - Interface in com.google.protobuf
A List implementation that avoids boxing the elements into Longs if possible.
Internal.MapAdapter<K,V,RealValue> - Class in com.google.protobuf
Wrap around a Map<K, RealValue> and provide a Map<K, V> interface.
Internal.MapAdapter.Converter<A,B> - Interface in com.google.protobuf
An interface used to convert between two types.
Internal.ProtobufList<E> - Interface in com.google.protobuf
Extends List to add the capability to make the list immutable and inspect if it is modifiable.
internalBuildGeneratedFileFrom(String[], Descriptors.FileDescriptor[]) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
This method is to be called by generated code only.
internalBuildGeneratedFileFrom(String[], Descriptors.FileDescriptor[], Descriptors.FileDescriptor.InternalDescriptorAssigner) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
Deprecated.
internalBuildGeneratedFileFrom(String[], Class<?>, String[], String[]) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
This method is to be called by generated code only.
internalBuildGeneratedFileFrom(String[], Class<?>, String[], String[], Descriptors.FileDescriptor.InternalDescriptorAssigner) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
Deprecated.
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Any.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Any
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Api.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Api
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.BoolValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.BoolValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.BytesValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.BytesValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DoubleValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DoubleValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Duration.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Duration
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Empty.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Empty
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Enum.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Enum
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.EnumValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.EnumValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Field.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Field
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.FieldMask.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.FieldMask
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.FloatValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.FloatValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.GeneratedMessage.Builder
Get the FieldAccessorTable for this type.
internalGetFieldAccessorTable() - Method in class com.google.protobuf.GeneratedMessage
Get the FieldAccessorTable for this type.
internalGetFieldAccessorTable() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Get the FieldAccessorTable for this type.
internalGetFieldAccessorTable() - Method in class com.google.protobuf.GeneratedMessageV3
Get the FieldAccessorTable for this type.
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int32Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int32Value
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int64Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int64Value
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.ListValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.ListValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Method.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Method
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Mixin.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Mixin
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Option.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Option
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.SourceContext.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.SourceContext
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.StringValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.StringValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Struct.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Struct
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Timestamp.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Timestamp
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Type.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Type
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt32Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt32Value
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt64Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt64Value
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Value
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
internalGetFieldAccessorTable() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
internalGetFieldAccessorTable() - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
internalGetFieldAccessorTable() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
internalGetFieldAccessorTable() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
internalGetFieldAccessorTable() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
internalGetFieldAccessorTable() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
internalGetFieldAccessorTable() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
internalGetFieldAccessorTable() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
internalGetFieldAccessorTable() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
internalGetFieldAccessorTable() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
internalGetFieldAccessorTable() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
internalGetFieldAccessorTable() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
internalGetFieldAccessorTable() - Method in class xg.Validator.EnumValidatorOptions.Builder
 
internalGetFieldAccessorTable() - Method in class xg.Validator.EnumValidatorOptions
 
internalGetFieldAccessorTable() - Method in class xg.Validator.OneofValidatorOptions.Builder
 
internalGetFieldAccessorTable() - Method in class xg.Validator.OneofValidatorOptions
 
internalGetFieldAccessorTable() - Method in class xg.Validator.ValidatorOptions.Builder
 
internalGetFieldAccessorTable() - Method in class xg.Validator.ValidatorOptions
 
internalGetMapField(int) - Method in class com.google.protobuf.GeneratedMessage.Builder
Gets the map field with the given field number.
internalGetMapField(int) - Method in class com.google.protobuf.GeneratedMessage
Gets the map field with the given field number.
internalGetMapField(int) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Gets the map field with the given field number.
internalGetMapField(int) - Method in class com.google.protobuf.GeneratedMessageV3
Gets the map field with the given field number.
internalGetMapField(int) - Method in class com.google.protobuf.Struct.Builder
 
internalGetMapField(int) - Method in class com.google.protobuf.Struct
 
internalGetMapField(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
internalGetMapField(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
internalGetMutableMapField(int) - Method in class com.google.protobuf.GeneratedMessage.Builder
Like GeneratedMessage.Builder.internalGetMapField(int) but return a mutable version.
internalGetMutableMapField(int) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Like GeneratedMessageV3.Builder.internalGetMapField(int) but return a mutable version.
internalGetMutableMapField(int) - Method in class com.google.protobuf.Struct.Builder
 
internalGetMutableMapField(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
internalGetValueMap() - Static method in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
 
internalGetValueMap() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
internalGetValueMap() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
internalGetValueMap() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
internalGetValueMap() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
internalGetValueMap() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
 
internalGetValueMap() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
 
internalGetValueMap() - Static method in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
internalGetValueMap() - Static method in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
 
internalGetValueMap() - Static method in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
 
internalGetValueMap() - Static method in enum class com.google.protobuf.Field.Cardinality
 
internalGetValueMap() - Static method in enum class com.google.protobuf.Field.Kind
 
internalGetValueMap() - Static method in enum class com.google.protobuf.NullValue
 
internalGetValueMap() - Static method in enum class com.google.protobuf.Syntax
 
internalGetValueMap() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
 
internalGetValueMap() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
 
internalGetValueMap() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
 
internalGetValueMap() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
 
internalGetValueMap() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
 
internalGetValueMap() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
 
internalGetValueMap() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
 
internalGetValueMap() - Static method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
 
internalGetValueMap() - Static method in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
 
internalGetValueMap() - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
 
internalGetValueMap() - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
 
internalInit(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
For use by generated code only.
internalMergeFrom(AbstractMessageLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
internalMergeFrom(MessageLite.Builder, MessageLite) - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
internalMergeFrom(MessageType) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
internalMergeFrom(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
internalUpdateFileDescriptor(Descriptors.FileDescriptor, ExtensionRegistry) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
This method is to be called by generated code only.
INVALID - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
INVALID = 0;
INVALID - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
INVALID = 0;
INVALID - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
INVALID = 0;
INVALID - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
INVALID = 0;
INVALID - Enum constant in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
Invalid type
INVALID - Enum constant in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
Invalid identity type
INVALID - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Invalid message
INVALID_AGGREGATION - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_ARGUMENT - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_ATTRIBUTE - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_BUFFER_LENGTH - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_BY_EXPRESSION - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_C_DATA_TYPE - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_CASE_CONDITION - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_COLUMN_TYPE - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_COMPARISON - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_CONN_STR_ATTR - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_CURSOR_STATE - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_DATA_TYPE_CONVERSION - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_DESCRIPTOR_FIELD - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_DESCRIPTOR_INDEX - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_DESCRIPTOR_INFORMATION - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_FLOATING_POINT_OPERATION - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_FRAME_BOUNDS - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_IDENTITY - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
INVALID_IDENTITY = 4;
INVALID_IDENTITY_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
INVALID_IDENTITY = 4;
INVALID_IMPLICIT_DESC_HANDLE_USE - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_INPUT - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_JOIN_CONDITION - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_MATRIX_LITERAL - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_NEW_USER_PWD - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_ORDER_BY - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_PARAMETER_MARKER - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_PARTITIONING - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
INVALID_PARTITIONING = 0;
INVALID_PARTITIONING_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
INVALID_PARTITIONING = 0;
INVALID_PIPELINE - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_QUERY_PRIORITY - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_RESPONSE_TYPE - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_SECURITY_TOKEN - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_SECURITY_TOKEN_FINGERPRINT - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_SECURITY_TOKEN_SIGNATURE - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_SQL_DATA_TYPE - Static variable in class com.ocient.jdbc.SQLStates
 
INVALID_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
INVALID = 0;
INVALID_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
INVALID = 0;
INVALID_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
INVALID = 0;
INVALID_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
INVALID = 0;
INVALID_VALUE - Static variable in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
Invalid type
INVALID_VALUE - Static variable in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
Invalid identity type
INVALID_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Invalid message
InvalidProtocolBufferException - Exception in com.google.protobuf
Thrown when a protocol message being parsed is invalid in some way.
InvalidProtocolBufferException(IOException) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
InvalidProtocolBufferException(Exception) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
InvalidProtocolBufferException(String) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
InvalidProtocolBufferException(String, IOException) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
InvalidProtocolBufferException(String, Exception) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
InvalidProtocolBufferException.InvalidWireTypeException - Exception in com.google.protobuf
Exception indicating that an unexpected wire type was encountered for a field.
InvalidWireTypeException(String) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException.InvalidWireTypeException
 
IO_ERROR - Static variable in class com.ocient.jdbc.SQLStates
 
IP_FIELD_NUMBER - Static variable in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
IPV4 - Enum constant in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
An IPV4
IPV4_ADDRESS - Enum constant in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.AddressCase
 
IPV4_ADDRESS_FIELD_NUMBER - Static variable in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
IPV4_VALUE - Static variable in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
An IPV4
is(Class<T>) - Method in class com.google.protobuf.Any
 
IS_A_SELECT - Static variable in class com.ocient.jdbc.SQLStates
 
IS_EXTENSION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
IS_ON_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
IS_ON_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
isAfterLast() - Method in class com.ocient.jdbc.XGResultSet
 
isAtEnd() - Method in class com.google.protobuf.CodedInputStream
Returns true if the stream has reached the end of the input.
isAutoIncrement(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
isBalanced() - Method in class com.google.protobuf.ByteString
Return true if this ByteString is literal (a leaf node) or a flat-enough tree in the sense of RopeByteString.
isBeforeFirst() - Method in class com.ocient.jdbc.XGResultSet
 
ISBUFFERSEQUENCINGENABLED_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
isCanceled() - Method in interface com.google.protobuf.RpcController
If true, indicates that the client canceled the RPC, so the server may as well give up on replying to it.
isCaseSensitive(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
isCatalogAtStart() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
isClean() - Method in class com.google.protobuf.GeneratedMessage.Builder
Gets whether invalidations are needed
isClean() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Gets whether invalidations are needed
isClientStreaming() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get whether or not the inputs are streaming.
isClosed() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Determines if the given enum is closed.
isClosed() - Method in class com.ocient.jdbc.XGConnection
 
isClosed() - Method in class com.ocient.jdbc.XGResultSet
 
isClosed() - Method in class com.ocient.jdbc.XGStatement
 
isCloseOnCompletion() - Method in class com.ocient.jdbc.XGStatement
 
isConnectionException(SQLException) - Static method in class com.ocient.jdbc.SQLStates
 
isCurrency(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
isDataEndMarker() - Method in interface com.ocient.util.Row
 
isDefinitelyWritable(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
isDemFound() - Method in class com.ocient.jdbc.FetchSummary
 
isEagerlyParseMessageSets() - Static method in class com.google.protobuf.ExtensionRegistryLite
 
isEmpty() - Method in class com.google.protobuf.ByteString
Returns true if the size is 0, false otherwise.
isEmpty() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets whether the list is empty.
isEmpty() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Gets whether the list is empty.
isExactMatch(String, int) - Method in class com.ocient.jdbc.XGConnection.RemoteEndpoint
 
isException() - Method in interface com.ocient.util.CompletableFutures.Result
Returns true if the operation failed, and false otherwise.
isExtendable() - Method in class com.google.protobuf.Descriptors.Descriptor
Indicates whether the message can be extended.
isExtension() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field an extension?
isExtensionNumber(int) - Method in class com.google.protobuf.Descriptors.Descriptor
Determines if the given field number is an extension.
isFirst() - Method in class com.ocient.jdbc.XGResultSet
 
isInitialized() - Method in class com.google.protobuf.AbstractMessage
 
isInitialized() - Method in class com.google.protobuf.Any.Builder
 
isInitialized() - Method in class com.google.protobuf.Any
 
isInitialized() - Method in class com.google.protobuf.Api.Builder
 
isInitialized() - Method in class com.google.protobuf.Api
 
isInitialized() - Method in class com.google.protobuf.BoolValue.Builder
 
isInitialized() - Method in class com.google.protobuf.BoolValue
 
isInitialized() - Method in class com.google.protobuf.BytesValue.Builder
 
isInitialized() - Method in class com.google.protobuf.BytesValue
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
isInitialized() - Method in class com.google.protobuf.DoubleValue.Builder
 
isInitialized() - Method in class com.google.protobuf.DoubleValue
 
isInitialized() - Method in class com.google.protobuf.Duration.Builder
 
isInitialized() - Method in class com.google.protobuf.Duration
 
isInitialized() - Method in class com.google.protobuf.DynamicMessage.Builder
 
isInitialized() - Method in class com.google.protobuf.DynamicMessage
 
isInitialized() - Method in class com.google.protobuf.Empty.Builder
 
isInitialized() - Method in class com.google.protobuf.Empty
 
isInitialized() - Method in class com.google.protobuf.Enum.Builder
 
isInitialized() - Method in class com.google.protobuf.Enum
 
isInitialized() - Method in class com.google.protobuf.EnumValue.Builder
 
isInitialized() - Method in class com.google.protobuf.EnumValue
 
isInitialized() - Method in class com.google.protobuf.Field.Builder
 
isInitialized() - Method in class com.google.protobuf.Field
 
isInitialized() - Method in class com.google.protobuf.FieldMask.Builder
 
isInitialized() - Method in class com.google.protobuf.FieldMask
 
isInitialized() - Method in class com.google.protobuf.FloatValue.Builder
 
isInitialized() - Method in class com.google.protobuf.FloatValue
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessageLite
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessageV3
 
isInitialized() - Method in class com.google.protobuf.Int32Value.Builder
 
isInitialized() - Method in class com.google.protobuf.Int32Value
 
isInitialized() - Method in class com.google.protobuf.Int64Value.Builder
 
isInitialized() - Method in class com.google.protobuf.Int64Value
 
isInitialized() - Method in class com.google.protobuf.ListValue.Builder
 
isInitialized() - Method in class com.google.protobuf.ListValue
 
isInitialized() - Method in class com.google.protobuf.MapEntry.Builder
 
isInitialized() - Method in class com.google.protobuf.MapEntry
 
isInitialized() - Method in interface com.google.protobuf.MessageLiteOrBuilder
Returns true if all required fields in the message and all embedded messages are set, false otherwise.
isInitialized() - Method in class com.google.protobuf.Method.Builder
 
isInitialized() - Method in class com.google.protobuf.Method
 
isInitialized() - Method in class com.google.protobuf.Mixin.Builder
 
isInitialized() - Method in class com.google.protobuf.Mixin
 
isInitialized() - Method in class com.google.protobuf.Option.Builder
 
isInitialized() - Method in class com.google.protobuf.Option
 
isInitialized() - Method in class com.google.protobuf.SourceContext.Builder
 
isInitialized() - Method in class com.google.protobuf.SourceContext
 
isInitialized() - Method in class com.google.protobuf.StringValue.Builder
 
isInitialized() - Method in class com.google.protobuf.StringValue
 
isInitialized() - Method in class com.google.protobuf.Struct.Builder
 
isInitialized() - Method in class com.google.protobuf.Struct
 
isInitialized() - Method in class com.google.protobuf.Timestamp.Builder
 
isInitialized() - Method in class com.google.protobuf.Timestamp
 
isInitialized() - Method in class com.google.protobuf.Type.Builder
 
isInitialized() - Method in class com.google.protobuf.Type
 
isInitialized() - Method in class com.google.protobuf.UInt32Value.Builder
 
isInitialized() - Method in class com.google.protobuf.UInt32Value
 
isInitialized() - Method in class com.google.protobuf.UInt64Value.Builder
 
isInitialized() - Method in class com.google.protobuf.UInt64Value
 
isInitialized() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
isInitialized() - Method in class com.google.protobuf.UnknownFieldSet
 
isInitialized() - Method in class com.google.protobuf.Value.Builder
 
isInitialized() - Method in class com.google.protobuf.Value
 
isInitialized() - Static method in class com.ocient.cli.CLI
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
isInitialized() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
isInitialized() - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
isInitialized() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
isInitialized() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
isInitialized() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
isInitialized() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
isInitialized() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
isInitialized() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
isInitialized() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
isInitialized() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
isInitialized() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
isInitialized() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
isInitialized() - Method in class xg.Validator.EnumValidatorOptions.Builder
 
isInitialized() - Method in class xg.Validator.EnumValidatorOptions
 
isInitialized() - Method in class xg.Validator.OneofValidatorOptions.Builder
 
isInitialized() - Method in class xg.Validator.OneofValidatorOptions
 
isInitialized() - Method in class xg.Validator.ValidatorOptions.Builder
 
isInitialized() - Method in class xg.Validator.ValidatorOptions
 
isInitialized(T, boolean) - Static method in class com.google.protobuf.GeneratedMessageLite
A static helper method for checking if a message is initialized, optionally memoizing.
isInRange(int) - Method in interface com.google.protobuf.Internal.EnumVerifier
 
isLast() - Method in class com.ocient.jdbc.XGResultSet
 
isLeft() - Method in class com.ocient.util.CompletableFutures.FailedResult
 
isLeft() - Method in class com.ocient.util.CompletableFutures.SuccessResult
 
isLeft() - Method in class com.ocient.util.FlattenedRow
 
isList() - Method in enum class com.google.protobuf.FieldType
Indicates whether this field represents a list of values.
isMap() - Method in enum class com.google.protobuf.FieldType
Indicates whether this field represents a map.
isMapField() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
 
isModifiable() - Method in class com.google.protobuf.LazyStringArrayList
 
isModifiable() - Method in interface com.google.protobuf.Internal.ProtobufList
Returns whether this list can be modified via the publicly accessible List methods.
isMutable() - Method in class com.google.protobuf.MapField
Returns whether this field can be modified.
isMutable() - Method in class com.google.protobuf.MapFieldLite
Returns whether this field can be modified.
isNullable(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
isOptional() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared optional?
isPackable() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Can this field be packed? That is, is it a repeated primitive field?
isPackable() - Method in enum class com.google.protobuf.WireFormat.FieldType
 
isPacked() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Does this field have the [packed = true] option or is this field packable in proto3 and not explicitly set to unpacked?
isPacked() - Method in enum class com.google.protobuf.FieldType
Indicates whether a list field should be represented on the wire in packed form.
isPoolable() - Method in class com.ocient.jdbc.XGStatement
 
isPrimitiveScalar() - Method in enum class com.google.protobuf.FieldType
Indicates whether this field type represents a primitive scalar value.
isReadOnly() - Method in class com.ocient.jdbc.XGConnection
 
isReadOnly() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
isReadOnly(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
isRepeated() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared repeated?
isRepeated() - Method in class com.google.protobuf.ExtensionLite
Returns whether it is a repeated field.
isRepeated() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
isRepeated() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
 
isRequired() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared required?
isReservedName(String) - Method in class com.google.protobuf.Descriptors.Descriptor
Determines if the given field name is reserved.
isReservedName(String) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Determines if the given field name is reserved.
isReservedNumber(int) - Method in class com.google.protobuf.Descriptors.Descriptor
Determines if the given field number is reserved.
isReservedNumber(int) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Determines if the given field number is reserved.
isRight() - Method in class com.ocient.util.CompletableFutures.FailedResult
 
isRight() - Method in class com.ocient.util.CompletableFutures.SuccessResult
 
isRight() - Method in class com.ocient.util.FlattenedRow
 
isRunning() - Method in class com.ocient.util.ReportLogger
 
isSameTypeAs(Message) - Method in class com.google.protobuf.Any
 
isScalar() - Method in enum class com.google.protobuf.FieldType
Indicates whether this field type represents a scalar value.
isSearchable(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
isServerStreaming() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get whether or not the outputs are streaming.
isSigned(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
isStringEmpty(Object) - Static method in class com.google.protobuf.GeneratedMessageV3
 
isSuccess() - Method in interface com.ocient.util.CompletableFutures.Result
Returns true if the operation was successful, and false otherwise.
ISSUER_CERTIFICATE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
ISSUER_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
ISSUER_FINGERPRINT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
ISSUERFINGERPRINT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
ISSUERFINGERPRINT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
isSynthetic() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
ISUNSORTED_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
isValid() - Method in class com.ocient.transport.JavaNetOcientWireV1Transport
 
isValid() - Method in class com.ocient.transport.NettyOcientWireV1Transport
 
isValid() - Method in interface com.ocient.transport.SimplexTransport
 
isValid(int) - Method in class com.ocient.jdbc.XGConnection
 
isValidForField(Field) - Method in enum class com.google.protobuf.FieldType
Indicates whether or not this FieldType can be applied to the given Field.
isValidTransport() - Method in class com.ocient.jdbc.XGConnection
 
isValidType(Class<?>) - Method in enum class com.google.protobuf.JavaType
Indicates whether or not this JavaType can be applied to a field of the given type.
isValidUtf8() - Method in class com.google.protobuf.ByteString
Tells whether this ByteString represents a well-formed UTF-8 byte sequence, such that the original bytes can be converted to a String object and then round tripped back to bytes without loss.
isValidUtf8(byte[]) - Static method in class com.google.protobuf.Internal
Like Internal.isValidUtf8(ByteString) but for byte arrays.
isValidUtf8(ByteString) - Static method in class com.google.protobuf.Internal
Helper called by generated code to determine if a byte array is a valid UTF-8 encoded string such that the original bytes can be converted to a String object and then back to a byte array round tripping the bytes without loss.
isWarning() - Method in interface com.ocient.util.CompletableFutures.SQLResult
Returns true if the operation returned a warning, and false otherwise.
isWrapperFor(Class<?>) - Method in class com.ocient.jdbc.XGConnection
 
isWrapperFor(Class<?>) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class com.ocient.jdbc.XGResultSet
 
isWrapperFor(Class<?>) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class com.ocient.jdbc.XGStatement
 
isWritable(int) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
item - Variable in class com.ocient.transport.SimplexTransport.StreamCtx
 
item - Variable in class com.ocient.util.CompletableFutures.SuccessResult
 
iterator() - Method in class com.google.protobuf.ByteString
Return a ByteString.ByteIterator over the bytes in the ByteString.
iterator() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
Iterators - Class in com.ocient.util
 
Iterators.LazyFanInPriorityQueue - Class in com.ocient.util
A priority queue for sequenced, asynchronous processing of CompletableFutures.SQLResult<RowBatch> elements.
Iterators.PeekingAsyncIterator<T> - Class in com.ocient.util
An implementation of the AsyncIterator interface that allows peeking at the next element without consuming it from the underlying iterator.
IV_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
IV_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 

J

JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_MULTIPLE_FILES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_OUTER_CLASSNAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_STRING_CHECK_UTF8_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JavaNetOcientWireV1Transport - Class in com.ocient.transport
 
JavaNetOcientWireV1Transport(Socket, BufferedInputStream, BufferedOutputStream) - Constructor for class com.ocient.transport.JavaNetOcientWireV1Transport
 
JavaNetOcientWireV1Transport.Factory - Class in com.ocient.transport
 
JavaType - Enum Class in com.google.protobuf
Enum that identifies the Java types required to store protobuf fields.
jdbcCompliant() - Method in class com.ocient.jdbc.JDBCDriver
 
JDBCDriver - Class in com.ocient.jdbc
 
JDBCDriver() - Constructor for class com.ocient.jdbc.JDBCDriver
 
JOIN_LEADS_TO_DUPLICATE_COL_NAME - Static variable in class com.ocient.jdbc.SQLStates
 
JS_NORMAL - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
JS_NORMAL = 0;
JS_NORMAL_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
JS_NORMAL = 0;
JS_NUMBER - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
JS_NUMBER = 2;
JS_NUMBER_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
JS_NUMBER = 2;
JS_STRING - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
JS_STRING = 1;
JS_STRING_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
JS_STRING = 1;
JSON - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
JSON = 1;
JSON_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
JSON_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
JSON_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
JSON = 1;
jsonResponse(Response.Status, Object) - Static method in class com.ocient.rest.util.ResponseUtil
 
JSTYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
justification() - Element in annotation interface com.ocient.util.SuppressFBWarnings
Optional documentation of the reason why the warning is suppressed

K

key() - Method in enum class com.ocient.auth.OpenIDAuthenticators.OAuthFlow
 
key() - Method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
KILL_QUERY - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
KILL_QUERY - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
KILL_QUERY = 22;
KILL_QUERY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
KILL_QUERY_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
KILL_QUERY = 22;
killQuery(String) - Method in class com.ocient.jdbc.XGStatement
 
KIND_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
KIND_NOT_SET - Enum constant in enum class com.google.protobuf.Value.KindCase
 
KML - Class in com.ocient.jdbc
 
KML() - Constructor for class com.ocient.jdbc.KML
 
KMLIsEmpty() - Static method in class com.ocient.jdbc.KML
 

L

LABEL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
LABEL_OPTIONAL - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_OPTIONAL = 1;
LABEL_OPTIONAL_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_OPTIONAL = 1;
LABEL_REPEATED - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_REPEATED = 3;
LABEL_REPEATED_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_REPEATED = 3;
LABEL_REQUIRED - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_REQUIRED = 2;
LABEL_REQUIRED_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_REQUIRED = 2;
LandingPages - Class in com.ocient.auth
 
LandingPages() - Constructor for class com.ocient.auth.LandingPages
 
last() - Method in class com.ocient.jdbc.XGResultSet
 
lastByteTime - Variable in class com.ocient.metrics.QueryMetrics
 
lastConnectedEndpoint - Variable in class com.ocient.jdbc.XGConnection
 
LAZY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
LazyFanInPriorityQueue(int, int, SortMode, String, Consumer<CompletableFutures.SQLResult<RowBatch>>, BiConsumer<CompletableFutures.SQLResult<RowBatch>, QueuePermit>, Executor) - Constructor for class com.ocient.util.Iterators.LazyFanInPriorityQueue
Constructs a LazyFanInPriorityQueue with the specified parameters.
LazyField - Class in com.google.protobuf
LazyField encapsulates the logic of lazily parsing message fields.
LazyField(MessageLite, ExtensionRegistryLite, ByteString) - Constructor for class com.google.protobuf.LazyField
 
LazyFieldLite - Class in com.google.protobuf
LazyFieldLite encapsulates the logic of lazily parsing message fields.
LazyFieldLite() - Constructor for class com.google.protobuf.LazyFieldLite
Constructs a LazyFieldLite with no contents, and no ability to parse extensions.
LazyFieldLite(ExtensionRegistryLite, ByteString) - Constructor for class com.google.protobuf.LazyFieldLite
Constructs a LazyFieldLite with bytes that will be parsed lazily.
LazyStringArrayList - Class in com.google.protobuf
An implementation of LazyStringList that wraps an ArrayList.
LazyStringArrayList() - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringArrayList(int) - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringArrayList(LazyStringList) - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringArrayList(List<String>) - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringList - Interface in com.google.protobuf
An interface extending List<String> that also provides access to the items of the list as UTF8-encoded ByteString or byte[] objects.
LEADING_COMMENTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
LEADING_DETACHED_COMMENTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
leaseConnection(XGConnectionInfo) - Static method in class com.ocient.jdbc.XGConnection
Leases a connection to the database specified by info.
LIST_PLAN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
LIST_PLAN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
LIST_PLAN = 21;
LIST_PLAN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
LIST_PLAN_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
LIST_PLAN = 21;
LIST_TYPE_IN_SELECT_LIST - Static variable in class com.ocient.jdbc.SQLStates
 
LIST_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
 
LIST_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
LIST_WITHIN_LIST - Static variable in class com.ocient.jdbc.SQLStates
 
ListAdapter(List<F>, Internal.ListAdapter.Converter<F, T>) - Constructor for class com.google.protobuf.Internal.ListAdapter
 
listIndexesSyntax - Static variable in class com.ocient.jdbc.XGRegexUtils
 
listIterator(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
listPlan() - Method in class com.ocient.jdbc.XGStatement
 
listSystemTablesSyntax - Static variable in class com.ocient.jdbc.XGRegexUtils
 
listTablesSyntax - Static variable in class com.ocient.jdbc.XGRegexUtils
 
ListValue - Class in com.google.protobuf
Protobuf type google.protobuf.ListValue
ListValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.ListValue
ListValueOrBuilder - Interface in com.google.protobuf
 
listViewsSyntax - Static variable in class com.ocient.jdbc.XGRegexUtils
 
LITE_RUNTIME - Enum constant in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
LITE_RUNTIME = 3;
LITE_RUNTIME_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
LITE_RUNTIME = 3;
LITTLE_ENDIAN_32_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
load(InputStream) - Method in class com.ocient.util.CaselessProperties
 
load(Reader) - Method in class com.ocient.util.CaselessProperties
 
loadFromXML(InputStream) - Method in class com.ocient.util.CaselessProperties
 
loadJar(String) - Static method in class com.ocient.classloader.DynamicClassLoader
 
LOCAL - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.LocationType
 
LOCAL_QUERIES - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
LOCAL_QUERIES - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
LOCAL_QUERIES = 18;
LOCAL_QUERIES_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
LOCAL_QUERIES_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
LOCAL_QUERIES = 18;
LocalAttach - Class in com.ocient.procedures
 
LocalAttach() - Constructor for class com.ocient.procedures.LocalAttach
 
LOCATION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
LOCATION_TYPE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
locatorsUpdateCopy() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
LOG_FILE - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
LOG_LEVEL - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
LOGGER - Static variable in class com.ocient.jdbc.XGStatement
 
logMetrics() - Method in class com.ocient.jdbc.StructuredQueryMetrics
 
logQueryNoResults() - Method in class com.ocient.jdbc.XGStatement
 
logQueryWithResults(XGResultSet) - Method in class com.ocient.jdbc.XGStatement
 
LONG - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.JavaType
 
LONG - Enum constant in enum class com.google.protobuf.JavaType
 
LONG - Enum constant in enum class com.google.protobuf.WireFormat.JavaType
 
LONG - Enum constant in enum class com.ocient.metrics.Metric.DataType
 
LONG_QUERY_THRESHOLD - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
longCounter(Metric.MetricPath, PerfCounter.ThreadingModel, Metric.DataType, Metric.CounterType, Metric.Units) - Static method in class com.ocient.metrics.PerfCounter
Creates a new PerfCounter instance for a long value.
LOW_CONTENTION - Enum constant in enum class com.ocient.metrics.PerfCounter.ThreadingModel
For use in multi-producer contexts.

M

main(String[]) - Static method in class com.ocient.cli.CLI
 
main(String[]) - Static method in class com.ocient.jdbc.TraceProcessor
 
MAJOR_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.Version
 
MAJORCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
MAJORCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
MAJORCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
MAJORCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Used by parsing constructors in generated classes.
makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessage
Used by parsing constructors in generated classes.
makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Used by parsing constructors in generated classes.
makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessageV3
Used by parsing constructors in generated classes.
makeImmutable() - Method in class com.google.protobuf.LazyStringArrayList
 
makeImmutable() - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to complete parsing.
makeImmutable() - Method in interface com.google.protobuf.Internal.ProtobufList
Makes this list immutable.
makeImmutable() - Method in class com.google.protobuf.MapField
Makes this list immutable.
makeImmutable() - Method in class com.google.protobuf.MapFieldLite
Makes this field immutable.
makeImmutable() - Method in class com.google.protobuf.UnknownFieldSetLite
Marks this object as immutable.
makeMutableCopy(ListT) - Static method in class com.google.protobuf.GeneratedMessageV3
 
makeObject(XGConnectionInfo) - Method in class com.ocient.jdbc.XGConnection.XGConnectionFactory
 
MALFORMED_DATA - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
MALFORMED_DATA = 1;
MALFORMED_DATA_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
MALFORMED_DATA = 1;
MALFORMED_URL - Static variable in class com.ocient.jdbc.SQLStates
 
map(Function<T, U>) - Method in class com.ocient.transport.SimplexTransport.StreamCtx
 
MAP - Enum constant in enum class com.google.protobuf.FieldType
 
MAP_ENTRY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
MapAdapter(Map<K, RealValue>, Internal.MapAdapter.Converter<RealValue, V>) - Constructor for class com.google.protobuf.Internal.MapAdapter
 
MapEntry<K,V> - Class in com.google.protobuf
Implements MapEntry messages.
MapEntry.Builder<K,V> - Class in com.google.protobuf
Builder to create MapEntry messages.
MapEntryLite<K,V> - Class in com.google.protobuf
Implements the lite version of map entry messages.
MapField<K,V> - Class in com.google.protobuf
Internal representation of map fields in generated messages.
MapFieldLite<K,V> - Class in com.google.protobuf
Internal representation of map fields in generated lite-runtime messages.
mapSuccess(Function<? super T, ? extends U>) - Method in interface com.ocient.transport.TransportResult
 
mapSuccess(Function<? super T, ? extends U>) - Method in interface com.ocient.util.CompletableFutures.IOResult
 
mapSuccess(Function<? super T, ? extends U>) - Method in interface com.ocient.util.CompletableFutures.Result
Maps the success value of this Result to a new Result of a different type by applying the given function.
mapSuccess(Function<? super T, ? extends U>) - Method in interface com.ocient.util.CompletableFutures.SQLResult
 
mapSuccessAsync(Function<? super T, ? extends CompletionStage<TransportResult<U>>>) - Method in interface com.ocient.transport.TransportResult
Maps the success value of this Result to a new completed stage of a different TransportResult type by applying the given function.
mapSuccessAsync(Function<? super T, ? extends CompletionStage<CompletableFutures.SQLResult<U>>>) - Method in interface com.ocient.util.CompletableFutures.SQLResult
Maps the success value of this Result to a new completed stage of a different CompletableFutures.SQLResult type by applying the given function.
markClean() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by the subclass or a builder to notify us that a message was built and may be cached and therefore invalidations are needed.
markClean() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Called by the subclass or a builder to notify us that a message was built and may be cached and therefore invalidations are needed.
markDirty() - Method in interface com.google.protobuf.AbstractMessage.BuilderParent
A builder becomes dirty whenever a field is modified -- including fields in nested builders -- and becomes clean when build() is called.
markDirty() - Method in class com.google.protobuf.RepeatedFieldBuilder
 
markDirty() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
 
markDirty() - Method in class com.google.protobuf.SingleFieldBuilder
 
markDirty() - Method in class com.google.protobuf.SingleFieldBuilderV3
 
marshalSQLException(Throwable) - Static method in class com.ocient.util.CompletableFutures
Marshals a given Throwable into an SQLException.
marshalThrowable(Throwable, Class<? extends E>, Function<Throwable, E>) - Static method in class com.ocient.util.CompletableFutures
Marshals a given Throwable into an E.
MAX_FIELD_NUMBER - Static variable in class xg.Validator.ValidatorOptions
 
MAX_PARALLEL_TCP_STREAMS - Static variable in class com.ocient.jdbc.XGProperties
The maximum of number of parallel TCP streams used to issue fetch data requests.
MAX_PARALLEL_TCP_STREAMS_KEY - Static variable in class com.ocient.jdbc.XGProperties
 
MAX_RESULT_SET_BUFFERS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
MAX_RESULT_SET_BUFFERS_PER_RESPONSE - Static variable in class com.ocient.jdbc.XGProperties
The maximum of number of result set buffers in each fetch data response.
MAX_RESULT_SET_BUFFERS_PER_RESPONSE_KEY - Static variable in class com.ocient.jdbc.XGProperties
 
MAX_ROWS - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
MAX_ROWS_PER_FILE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
MAX_SEQUENCED_PARALLEL_TCP_STREAMS - Static variable in class com.ocient.jdbc.XGProperties
The maximum of number of parallel TCP streams used to issue fetch data requests when streaming a sorted result set.
MAX_SEQUENCED_PARALLEL_TCP_STREAMS_KEY - Static variable in class com.ocient.jdbc.XGProperties
 
MAX_TEMP_DISK - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
MAX_THREADS_PER_RESULTSET - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
MAX_TIME - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
MAXNUMCLIENTTHREADS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
maxRows - Variable in class com.ocient.jdbc.XGConnection
 
memoizedHashCode - Variable in class com.google.protobuf.AbstractMessageLite
 
memoizedSize - Variable in class com.google.protobuf.AbstractMessage
 
MEMORY_TRACING - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
MEMORY_TRACING_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
merge(LazyFieldLite) - Method in class com.google.protobuf.LazyFieldLite
Merges another instance's contents.
merge(CharSequence, ExtensionRegistry, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(CharSequence, ExtensionRegistry, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
merge(CharSequence, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(CharSequence, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
merge(Readable, ExtensionRegistry, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(Readable, ExtensionRegistry, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
merge(Readable, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(Readable, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
mergeAck(ProtocolPrivMessages.protocolPrivAck) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivAck ack = 255;
mergeAnonymousIdentity(ProtocolMetadata.protocolIdentity.anonymousIdentity) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
anonymous identity
mergeAttachToQuery(ClientWireProtocol.AttachToQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
mergeCancelQuery(ClientWireProtocol.CancelQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CancelQuery cancel_query = 17;
mergeCertFingerprintIdentity(ProtocolMetadata.protocolIdentity.certFingerprintIdentity) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
cert fingerprint identity
mergeCheckData(ClientWireProtocol.CheckDataRequest) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
mergeClearCache(ClientWireProtocol.ClearCache) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClearCache clear_cache = 41;
mergeClientConnection(ClientWireProtocol.ClientConnection) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection client_connection = 2;
mergeClientConnection2(ClientWireProtocol.ClientConnection2) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
mergeClientConnectionGcm(ClientWireProtocol.ClientConnectionGCM) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
mergeClientConnectionGcm2(ClientWireProtocol.ClientConnectionGCM2) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
mergeClientConnectionRefreshSession(ClientWireProtocol.ClientConnectionRefreshSession) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
mergeClientConnectionRefreshToken(ClientWireProtocol.ClientConnectionRefreshToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
mergeClientConnectionSecurityToken(ClientWireProtocol.ClientConnectionSecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
mergeClientConnectionSso(ClientWireProtocol.ClientConnectionSSO) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
mergeClientConnectionSso2(ClientWireProtocol.ClientConnectionSSO2) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
mergeCloseConnection(ClientWireProtocol.CloseConnection) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseConnection close_connection = 5;
mergeCloseResultSet(ClientWireProtocol.CloseResultSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseResultSet close_result_set = 10;
mergeCompilerVersion(PluginProtos.Version) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
mergeConcurrency(ClientWireProtocol.SetParameter.Concurrency) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
mergeDatabaseId(StringValue) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the database uuid the user was connected to
mergeDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Message.Builder
 
mergeDelimitedFrom(InputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.mergeFrom(InputStream), but does not read until EOF.
mergeDelimitedFrom(InputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeDisableProtocol(ProtocolPrivMessages.protocolPrivDisableProtocol) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
mergeEnableProtocol(ProtocolPrivMessages.protocolPrivEnableProtocol) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
mergeExecuteExplain(ClientWireProtocol.ExecuteExplain) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
mergeExecuteExplainForSpark(ClientWireProtocol.ExecuteExplainForSpark) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Spark Deprecated
mergeExecuteExport(ClientWireProtocol.ExecuteExport) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExport execute_export = 26;
mergeExecuteInlinePlan(ClientWireProtocol.ExecuteInlinePlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
mergeExecutePlan(ClientWireProtocol.ExecutePlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecutePlan execute_plan = 20;
mergeExecuteQuery(ClientWireProtocol.ExecuteQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteQuery execute_query = 11;
mergeExecuteUpdate(ClientWireProtocol.ExecuteUpdate) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
mergeExplainPipeline(ClientWireProtocol.ExplainPipelineRequest) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
mergeExplainPlan(ClientWireProtocol.ExplainPlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPlan explain_plan = 21;
mergeExtensionFields(GeneratedMessage.ExtendableMessage) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
mergeExtensionFields(GeneratedMessageV3.ExtendableMessage<?>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
mergeExtensionFields(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
mergeFetchAuthenticators(ClientWireProtocol.FetchAuthenticators) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
mergeFetchData(ClientWireProtocol.FetchData) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchData fetch_data = 8;
mergeFetchMetadata(ClientWireProtocol.FetchMetadata) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
mergeFetchSystemMetadata(ClientWireProtocol.FetchSystemMetadata) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
mergeField(int, UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Add a field to the UnknownFieldSet.
mergeFieldFrom(int, CodedInputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse a single field from input and merge it into this set.
mergeForceExternal(ClientWireProtocol.ForceExternal) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
mergeForceExternal(ClientWireProtocol.SetParameter.ForceExternal) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
mergeFrom(byte[]) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[]) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[]) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[]) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[]) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse data as an UnknownFieldSet and merge it with the set being built.
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
mergeFrom(byte[], int, int) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[], int, int) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(Any) - Method in class com.google.protobuf.Any.Builder
 
mergeFrom(Api) - Method in class com.google.protobuf.Api.Builder
 
mergeFrom(BoolValue) - Method in class com.google.protobuf.BoolValue.Builder
 
mergeFrom(ByteString) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(ByteString) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(ByteString) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(ByteString) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(ByteString) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse data as an UnknownFieldSet and merge it with the set being built.
mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(BytesValue) - Method in class com.google.protobuf.BytesValue.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(CodedInputStream) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(CodedInputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Parses a message of this type from the input and merges it with this message.
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse an entire message from input and merge its fields into this set.
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Any.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Api.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.BoolValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.BytesValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DoubleValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Duration.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Empty.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Enum.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.EnumValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Field.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.FieldMask.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.FloatValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Int32Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Int64Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.LazyFieldLite
Merges another instance's contents from a stream.
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.ListValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Method.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Mixin.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Option.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.SourceContext.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.StringValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Struct.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Type.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UInt32Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UInt64Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.Validator.EnumValidatorOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.Validator.OneofValidatorOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class xg.Validator.ValidatorOptions.Builder
 
mergeFrom(PluginProtos.CodeGeneratorRequest) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
mergeFrom(PluginProtos.CodeGeneratorResponse) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
mergeFrom(PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
mergeFrom(PluginProtos.Version) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
mergeFrom(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
mergeFrom(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
mergeFrom(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(DescriptorProtos.ExtensionRangeOptions) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
mergeFrom(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.FileDescriptorSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(DescriptorProtos.GeneratedCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
mergeFrom(DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
mergeFrom(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.OneofOptions) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
mergeFrom(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
mergeFrom(DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
mergeFrom(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
mergeFrom(DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
mergeFrom(DoubleValue) - Method in class com.google.protobuf.DoubleValue.Builder
 
mergeFrom(Duration) - Method in class com.google.protobuf.Duration.Builder
 
mergeFrom(Empty) - Method in class com.google.protobuf.Empty.Builder
 
mergeFrom(Enum) - Method in class com.google.protobuf.Enum.Builder
 
mergeFrom(EnumValue) - Method in class com.google.protobuf.EnumValue.Builder
 
mergeFrom(Field) - Method in class com.google.protobuf.Field.Builder
 
mergeFrom(FieldMask) - Method in class com.google.protobuf.FieldMask.Builder
 
mergeFrom(FloatValue) - Method in class com.google.protobuf.FloatValue.Builder
 
mergeFrom(Int32Value) - Method in class com.google.protobuf.Int32Value.Builder
 
mergeFrom(Int64Value) - Method in class com.google.protobuf.Int64Value.Builder
 
mergeFrom(LazyStringList) - Method in class com.google.protobuf.LazyStringArrayList
 
mergeFrom(LazyStringList) - Method in interface com.google.protobuf.LazyStringList
Merges all elements from another LazyStringList into this one.
mergeFrom(LazyStringList) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
mergeFrom(ListValue) - Method in class com.google.protobuf.ListValue.Builder
 
mergeFrom(MapField<K, V>) - Method in class com.google.protobuf.MapField
 
mergeFrom(MapFieldLite<K, V>) - Method in class com.google.protobuf.MapFieldLite
 
mergeFrom(Message) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Any.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Api.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.BoolValue.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.BytesValue.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DoubleValue.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Duration.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DynamicMessage.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Empty.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Enum.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.EnumValue.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Field.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.FieldMask.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.FloatValue.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Int32Value.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Int64Value.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.ListValue.Builder
 
mergeFrom(Message) - Method in interface com.google.protobuf.Message.Builder
Merge other into the message being built.
mergeFrom(Message) - Method in class com.google.protobuf.Method.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Mixin.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Option.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.SourceContext.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.StringValue.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Struct.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Type.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.UInt32Value.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.UInt64Value.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Value.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
mergeFrom(Message) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
mergeFrom(Message) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
mergeFrom(Message) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
mergeFrom(Message) - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
mergeFrom(Message) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
mergeFrom(Message) - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
mergeFrom(Message) - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
mergeFrom(Message) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
mergeFrom(Message) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
mergeFrom(Message) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
mergeFrom(Message) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
mergeFrom(Message) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
mergeFrom(Message) - Method in class xg.Validator.EnumValidatorOptions.Builder
 
mergeFrom(Message) - Method in class xg.Validator.OneofValidatorOptions.Builder
 
mergeFrom(Message) - Method in class xg.Validator.ValidatorOptions.Builder
 
mergeFrom(MessageLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(MessageLite) - Method in interface com.google.protobuf.MessageLite.Builder
Merge other into the message being built.
mergeFrom(MessageLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(Method) - Method in class com.google.protobuf.Method.Builder
 
mergeFrom(Mixin) - Method in class com.google.protobuf.Mixin.Builder
 
mergeFrom(Option) - Method in class com.google.protobuf.Option.Builder
 
mergeFrom(SourceContext) - Method in class com.google.protobuf.SourceContext.Builder
 
mergeFrom(StringValue) - Method in class com.google.protobuf.StringValue.Builder
 
mergeFrom(Struct) - Method in class com.google.protobuf.Struct.Builder
 
mergeFrom(Timestamp) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeFrom(Type) - Method in class com.google.protobuf.Type.Builder
 
mergeFrom(UInt32Value) - Method in class com.google.protobuf.UInt32Value.Builder
 
mergeFrom(UInt64Value) - Method in class com.google.protobuf.UInt64Value.Builder
 
mergeFrom(UnknownFieldSet) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Merge the fields from other into this set.
mergeFrom(UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Merge the values in other into this field.
mergeFrom(Value) - Method in class com.google.protobuf.Value.Builder
 
mergeFrom(ClientWireProtocol.AttachToQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
mergeFrom(ClientWireProtocol.Authenticator) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
mergeFrom(ClientWireProtocol.CancelQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
mergeFrom(ClientWireProtocol.CancelQueryResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
mergeFrom(ClientWireProtocol.CheckDataRequest) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
mergeFrom(ClientWireProtocol.CheckDataResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
mergeFrom(ClientWireProtocol.ClearCache) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
mergeFrom(ClientWireProtocol.ClientConnection) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
mergeFrom(ClientWireProtocol.ClientConnection2) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
mergeFrom(ClientWireProtocol.ClientConnection2Response) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionGCM) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionGCM2) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionGCM2Response) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionGCMResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionRefreshSession) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionRefreshSessionResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionRefreshToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionRefreshTokenResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionSecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionSecurityTokenResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionSSO) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionSSO2) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionSSO2Response) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
mergeFrom(ClientWireProtocol.ClientConnectionSSOResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
mergeFrom(ClientWireProtocol.CloseConnection) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
mergeFrom(ClientWireProtocol.CloseResultSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
mergeFrom(ClientWireProtocol.CompletedQueriesResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
mergeFrom(ClientWireProtocol.CompletedQueriesRow) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
mergeFrom(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
mergeFrom(ClientWireProtocol.ExecuteExplain) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
mergeFrom(ClientWireProtocol.ExecuteExplainForSpark) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
mergeFrom(ClientWireProtocol.ExecuteExport) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
mergeFrom(ClientWireProtocol.ExecuteExportResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
mergeFrom(ClientWireProtocol.ExecuteInlinePlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
mergeFrom(ClientWireProtocol.ExecutePlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
mergeFrom(ClientWireProtocol.ExecuteQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
mergeFrom(ClientWireProtocol.ExecuteQueryResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
mergeFrom(ClientWireProtocol.ExecuteUpdate) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
mergeFrom(ClientWireProtocol.ExecuteUpdateResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
mergeFrom(ClientWireProtocol.ExplainPipelineRequest) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
mergeFrom(ClientWireProtocol.ExplainPipelineResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
mergeFrom(ClientWireProtocol.ExplainPlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
mergeFrom(ClientWireProtocol.ExplainResponseStringPlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
mergeFrom(ClientWireProtocol.FetchAuthenticators) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
mergeFrom(ClientWireProtocol.FetchAuthenticatorsResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
mergeFrom(ClientWireProtocol.FetchData) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
mergeFrom(ClientWireProtocol.FetchDataResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
mergeFrom(ClientWireProtocol.FetchMetadata) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
mergeFrom(ClientWireProtocol.FetchMetadataResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
mergeFrom(ClientWireProtocol.FetchSystemMetadata) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
mergeFrom(ClientWireProtocol.FetchSystemMetadataResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
mergeFrom(ClientWireProtocol.ForceExternal) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
mergeFrom(ClientWireProtocol.GetSchema) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
mergeFrom(ClientWireProtocol.GetSchemaResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
mergeFrom(ClientWireProtocol.KillQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
mergeFrom(ClientWireProtocol.KillQueryResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
mergeFrom(ClientWireProtocol.ListPlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
mergeFrom(ClientWireProtocol.ListPlanResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
mergeFrom(ClientWireProtocol.LocalQueries) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
mergeFrom(ClientWireProtocol.LocalQueriesResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
mergeFrom(ClientWireProtocol.OpenIDAuthenticator) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
mergeFrom(ClientWireProtocol.QueryConcurrencyResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
mergeFrom(ClientWireProtocol.Request) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
mergeFrom(ClientWireProtocol.ResultSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
mergeFrom(ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
mergeFrom(ClientWireProtocol.SecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
mergeFrom(ClientWireProtocol.SessionInfo) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
mergeFrom(ClientWireProtocol.SetParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
mergeFrom(ClientWireProtocol.SetParameter.Concurrency) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
mergeFrom(ClientWireProtocol.SetParameter.ForceExternal) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
mergeFrom(ClientWireProtocol.SetParameter.MaxTempDiskLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
mergeFrom(ClientWireProtocol.SetParameter.MemoryTracing) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
mergeFrom(ClientWireProtocol.SetParameter.Priority) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
mergeFrom(ClientWireProtocol.SetParameter.PriorityAdjustFactor) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
mergeFrom(ClientWireProtocol.SetParameter.PriorityAdjustTime) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
mergeFrom(ClientWireProtocol.SetParameter.ResultSetColumnLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
mergeFrom(ClientWireProtocol.SetParameter.RowLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
mergeFrom(ClientWireProtocol.SetParameter.ServiceClassName) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
mergeFrom(ClientWireProtocol.SetParameter.TimeLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
mergeFrom(ClientWireProtocol.SetSchema) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
mergeFrom(ClientWireProtocol.SysQueriesRow) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
mergeFrom(ClientWireProtocol.SystemWideCompletedQueries) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
mergeFrom(ClientWireProtocol.SystemWideQueries) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
mergeFrom(ClientWireProtocol.SystemWideQueriesResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
mergeFrom(ClientWireProtocol.TestConnection) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
mergeFrom(InputStream) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(InputStream) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(InputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Parse a message of this type from input and merge it with the message being built.
mergeFrom(InputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse an UnknownFieldSet from input and merge it with the set being built.
mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse a message of this type from input and merge it with the message being built.
mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
All subclasses implement this.
mergeFrom(MType) - Method in class com.google.protobuf.SingleFieldBuilder
Merges the field from another field.
mergeFrom(MType) - Method in class com.google.protobuf.SingleFieldBuilderV3
Merges the field from another field.
mergeFrom(ProtocolMetadata.protocolEndpointAddress) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
mergeFrom(ProtocolMetadata.protocolEndpointAddress.ipv4Address) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
mergeFrom(ProtocolMetadata.protocolIdentity) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
mergeFrom(ProtocolMetadata.protocolIdentity.anonymousIdentity) - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
mergeFrom(ProtocolMetadata.protocolIdentity.certFingerprintIdentity) - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
mergeFrom(ProtocolMetadata.protocolIdentity.hostnameIdentity) - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
mergeFrom(ProtocolPrivMessages.protocolPrivAck) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
mergeFrom(ProtocolPrivMessages.protocolPrivDisableProtocol) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
mergeFrom(ProtocolPrivMessages.protocolPrivEnableProtocol) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
mergeFrom(ProtocolPrivMessages.protocolPrivMessage) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
mergeFrom(ProtocolPrivMessages.protocolPrivNotifyIdentity) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
mergeFrom(Validator.EnumValidatorOptions) - Method in class xg.Validator.EnumValidatorOptions.Builder
 
mergeFrom(Validator.OneofValidatorOptions) - Method in class xg.Validator.OneofValidatorOptions.Builder
 
mergeFrom(Validator.ValidatorOptions) - Method in class xg.Validator.ValidatorOptions.Builder
 
mergeFromAndMakeImmutableInternal(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageV3
Deprecated.
mergeGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
mergeGetSchema(ClientWireProtocol.GetSchema) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.GetSchema get_schema = 4;
mergeHostnameIdentity(ProtocolMetadata.protocolIdentity.hostnameIdentity) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
hostname identity
mergeIdentity(ProtocolMetadata.protocolIdentity) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
.xg.md.protocolIdentity identity = 1;
mergeIpv4Address(ProtocolMetadata.protocolEndpointAddress.ipv4Address) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
ipv4 address
mergeKillQuery(ClientWireProtocol.KillQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.KillQuery kill_query = 23;
mergeLengthDelimitedField(int, ByteString) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
mergeLengthDelimitedField(int, ByteString) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Convenience method for merging a length-delimited field.
mergeListPlan(ClientWireProtocol.ListPlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ListPlan list_plan = 22;
mergeListValue(ListValue) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
mergeLocalQueries(ClientWireProtocol.LocalQueries) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.LocalQueries local_queries = 19;
mergeMemoryTracing(ClientWireProtocol.SetParameter.MemoryTracing) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
mergeNewSecurityToken(ClientWireProtocol.SecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
The returned security token.
mergeNotifyIdentity(ProtocolPrivMessages.protocolPrivNotifyIdentity) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
mergeOldSecurityToken(ClientWireProtocol.SecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
The token to refresh
mergeOpenidauthenticator(ClientWireProtocol.OpenIDAuthenticator) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
mergeOptions(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
mergeOptions(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
mergeOptions(DescriptorProtos.ExtensionRangeOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
mergeOptions(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
mergeOptions(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
mergeOptions(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
mergeOptions(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
mergeOptions(DescriptorProtos.OneofOptions) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
mergeOptions(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
mergePriority(ClientWireProtocol.SetParameter.Priority) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Priority priority = 6;
mergePriorityAdjustFactor(ClientWireProtocol.SetParameter.PriorityAdjustFactor) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
mergePriorityAdjustTime(ClientWireProtocol.SetParameter.PriorityAdjustTime) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
mergeResultSet(ClientWireProtocol.ResultSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ResultSet result_set = 2;
mergeResultSetColumnLimit(ClientWireProtocol.SetParameter.ResultSetColumnLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
8 reserved above
mergeResultSetVal(ClientWireProtocol.ResultSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ResultSet result_set_val = 2;
mergeRowLimit(ClientWireProtocol.SetParameter.RowLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
2 reserved above
mergeSecurityToken(ClientWireProtocol.SecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
The security token associated with this session
mergeSecurityToken(ClientWireProtocol.SecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The security token associated with this session
mergeSecurityToken(ClientWireProtocol.SecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The security token associated with this session
mergeServiceClassName(ClientWireProtocol.SetParameter.ServiceClassName) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
mergeSessionInfo(ClientWireProtocol.SessionInfo) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.SessionInfo sessionInfo = 2;
mergeSessionInfo(ClientWireProtocol.SessionInfo) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
MUST wait between polling requests to the server
mergeSetParameter(ClientWireProtocol.SetParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
31 is defined above
mergeSetSchema(ClientWireProtocol.SetSchema) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.SetSchema set_schema = 6;
mergeSourceCodeInfo(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
mergeStructValue(Struct) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
mergeSystemWideCompletedQueries(ClientWireProtocol.SystemWideCompletedQueries) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
mergeSystemWideQueries(ClientWireProtocol.SystemWideQueries) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
mergeTempDiskLimit(ClientWireProtocol.SetParameter.MaxTempDiskLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
mergeTestConnection(ClientWireProtocol.TestConnection) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.TestConnection test_connection = 7;
mergeTimeLimit(ClientWireProtocol.SetParameter.TimeLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Any.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Api.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.BoolValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.BytesValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DoubleValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Duration.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DynamicMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Empty.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Enum.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.EnumValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Field.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.FieldMask.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.FloatValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Int32Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Int64Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.ListValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in interface com.google.protobuf.Message.Builder
Merge some unknown fields into the UnknownFieldSet for this message.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Method.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Mixin.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Option.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.SourceContext.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.StringValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Struct.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Type.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.UInt32Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.UInt64Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.Validator.EnumValidatorOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.Validator.OneofValidatorOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class xg.Validator.ValidatorOptions.Builder
 
mergeUnknownFields(UnknownFieldSetLite) - Method in class com.google.protobuf.GeneratedMessageLite
Merge some unknown fields into the UnknownFieldSetLite for this message.
mergeUnknownLengthDelimitedField(int, ByteString) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Called by generated subclasses to add to the unknown field set.
mergeUnknownVarintField(int, int) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Called by generated subclasses to add to the unknown field set.
mergeValue(Any) - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
mergeVarintField(int, int) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
mergeVarintField(int, int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Convenience method for merging a new field containing a single varint value.
message - Variable in class com.ocient.rest.exceptionMappers.ErrorResponse.Error
 
Message - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message objects.
MESSAGE - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.JavaType
 
MESSAGE - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
MESSAGE - Enum constant in enum class com.google.protobuf.FieldType
 
MESSAGE - Enum constant in enum class com.google.protobuf.JavaType
 
MESSAGE - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
MESSAGE - Enum constant in enum class com.google.protobuf.WireFormat.JavaType
 
MESSAGE_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
MESSAGE_SET_WIRE_FORMAT_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
MESSAGE_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
Message.Builder - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message builders.
MessageLite - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message objects.
MessageLite.Builder - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message builders.
MessageLiteOrBuilder - Interface in com.google.protobuf
Base interface for methods common to MessageLite and MessageLite.Builder to provide type equivalency.
MessageOrBuilder - Interface in com.google.protobuf
Base interface for methods common to Message and Message.Builder to provide type equivalency.
Method - Class in com.google.protobuf
Protobuf type google.protobuf.Method
METHOD_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
Method.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Method
MethodOrBuilder - Interface in com.google.protobuf
 
METHODS_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
Metric<T> - Class in com.ocient.metrics
 
Metric.CounterType - Enum Class in com.ocient.metrics
The different types of counters.
Metric.DataType - Enum Class in com.ocient.metrics
The metric's data type.
Metric.MetricPath - Class in com.ocient.metrics
The identifier than a perfCounter.
Metric.NamedTag - Class in com.ocient.metrics
A Tag with a String or Integer identifier
Metric.Tag - Enum Class in com.ocient.metrics
Tags that can be associated with a metric.
Metric.Units - Enum Class in com.ocient.metrics
Possible units for interpreting counter values.
metricsEnabled - Static variable in class com.ocient.jdbc.XGConnection
 
MetricsRegistry - Class in com.ocient.metrics
Global Registry for all performance counters.
MetricsResource - Class in com.ocient.rest.resources
 
MetricsResource() - Constructor for class com.ocient.rest.resources.MetricsResource
 
MetricsResponse - Class in com.ocient.rest
 
MetricsResponse.Serializer - Class in com.ocient.rest
Returns a flat array of JSON objects, each representing a metric.
MILLISECONDS - Enum constant in enum class com.ocient.metrics.Metric.Units
 
MIN_FIELD_NUMBER - Static variable in class xg.Validator.ValidatorOptions
 
MIN_RESULT_SET_BUFFERS_PER_RESPONSE - Static variable in class com.ocient.jdbc.XGProperties
The minimum of number of result set buffers in each fetch data response.
MIN_RESULT_SET_BUFFERS_PER_RESPONSE_KEY - Static variable in class com.ocient.jdbc.XGProperties
 
MINOR_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.Version
 
MINORCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
MINORCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
MINORCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
MINORCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
MISSING_NULL_INDICATOR - Static variable in class com.ocient.jdbc.SQLStates
 
MISSING_ORDER_BY - Static variable in class com.ocient.jdbc.SQLStates
 
Mixin - Class in com.google.protobuf
Protobuf type google.protobuf.Mixin
Mixin.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Mixin
MixinOrBuilder - Interface in com.google.protobuf
 
MIXINS_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
ML_MODEL_ALREADY_EXISTS - Static variable in class com.ocient.jdbc.SQLStates
 
ML_MODEL_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
ML_MODEL_ON_EMPTY_SET - Static variable in class com.ocient.jdbc.SQLStates
 
monitorTask(CompletableFuture<T>) - Method in class com.ocient.jdbc.XGStatement
Monitors a task asspciated with the active query.
moveToCurrentRow() - Method in class com.ocient.jdbc.XGResultSet
 
moveToInsertRow() - Method in class com.ocient.jdbc.XGResultSet
 
MUTABLE - Enum constant in enum class com.google.protobuf.Extension.ExtensionType
 
mutableCopy() - Method in class com.google.protobuf.MapFieldLite
Returns a deep copy of this map field.
mutableCopy(Internal.BooleanList) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopy(Internal.BooleanList) - Static method in class com.google.protobuf.GeneratedMessageV3
 
mutableCopy(Internal.DoubleList) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopy(Internal.DoubleList) - Static method in class com.google.protobuf.GeneratedMessageV3
 
mutableCopy(Internal.FloatList) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopy(Internal.FloatList) - Static method in class com.google.protobuf.GeneratedMessageV3
 
mutableCopy(Internal.IntList) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopy(Internal.IntList) - Static method in class com.google.protobuf.GeneratedMessageV3
 
mutableCopy(Internal.LongList) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopy(Internal.LongList) - Static method in class com.google.protobuf.GeneratedMessageV3
 
mutableCopy(Internal.ProtobufList<E>) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.BooleanList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.DoubleList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.FloatList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.IntList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.LongList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.ProtobufList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in class com.google.protobuf.LazyStringArrayList
 

N

NAKED_INTERVAL_TYPE - Static variable in class com.ocient.jdbc.SQLStates
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.EnumValue
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Mixin
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Option
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
NAME_PART_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
NANOS_FIELD_NUMBER - Static variable in class com.google.protobuf.Duration
 
NANOS_FIELD_NUMBER - Static variable in class com.google.protobuf.Timestamp
 
NANOSECONDS - Enum constant in enum class com.ocient.metrics.Metric.Units
 
nativeSQL(String) - Method in class com.ocient.jdbc.XGConnection
 
needsUtf8Check() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
negate(boolean) - Static method in class com.ocient.util.Functions
Returns the logical negation of the boolean argument.
negate(Function<T, Boolean>) - Static method in class com.ocient.util.Functions
Returns a composed predicate that represents the logical negation of the given function.
NEGATIVE_INT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
NEGATIVE_LIMIT - Static variable in class com.ocient.jdbc.SQLStates
 
NEGATIVE_OFFSET - Static variable in class com.ocient.jdbc.SQLStates
 
NESTED_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
NettyOcientWireV1Transport - Class in com.ocient.transport
Transport implementation that implements the Ocient Wire Protocol V1.
NettyOcientWireV1Transport(ChannelFuture, Supplier<CompletionStage<Void>>) - Constructor for class com.ocient.transport.NettyOcientWireV1Transport
 
NettyOcientWireV1Transport.Factory - Class in com.ocient.transport
 
NETWORK - Enum constant in enum class com.ocient.protocol.PerformanceMode
Database query execution + client network.
NETWORK_COMMS_ERROR - Static variable in class com.ocient.jdbc.SQLStates
 
NETWORK_COMMUNICATIONS_ERROR_INVALID_CERTIFICATE - Static variable in class com.ocient.jdbc.SQLStates
 
NETWORK_TIMEOUT - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
networkTimeout - Variable in class com.ocient.jdbc.XGConnection
 
NEW_BUILDER - Enum constant in enum class com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
NEW_MUTABLE_INSTANCE - Enum constant in enum class com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
newBooleanList() - Static method in class com.google.protobuf.GeneratedMessageV3
 
newBuilder() - Static method in class com.google.protobuf.Any
 
newBuilder() - Static method in class com.google.protobuf.Api
 
newBuilder() - Static method in class com.google.protobuf.BoolValue
 
newBuilder() - Static method in class com.google.protobuf.BytesValue
 
newBuilder() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
newBuilder() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
newBuilder() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
newBuilder() - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilder() - Static method in class com.google.protobuf.DoubleValue
 
newBuilder() - Static method in class com.google.protobuf.Duration
 
newBuilder() - Static method in class com.google.protobuf.Empty
 
newBuilder() - Static method in class com.google.protobuf.Enum
 
newBuilder() - Static method in class com.google.protobuf.EnumValue
 
newBuilder() - Static method in class com.google.protobuf.Field
 
newBuilder() - Static method in class com.google.protobuf.FieldMask
 
newBuilder() - Static method in class com.google.protobuf.FloatValue
 
newBuilder() - Static method in class com.google.protobuf.Int32Value
 
newBuilder() - Static method in class com.google.protobuf.Int64Value
 
newBuilder() - Static method in class com.google.protobuf.ListValue
 
newBuilder() - Static method in class com.google.protobuf.Method
 
newBuilder() - Static method in class com.google.protobuf.Mixin
 
newBuilder() - Static method in class com.google.protobuf.Option
 
newBuilder() - Static method in class com.google.protobuf.SourceContext
 
newBuilder() - Static method in class com.google.protobuf.StringValue
 
newBuilder() - Static method in class com.google.protobuf.Struct
 
newBuilder() - Static method in class com.google.protobuf.TextFormat.Parser
Returns a new instance of TextFormat.Parser.Builder.
newBuilder() - Static method in class com.google.protobuf.Timestamp
 
newBuilder() - Static method in class com.google.protobuf.Type
 
newBuilder() - Static method in class com.google.protobuf.TypeRegistry
 
newBuilder() - Static method in class com.google.protobuf.UInt32Value
 
newBuilder() - Static method in class com.google.protobuf.UInt64Value
 
newBuilder() - Static method in class com.google.protobuf.UnknownFieldSet.Field
newBuilder() - Static method in class com.google.protobuf.UnknownFieldSet
newBuilder() - Static method in class com.google.protobuf.Value
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
newBuilder() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
newBuilder() - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
newBuilder() - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
newBuilder() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
newBuilder() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
newBuilder() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
newBuilder() - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
newBuilder() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
newBuilder() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
newBuilder() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
newBuilder() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
newBuilder() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
newBuilder() - Static method in class xg.Validator.EnumValidatorOptions
 
newBuilder() - Static method in class xg.Validator.OneofValidatorOptions
 
newBuilder() - Static method in class xg.Validator.ValidatorOptions
 
newBuilder(Any) - Static method in class com.google.protobuf.Any
 
newBuilder(Api) - Static method in class com.google.protobuf.Api
 
newBuilder(BoolValue) - Static method in class com.google.protobuf.BoolValue
 
newBuilder(BytesValue) - Static method in class com.google.protobuf.BytesValue
 
newBuilder(PluginProtos.CodeGeneratorRequest) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
newBuilder(PluginProtos.CodeGeneratorResponse) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
newBuilder(PluginProtos.CodeGeneratorResponse.File) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
newBuilder(PluginProtos.Version) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
newBuilder(DescriptorProtos.DescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilder(DescriptorProtos.DescriptorProto.ExtensionRange) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilder(DescriptorProtos.DescriptorProto.ReservedRange) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilder(DescriptorProtos.EnumDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilder(DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
newBuilder(DescriptorProtos.EnumOptions) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilder(DescriptorProtos.EnumValueDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilder(DescriptorProtos.EnumValueOptions) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilder(DescriptorProtos.ExtensionRangeOptions) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
newBuilder(DescriptorProtos.FieldDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilder(DescriptorProtos.FieldOptions) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilder(DescriptorProtos.FileDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilder(DescriptorProtos.FileDescriptorSet) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilder(DescriptorProtos.FileOptions) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilder(DescriptorProtos.GeneratedCodeInfo) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
newBuilder(DescriptorProtos.GeneratedCodeInfo.Annotation) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
newBuilder(DescriptorProtos.MessageOptions) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilder(DescriptorProtos.MethodDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilder(DescriptorProtos.MethodOptions) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilder(DescriptorProtos.OneofDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilder(DescriptorProtos.OneofOptions) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
newBuilder(DescriptorProtos.ServiceDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilder(DescriptorProtos.ServiceOptions) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilder(DescriptorProtos.SourceCodeInfo) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilder(DescriptorProtos.SourceCodeInfo.Location) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilder(DescriptorProtos.UninterpretedOption) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilder(DescriptorProtos.UninterpretedOption.NamePart) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilder(Descriptors.Descriptor) - Static method in class com.google.protobuf.DynamicMessage
Construct a Message.Builder for the given type.
newBuilder(DoubleValue) - Static method in class com.google.protobuf.DoubleValue
 
newBuilder(Duration) - Static method in class com.google.protobuf.Duration
 
newBuilder(Empty) - Static method in class com.google.protobuf.Empty
 
newBuilder(Enum) - Static method in class com.google.protobuf.Enum
 
newBuilder(EnumValue) - Static method in class com.google.protobuf.EnumValue
 
newBuilder(Field) - Static method in class com.google.protobuf.Field
 
newBuilder(FieldMask) - Static method in class com.google.protobuf.FieldMask
 
newBuilder(FloatValue) - Static method in class com.google.protobuf.FloatValue
 
newBuilder(Int32Value) - Static method in class com.google.protobuf.Int32Value
 
newBuilder(Int64Value) - Static method in class com.google.protobuf.Int64Value
 
newBuilder(ListValue) - Static method in class com.google.protobuf.ListValue
 
newBuilder(Message) - Static method in class com.google.protobuf.DynamicMessage
Construct a Message.Builder for a message of the same type as prototype, and initialize it with prototype's contents.
newBuilder(Method) - Static method in class com.google.protobuf.Method
 
newBuilder(Mixin) - Static method in class com.google.protobuf.Mixin
 
newBuilder(Option) - Static method in class com.google.protobuf.Option
 
newBuilder(SourceContext) - Static method in class com.google.protobuf.SourceContext
 
newBuilder(StringValue) - Static method in class com.google.protobuf.StringValue
 
newBuilder(Struct) - Static method in class com.google.protobuf.Struct
 
newBuilder(Timestamp) - Static method in class com.google.protobuf.Timestamp
 
newBuilder(Type) - Static method in class com.google.protobuf.Type
 
newBuilder(UInt32Value) - Static method in class com.google.protobuf.UInt32Value
 
newBuilder(UInt64Value) - Static method in class com.google.protobuf.UInt64Value
 
newBuilder(UnknownFieldSet) - Static method in class com.google.protobuf.UnknownFieldSet
Create a new UnknownFieldSet.Builder and initialize it to be a copy of copyFrom.
newBuilder(UnknownFieldSet.Field) - Static method in class com.google.protobuf.UnknownFieldSet.Field
Construct a new UnknownFieldSet.Field.Builder and initialize it to a copy of copyFrom.
newBuilder(Value) - Static method in class com.google.protobuf.Value
 
newBuilder(ClientWireProtocol.AttachToQuery) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
newBuilder(ClientWireProtocol.Authenticator) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
newBuilder(ClientWireProtocol.CancelQuery) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
newBuilder(ClientWireProtocol.CancelQueryResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
newBuilder(ClientWireProtocol.CheckDataRequest) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
newBuilder(ClientWireProtocol.CheckDataResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
newBuilder(ClientWireProtocol.ClearCache) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
newBuilder(ClientWireProtocol.ClientConnection) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
newBuilder(ClientWireProtocol.ClientConnection2) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
newBuilder(ClientWireProtocol.ClientConnection2Response) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
newBuilder(ClientWireProtocol.ClientConnectionGCM) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
newBuilder(ClientWireProtocol.ClientConnectionGCM2) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
newBuilder(ClientWireProtocol.ClientConnectionGCM2Response) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
newBuilder(ClientWireProtocol.ClientConnectionGCMResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
newBuilder(ClientWireProtocol.ClientConnectionRefreshSession) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
newBuilder(ClientWireProtocol.ClientConnectionRefreshSessionResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
newBuilder(ClientWireProtocol.ClientConnectionRefreshToken) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
newBuilder(ClientWireProtocol.ClientConnectionRefreshTokenResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
newBuilder(ClientWireProtocol.ClientConnectionResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
newBuilder(ClientWireProtocol.ClientConnectionSecurityToken) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
newBuilder(ClientWireProtocol.ClientConnectionSecurityTokenResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
newBuilder(ClientWireProtocol.ClientConnectionSSO) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
newBuilder(ClientWireProtocol.ClientConnectionSSO2) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
newBuilder(ClientWireProtocol.ClientConnectionSSO2Response) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
newBuilder(ClientWireProtocol.ClientConnectionSSOResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
newBuilder(ClientWireProtocol.CloseConnection) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
newBuilder(ClientWireProtocol.CloseResultSet) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
newBuilder(ClientWireProtocol.CompletedQueriesResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
newBuilder(ClientWireProtocol.CompletedQueriesRow) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
newBuilder(ClientWireProtocol.ConfirmationResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
newBuilder(ClientWireProtocol.ExecuteExplain) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
newBuilder(ClientWireProtocol.ExecuteExplainForSpark) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
newBuilder(ClientWireProtocol.ExecuteExport) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
newBuilder(ClientWireProtocol.ExecuteExportResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
newBuilder(ClientWireProtocol.ExecuteInlinePlan) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
newBuilder(ClientWireProtocol.ExecutePlan) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
newBuilder(ClientWireProtocol.ExecuteQuery) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
newBuilder(ClientWireProtocol.ExecuteQueryResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
newBuilder(ClientWireProtocol.ExecuteUpdate) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
newBuilder(ClientWireProtocol.ExecuteUpdateResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
newBuilder(ClientWireProtocol.ExplainPipelineRequest) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
newBuilder(ClientWireProtocol.ExplainPipelineResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
newBuilder(ClientWireProtocol.ExplainPlan) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
newBuilder(ClientWireProtocol.ExplainResponseStringPlan) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
newBuilder(ClientWireProtocol.FetchAuthenticators) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
newBuilder(ClientWireProtocol.FetchAuthenticatorsResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
newBuilder(ClientWireProtocol.FetchData) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
newBuilder(ClientWireProtocol.FetchDataResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
newBuilder(ClientWireProtocol.FetchMetadata) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
newBuilder(ClientWireProtocol.FetchMetadataResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
newBuilder(ClientWireProtocol.FetchSystemMetadata) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
newBuilder(ClientWireProtocol.FetchSystemMetadataResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
newBuilder(ClientWireProtocol.ForceExternal) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
newBuilder(ClientWireProtocol.GetSchema) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
newBuilder(ClientWireProtocol.GetSchemaResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
newBuilder(ClientWireProtocol.KillQuery) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
newBuilder(ClientWireProtocol.KillQueryResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
newBuilder(ClientWireProtocol.ListPlan) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
newBuilder(ClientWireProtocol.ListPlanResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
newBuilder(ClientWireProtocol.LocalQueries) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
newBuilder(ClientWireProtocol.LocalQueriesResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
newBuilder(ClientWireProtocol.OpenIDAuthenticator) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
newBuilder(ClientWireProtocol.QueryConcurrencyResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
newBuilder(ClientWireProtocol.Request) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
newBuilder(ClientWireProtocol.ResultSet) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
newBuilder(ClientWireProtocol.SecondaryInterfaceList) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
newBuilder(ClientWireProtocol.SecurityToken) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
newBuilder(ClientWireProtocol.SessionInfo) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
newBuilder(ClientWireProtocol.SetParameter) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
newBuilder(ClientWireProtocol.SetParameter.Concurrency) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
newBuilder(ClientWireProtocol.SetParameter.ForceExternal) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
newBuilder(ClientWireProtocol.SetParameter.MaxTempDiskLimit) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
newBuilder(ClientWireProtocol.SetParameter.MemoryTracing) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
newBuilder(ClientWireProtocol.SetParameter.Priority) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
newBuilder(ClientWireProtocol.SetParameter.PriorityAdjustFactor) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
newBuilder(ClientWireProtocol.SetParameter.PriorityAdjustTime) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
newBuilder(ClientWireProtocol.SetParameter.ResultSetColumnLimit) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
newBuilder(ClientWireProtocol.SetParameter.RowLimit) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
newBuilder(ClientWireProtocol.SetParameter.ServiceClassName) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
newBuilder(ClientWireProtocol.SetParameter.TimeLimit) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
newBuilder(ClientWireProtocol.SetSchema) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
newBuilder(ClientWireProtocol.SysQueriesRow) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
newBuilder(ClientWireProtocol.SystemWideCompletedQueries) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
newBuilder(ClientWireProtocol.SystemWideQueries) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
newBuilder(ClientWireProtocol.SystemWideQueriesResponse) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
newBuilder(ClientWireProtocol.TestConnection) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
newBuilder(ProtocolMetadata.protocolEndpointAddress) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
newBuilder(ProtocolMetadata.protocolEndpointAddress.ipv4Address) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
newBuilder(ProtocolMetadata.protocolIdentity) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
newBuilder(ProtocolMetadata.protocolIdentity.anonymousIdentity) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
newBuilder(ProtocolMetadata.protocolIdentity.certFingerprintIdentity) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
newBuilder(ProtocolMetadata.protocolIdentity.hostnameIdentity) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
newBuilder(ProtocolPrivMessages.protocolPrivAck) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
newBuilder(ProtocolPrivMessages.protocolPrivDisableProtocol) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
newBuilder(ProtocolPrivMessages.protocolPrivEnableProtocol) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
newBuilder(ProtocolPrivMessages.protocolPrivMessage) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
newBuilder(ProtocolPrivMessages.protocolPrivNotifyIdentity) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
newBuilder(Validator.EnumValidatorOptions) - Static method in class xg.Validator.EnumValidatorOptions
 
newBuilder(Validator.OneofValidatorOptions) - Static method in class xg.Validator.OneofValidatorOptions
 
newBuilder(Validator.ValidatorOptions) - Static method in class xg.Validator.ValidatorOptions
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry.Builder
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Create a builder for messages of the appropriate type for the given field.
newBuilderForType() - Method in class com.google.protobuf.Any
 
newBuilderForType() - Method in class com.google.protobuf.Api
 
newBuilderForType() - Method in class com.google.protobuf.BoolValue
 
newBuilderForType() - Method in class com.google.protobuf.BytesValue
 
newBuilderForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
newBuilderForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
newBuilderForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
newBuilderForType() - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilderForType() - Method in class com.google.protobuf.DoubleValue
 
newBuilderForType() - Method in class com.google.protobuf.Duration
 
newBuilderForType() - Method in class com.google.protobuf.DynamicMessage
 
newBuilderForType() - Method in class com.google.protobuf.Empty
 
newBuilderForType() - Method in class com.google.protobuf.Enum
 
newBuilderForType() - Method in class com.google.protobuf.EnumValue
 
newBuilderForType() - Method in class com.google.protobuf.Field
 
newBuilderForType() - Method in class com.google.protobuf.FieldMask
 
newBuilderForType() - Method in class com.google.protobuf.FloatValue
 
newBuilderForType() - Method in class com.google.protobuf.GeneratedMessageLite
 
newBuilderForType() - Method in class com.google.protobuf.Int32Value
 
newBuilderForType() - Method in class com.google.protobuf.Int64Value
 
newBuilderForType() - Method in class com.google.protobuf.ListValue
 
newBuilderForType() - Method in class com.google.protobuf.MapEntry
 
newBuilderForType() - Method in interface com.google.protobuf.Message
 
newBuilderForType() - Method in interface com.google.protobuf.MessageLite
Constructs a new builder for a message of the same type as this message.
newBuilderForType() - Method in class com.google.protobuf.Method
 
newBuilderForType() - Method in class com.google.protobuf.Mixin
 
newBuilderForType() - Method in class com.google.protobuf.Option
 
newBuilderForType() - Method in class com.google.protobuf.SourceContext
 
newBuilderForType() - Method in class com.google.protobuf.StringValue
 
newBuilderForType() - Method in class com.google.protobuf.Struct
 
newBuilderForType() - Method in class com.google.protobuf.Timestamp
 
newBuilderForType() - Method in class com.google.protobuf.Type
 
newBuilderForType() - Method in class com.google.protobuf.UInt32Value
 
newBuilderForType() - Method in class com.google.protobuf.UInt64Value
 
newBuilderForType() - Method in class com.google.protobuf.UnknownFieldSet
 
newBuilderForType() - Method in class com.google.protobuf.Value
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
newBuilderForType() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
newBuilderForType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
newBuilderForType() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
newBuilderForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
newBuilderForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
newBuilderForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
newBuilderForType() - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
newBuilderForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
newBuilderForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
newBuilderForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
newBuilderForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
newBuilderForType() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
newBuilderForType() - Method in class xg.Validator.EnumValidatorOptions
 
newBuilderForType() - Method in class xg.Validator.OneofValidatorOptions
 
newBuilderForType() - Method in class xg.Validator.ValidatorOptions
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.AbstractMessage
Create a nested builder.
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.GeneratedMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.GeneratedMessageV3
TODO(b/258340024): generated class should implement this directly
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.GeneratedMessage
TODO(xiaofeng): remove this together with GeneratedMessage.BuilderParent.
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Any
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Api
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.BoolValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.BytesValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DoubleValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Duration
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Empty
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Enum
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.EnumValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Field
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.FieldMask
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.FloatValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.GeneratedMessageV3
TODO(b/258340024): remove this together with GeneratedMessageV3.BuilderParent.
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Int32Value
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Int64Value
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.ListValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Method
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Mixin
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Option
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.SourceContext
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.StringValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Struct
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Timestamp
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Type
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.UInt32Value
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.UInt64Value
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Value
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.Validator.EnumValidatorOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.Validator.OneofValidatorOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class xg.Validator.ValidatorOptions
 
newCodedInput() - Method in class com.google.protobuf.ByteString
Creates a CodedInputStream which can be used to read the bytes.
newDefaultInstance(Descriptors.Descriptor, WireFormat.FieldType, K, WireFormat.FieldType, V) - Static method in class com.google.protobuf.MapEntry
Create a default MapEntry instance.
newDefaultInstance(WireFormat.FieldType, K, WireFormat.FieldType, V) - Static method in class com.google.protobuf.MapEntryLite
Creates a default MapEntryLite message instance.
newDoubleList() - Static method in class com.google.protobuf.GeneratedMessageV3
 
newEnumConverter(Internal.EnumLiteMap<T>, T) - Static method in class com.google.protobuf.Internal.MapAdapter
 
newExtensionWriter() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
newExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
newExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
newFileScopedGeneratedExtension(Class, Message) - Static method in class com.google.protobuf.GeneratedMessage
For use by generated code only.
newFileScopedGeneratedExtension(Class, Message, String, String) - Static method in class com.google.protobuf.GeneratedMessage
Used in proto1 generated code only.
newFloatList() - Static method in class com.google.protobuf.GeneratedMessageV3
 
newGenericException(Exception) - Static method in class com.ocient.jdbc.SQLStates
 
newInput() - Method in class com.google.protobuf.ByteString
Creates an InputStream which can be used to read the bytes.
newInstance() - Static method in class com.google.protobuf.ExtensionRegistry
Construct a new, empty instance.
newInstance() - Static method in class com.google.protobuf.ExtensionRegistryLite
Construct a new, empty instance.
newInstance(byte[]) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given byte array.
newInstance(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes directly to the given byte array.
newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given byte array slice.
newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes directly to the given byte array slice.
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Any
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Api
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.BoolValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.BytesValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DoubleValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Duration
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Empty
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Enum
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.EnumValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Field
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.FieldMask
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.FloatValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.GeneratedMessageV3
Creates a new instance of this message type.
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Int32Value
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Int64Value
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.ListValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Method
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Mixin
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Option
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.SourceContext
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.StringValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Struct
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Timestamp
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Type
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.UInt32Value
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.UInt64Value
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Value
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.Validator.EnumValidatorOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.Validator.OneofValidatorOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class xg.Validator.ValidatorOptions
 
newInstance(InputStream) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given InputStream.
newInstance(InputStream, int) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given InputStream, with a specified buffer size.
newInstance(OutputStream) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream wrapping the given OutputStream.
newInstance(OutputStream, int) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream wrapping the given OutputStream with a given buffer size.
newInstance(Iterable<ByteBuffer>) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given Iterable <ByteBuffer>.
newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given ByteBuffer.
newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes to the given ByteBuffer.
newInstance(ByteBuffer, int) - Static method in class com.google.protobuf.CodedOutputStream
Deprecated.
the size parameter is no longer used since use of an internal buffer is useless (and wasteful) when writing to a ByteBuffer. Use CodedOutputStream.newInstance(ByteBuffer) instead.
newIntList() - Static method in class com.google.protobuf.GeneratedMessageV3
 
newLongList() - Static method in class com.google.protobuf.GeneratedMessageV3
 
newMapField(MapEntry<K, V>) - Static method in class com.google.protobuf.MapField
Creates a new mutable empty MapField.
newMessageInfo(MessageLite, String, Object[]) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newMessageScopedGeneratedExtension(Message, int, Class, Message) - Static method in class com.google.protobuf.GeneratedMessage
For use by generated code only.
newMessageScopedGeneratedExtension(Message, String, Class, Message) - Static method in class com.google.protobuf.GeneratedMessage
Used in proto1 generated code only.
newMessageSetExtensionWriter() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
newMessageSetExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
newMessageSetExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
newOneTimeCallback(RpcCallback<ParameterType>) - Static method in class com.google.protobuf.RpcUtil
Creates a callback which can only be called once.
newOutput() - Static method in class com.google.protobuf.ByteString
Creates a new ByteString.Output.
newOutput(int) - Static method in class com.google.protobuf.ByteString
Creates a new ByteString.Output with the given initial capacity.
newRepeatedGeneratedExtension(ContainingType, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, boolean, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
NEWSECURITYTOKEN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
newSingularGeneratedExtension(ContainingType, Type, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
newUninitializedMessageException(Message) - Static method in class com.google.protobuf.AbstractMessage.Builder
Construct an UninitializedMessageException reporting missing fields in the given message.
newUninitializedMessageException(MessageLite) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Construct an UninitializedMessageException reporting missing fields in the given message.
newXGPreparedStatement(XGConnection, String, boolean, boolean) - Static method in class com.ocient.jdbc.XGPreparedStatement
Deprecated. 
newXGPreparedStatement(XGConnection, String, int, int, boolean, boolean) - Static method in class com.ocient.jdbc.XGPreparedStatement
Deprecated. 
newXGPreparedStatement(XGConnection, String, int, int, int, boolean, boolean) - Static method in class com.ocient.jdbc.XGPreparedStatement
Deprecated. 
newXGStatement(XGConnection) - Static method in class com.ocient.jdbc.XGStatement
Deprecated. 
newXGStatement(XGConnection, boolean, boolean) - Static method in class com.ocient.jdbc.XGStatement
Deprecated. 
newXGStatement(XGConnection, int, int, boolean, boolean) - Static method in class com.ocient.jdbc.XGStatement
Deprecated. 
newXGStatement(XGConnection, int, int, int, boolean, boolean) - Static method in class com.ocient.jdbc.XGStatement
Deprecated. 
next() - Method in class com.ocient.jdbc.XGResultSet
 
next(SyncRowCursor.CursorMode) - Method in class com.ocient.jdbc.SyncRowCursor
 
nextByte() - Method in interface com.google.protobuf.ByteString.ByteIterator
An alternative to Iterator.next() that returns an unboxed primitive byte.
nextStage() - Method in class com.ocient.util.Iterators.LazyFanInPriorityQueue
 
nextStage() - Method in class com.ocient.util.Iterators.PeekingAsyncIterator
Retrieves the next element in the iterator asynchronously.
nextToken() - Method in class com.ocient.cli.FastStringTokenizer
 
NO_AGG_IN_HAVING - Static variable in class com.ocient.jdbc.SQLStates
 
NO_CONNECTION - Static variable in class com.ocient.jdbc.SQLStates
 
NO_CONTENTION - Enum constant in enum class com.ocient.metrics.PerfCounter.ThreadingModel
For use in single-producer contexts.
NO_CREATE_CONNECTION_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_CREATE_DATABASE_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_CREATE_GROUP_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_CREATE_MLMODEL_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_CREATE_TABLE_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_CREATE_USER_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_CREATE_VIEW_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_DROP_CONNECTION_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_DROP_MLMODEL_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_EXECUTE_INLINE_PLAN_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_EXECUTE_PLAN_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_GRANT_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_READ_AUTH - Static variable in class com.ocient.jdbc.SQLStates
 
NO_RESULT_SET - Static variable in class com.ocient.jdbc.SQLStates
 
NO_ROW_DATA - Static variable in class com.ocient.jdbc.SQLStates
 
NO_SEQUENCE_NUMBER - Static variable in class com.ocient.jdbc.FetchSummary
 
NO_SIDE_EFFECTS - Enum constant in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
NO_SIDE_EFFECTS = 1;
NO_SIDE_EFFECTS_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
NO_SIDE_EFFECTS = 1;
NO_STANDARD_DESCRIPTOR_ACCESSOR_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
NO_SUCH_DATABASE - Static variable in class com.ocient.jdbc.SQLStates
 
NO_SUCH_FUNCTION - Static variable in class com.ocient.jdbc.SQLStates
 
NODE_ID_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
NODE_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
NONE - Enum constant in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
NONE = 0;
NONE - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.Compression
 
NONE - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.HeaderMode
No header headers
NONE - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionPropertyGroup
 
NONE - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
NONE = 0;
NONE_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
NONE = 0;
NONE_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
NONE = 0;
noop() - Static method in class com.ocient.util.Functions
A function that does nothing.
noop(T) - Static method in class com.ocient.util.Functions
A function that does nothing with the given argument.
noop(T, U) - Static method in class com.ocient.util.Functions
A function that does nothing with the given arguments.
noopBoxedVoid() - Static method in class com.ocient.util.Functions
A function that returns a Void.
noopBoxedVoid(T) - Static method in class com.ocient.util.Functions
A function that does nothing with the given argument.
NOT_A_SELECT - Static variable in class com.ocient.jdbc.SQLStates
 
NOT_COMPATIBLE_COLS - Static variable in class com.ocient.jdbc.SQLStates
 
NOT_EQUAL_FIELD_NUMBER - Static variable in class xg.Validator.EnumValidatorOptions
 
NOT_EQUAL_FIELD_NUMBER - Static variable in class xg.Validator.ValidatorOptions
 
NOT_IMPLEMENTED - Static variable in class com.ocient.jdbc.SQLStates
 
NOTIFY_IDENTITY - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Sent to notify the remote of identity
NOTIFY_IDENTITY - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase
 
NOTIFY_IDENTITY_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
NOTIFY_IDENTITY_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Sent to notify the remote of identity
notifyOnCancel(RpcCallback<Object>) - Method in interface com.google.protobuf.RpcController
Asks that the given callback be called when the RPC is canceled.
NULL_FORMAT - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
NULL_OUTPUT_BUFFER - Static variable in class com.ocient.jdbc.SQLStates
 
NULL_VALUE - Enum constant in enum class com.google.protobuf.NullValue
NULL_VALUE = 0;
NULL_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
 
NULL_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
NULL_VALUE_VALUE - Static variable in enum class com.google.protobuf.NullValue
NULL_VALUE = 0;
nullPlusNonNullIsNull() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
NullRowTransformer - Class in com.ocient.util
Null transformer, column values are returned as-is.
NullRowTransformer() - Constructor for class com.ocient.util.NullRowTransformer
 
NullRowTransformerFactory - Class in com.ocient.util
 
NullRowTransformerFactory() - Constructor for class com.ocient.util.NullRowTransformerFactory
 
nullsAreSortedAtEnd() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
nullsAreSortedHigh() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
nullsAreSortedLow() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
NullValue - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.NullValue
NUM_COMPRESSION_THREADS - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.EnumValue
 
NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
NUMBER_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
 
NUMBER_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
NUMCLIENTTHREADS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
NUMPARTS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
numRows() - Method in class com.ocient.procedures.ResultSetBuilder
 

O

OAUTH_ACCESS_DENIED - Static variable in class com.ocient.jdbc.SQLStates
 
OAUTH_DEVICE_GRANT - Static variable in class com.ocient.auth.OpenIDAuthenticators
 
OAUTH_INVALID_REQUEST - Static variable in class com.ocient.jdbc.SQLStates
 
OAUTH_INVALID_SCOPE - Static variable in class com.ocient.jdbc.SQLStates
 
OAUTH_PKCE - Static variable in class com.ocient.auth.OpenIDAuthenticators
 
OAUTH_SERVER_ERROR - Static variable in class com.ocient.jdbc.SQLStates
 
OAUTH_TEMPORARILY_UNAVAILABLE - Static variable in class com.ocient.jdbc.SQLStates
 
OAUTH_UNAUTHORIZED_CLIENT - Static variable in class com.ocient.jdbc.SQLStates
 
OAUTH_UNSUPPORTED_RESPONSE_TYPE - Static variable in class com.ocient.jdbc.SQLStates
 
OAuthToken(JsonObject) - Constructor for class com.ocient.auth.OpenIDAuthenticators.OAuthToken
 
OBJC_CLASS_PREFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
OBJECT_ALREADY_EXISTS_WARN - Static variable in class com.ocient.jdbc.SQLStates
 
OBJECT_NOT_FOUND_WARN - Static variable in class com.ocient.jdbc.SQLStates
 
ObjectMapperProvider - Class in com.ocient.rest.contextResolver
 
ObjectMapperProvider() - Constructor for class com.ocient.rest.contextResolver.ObjectMapperProvider
 
OcientResultSetMetadata(Map<String, Integer>, Map<String, Integer>, NavigableMap<Integer, String>, Map<String, String>) - Constructor for class com.ocient.jdbc.XGResultSet.OcientResultSetMetadata
 
of(boolean) - Static method in class com.google.protobuf.BoolValue
 
of(double) - Static method in class com.google.protobuf.DoubleValue
 
of(float) - Static method in class com.google.protobuf.FloatValue
 
of(int) - Static method in class com.google.protobuf.Int32Value
 
of(int) - Static method in class com.google.protobuf.UInt32Value
 
of(long) - Static method in class com.google.protobuf.Int64Value
 
of(long) - Static method in class com.google.protobuf.UInt64Value
 
of(ByteString) - Static method in class com.google.protobuf.BytesValue
 
of(MessageLite) - Static method in class com.google.protobuf.GeneratedMessageLite.SerializedForm
 
of(Metric.Tag, int) - Static method in class com.ocient.metrics.Metric.NamedTag
 
of(Metric.Tag, String) - Static method in class com.ocient.metrics.Metric.NamedTag
 
of(String) - Static method in class com.google.protobuf.StringValue
 
OFF - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
All rows are emitted.
OFF - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionPoolingMode
 
OFF - Enum constant in enum class com.ocient.jdbc.XGConnection.Tls
 
OFF - Enum constant in enum class com.ocient.protocol.PerformanceMode
Database query execution + client network + client processing.
OFF_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
All rows are emitted.
OIDC_EXPIRED_TOKEN - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_ACCESS_TOKEN - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_CONFIGURATION - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_DISCOVERY_DOCUMENT - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_ID_TOKEN - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_REFRESH_TOKEN - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_REQUEST_OBJECT - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_REQUEST_URI - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_RESPONSE_OBJECT - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_SIGNING_KEY - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_TOKEN_AUDIENCE - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_TOKEN_CLAIM - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_TOKEN_ISSUER - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_INVALID_TOKEN_SIGNATURE - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_NETWORK_COMMUNICATIONS_ERROR - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_REQUEST_NOT_SUPPORTED - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_REQUEST_URI_NOT_SUPPORTED - Static variable in class com.ocient.jdbc.SQLStates
 
OIDC_SIGNING_KEY_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
OK - Static variable in class com.ocient.jdbc.SQLStates
 
OKTA_NATIVE_SSO - Enum constant in enum class com.ocient.jdbc.XGConnection.HandshakeType
The Native SSO Token is stored on the local filesystem.
OKTA_NATIVE_SSO_TOKEN_FILE_NAME - Static variable in class com.ocient.jdbc.XGConnection
 
OKTA_NATIVE_SSO_TOKEN_FILE_PATH - Static variable in class com.ocient.jdbc.XGConnection
 
OKTA_SESSION_TOKEN - Enum constant in enum class com.ocient.jdbc.XGConnection.HandshakeType
This handshake was reluctantly added to provide a scriptable solution for testing Okta SSO.
OktaAuthenticationClient() - Constructor for class com.ocient.auth.OktaAuthenticators.OktaAuthenticationClient
 
OktaAuthenticators - Class in com.ocient.auth
 
OktaAuthenticators() - Constructor for class com.ocient.auth.OktaAuthenticators
 
OktaAuthenticators.OktaAuthenticationClient - Class in com.ocient.auth
 
OktaAuthenticators.OktaNativeSSOClient - Class in com.ocient.auth
From https://developer.okta.com/docs/guides/configure-native-sso/main
OktaAuthenticators.OktaNativeSSOToken - Class in com.ocient.auth
From https://developer.okta.com/docs/guides/configure-native-sso/main
OktaNativeSSOClient() - Constructor for class com.ocient.auth.OktaAuthenticators.OktaNativeSSOClient
 
OktaNativeSSOToken(ClientWireProtocol.OpenIDAuthenticator, JsonObject) - Constructor for class com.ocient.auth.OktaAuthenticators.OktaNativeSSOToken
 
OLDSECURITYTOKEN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
ON - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionPoolingMode
 
ON - Enum constant in enum class com.ocient.jdbc.XGConnection.Tls
 
onBuilt() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by the subclass when a message is built.
onBuilt() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Called by the subclass when a message is built.
onChanged() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called when a the builder or one of its nested children has changed and any parent should be notified of its invalidation.
onChanged() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Called when a builder or one of its nested children has changed and any parent should be notified of its invalidation.
ONEIDENTITYOPTION_NOT_SET - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.OneIdentityOptionCase
 
ONEOF_DECL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
ONEOF_INDEX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
ONEOF_INDEX_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
ONEOF_VALIDATOR_FIELD_NUMBER - Static variable in class xg.Validator
 
ONEOFS_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
oneofValidator - Static variable in class xg.Validator
extend .google.protobuf.OneofOptions { ...
oneShotForce - Variable in class com.ocient.jdbc.XGConnection
 
oneShotForce - Variable in class com.ocient.jdbc.XGStatement
 
onStreamClosed() - Method in class com.ocient.cli.extract.AsyncS3OutputStream
Returns a future that completes when the underlying OutputStream has been closed.
onStreamClosed() - Method in class com.ocient.cli.extract.RecordExtractorFactory.WriterHandle
Returns a future that completes when all resources from the writer have been released
OPENIDAUTHENTICATOR - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.ResponseOneofCase
 
OPENIDAUTHENTICATOR_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
OpenIDAuthenticators - Class in com.ocient.auth
 
OpenIDAuthenticators() - Constructor for class com.ocient.auth.OpenIDAuthenticators
 
OpenIDAuthenticators.AuthorizationCodeCallbackResource - Class in com.ocient.auth
 
OpenIDAuthenticators.AuthorizationCodeWithPKCEClient - Class in com.ocient.auth
The PKCE-enhanced Authorization Code Flow introduces a secret created by the calling application that can be verified by the authorization server; this secret is called the Code Verifier.
OpenIDAuthenticators.AuthorizationCodeWithPKCEClient.AuthorizationCodeGrant<T extends Token> - Class in com.ocient.auth
The authorization code is obtained by using an authorization server as an intermediary between the client and resource owner.
OpenIDAuthenticators.DeviceAuthorizationGrant<T extends Token> - Class in com.ocient.auth
The Device Authorization Grant is an extension that enables devices with no browser or limited input capability to use OAuth.
OpenIDAuthenticators.DeviceAuthorizationGrantClient - Class in com.ocient.auth
From https://datatracker.ietf.org/doc/html/rfc8628
OpenIDAuthenticators.OAuthFlow - Enum Class in com.ocient.auth
 
OpenIDAuthenticators.OAuthToken - Class in com.ocient.auth
Token(s) received from an OAuth 2.0 Token Endpoint
OpenIDAuthenticators.TokenPoller<T extends Token> - Interface in com.ocient.auth
 
OPERATION_CANCELED - Static variable in class com.ocient.jdbc.SQLStates
 
OPTIMIZE_FOR_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
Option - Class in com.google.protobuf
Protobuf type google.protobuf.Option
Option.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Option
OptionOrBuilder - Interface in com.google.protobuf
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.EnumValue
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
orElseThrow() - Method in class com.ocient.util.CompletableFutures.FailedResult
 
orElseThrow() - Method in interface com.ocient.util.CompletableFutures.Result
Returns the success value of this Result.
orElseThrow() - Method in class com.ocient.util.CompletableFutures.SuccessResult
 
originalIp - Variable in class com.ocient.jdbc.XGConnection
 
originalPort - Variable in class com.ocient.jdbc.XGConnection
 
othersDeletesAreVisible(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
OUT_OF_MEMORY - Static variable in class com.ocient.jdbc.SQLStates
 
OUT_OF_RANGE - Static variable in class com.ocient.jdbc.SQLStates
 
OUT_OF_TEMP_DISK_SPACE - Static variable in class com.ocient.jdbc.SQLStates
 
OUTPUT_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
outputGeospatial(ResultSet) - Static method in class com.ocient.jdbc.KML
 
ownDeletesAreVisible(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 

P

pack(T) - Static method in class com.google.protobuf.Any
 
pack(T, String) - Static method in class com.google.protobuf.Any
Packs a message using the given type URL prefix.
PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
PACKED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
PACKED_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
PARALLEL_TCP_STREAM_READ_AHEAD - Static variable in class com.ocient.jdbc.XGProperties
The maximum number of fetch data requests to queue on the server's network receive buffer when multiple TCP streams are used to fetch results.
PARALLEL_TCP_STREAM_READ_AHEAD_KEY - Static variable in class com.ocient.jdbc.XGProperties
 
PARALLELISM - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
PARAMETER_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
PARAMETER_NOT_SET - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
parms - Variable in class com.ocient.jdbc.XGStatement
 
parse(CharSequence, ExtensionRegistry, Class<T>) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input.
parse(CharSequence, Class<T>) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input.
parse(String) - Static method in class com.ocient.cli.extract.ExtractSyntaxParser
Parse an "EXTRACT TO" command
parse(String) - Static method in class com.ocient.jdbc.XGDate
Deprecated.
parse(String) - Static method in class com.ocient.jdbc.XGTime
Deprecated.
parse(String) - Static method in class com.ocient.jdbc.XGTimestamp
Deprecated.
parseConnectionProperties(String) - Static method in class com.ocient.jdbc.JDBCDriver
 
parseDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Any
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Api
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.BoolValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.BytesValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DoubleValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Duration
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Empty
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Enum
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.EnumValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Field
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.FieldMask
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.FloatValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Int32Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Int64Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.ListValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Method
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Mixin
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Option
 
parseDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream), but does not read until EOF.
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.SourceContext
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.StringValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Struct
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Timestamp
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Type
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.UInt32Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.UInt64Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Value
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseDelimitedFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseDelimitedFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseDelimitedFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseDelimitedFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseDelimitedFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseDelimitedFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseDelimitedFrom(InputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseDelimitedFrom(InputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseDelimitedFrom(InputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseDelimitedFrom(InputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseDelimitedFrom(InputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseDelimitedFrom(InputStream) - Static method in class xg.Validator.EnumValidatorOptions
 
parseDelimitedFrom(InputStream) - Static method in class xg.Validator.OneofValidatorOptions
 
parseDelimitedFrom(InputStream) - Static method in class xg.Validator.ValidatorOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream) but supporting extensions.
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.Validator.EnumValidatorOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.Validator.OneofValidatorOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.Validator.ValidatorOptions
 
parseDelimitedFrom(T, InputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseDelimitedFrom(T, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseDelimitedWithIOException(Parser<M>, InputStream) - Static method in class com.google.protobuf.GeneratedMessage
 
parseDelimitedWithIOException(Parser<M>, InputStream) - Static method in class com.google.protobuf.GeneratedMessageV3
Used by generated code.
parseDelimitedWithIOException(Parser<M>, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessage
 
parseDelimitedWithIOException(Parser<M>, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageV3
Used by generated code.
parseEntry(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.MapEntryLite
Parses an entry off of the input as a Map.Entry.
ParseException - Exception in com.ocient.cli
 
ParseException(int, int, String) - Constructor for exception com.google.protobuf.TextFormat.ParseException
Create a new instance
ParseException(String) - Constructor for exception com.google.protobuf.TextFormat.ParseException
Create a new instance, with -1 as the line and column numbers.
ParseException(String) - Constructor for exception com.ocient.cli.ParseException
 
ParseException(String, Throwable) - Constructor for exception com.ocient.cli.ParseException
 
parseFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Any
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Api
 
parseFrom(byte[]) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(byte[]) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(byte[]) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(byte[]) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Duration
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Empty
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Enum
 
parseFrom(byte[]) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Field
 
parseFrom(byte[]) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(byte[]) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.ListValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Method
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Mixin
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Option
 
parseFrom(byte[]) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[]) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(byte[]) - Static method in class com.google.protobuf.StringValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Struct
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Type
 
parseFrom(byte[]) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.UnknownFieldSet
Parse data as an UnknownFieldSet and return it.
parseFrom(byte[]) - Static method in class com.google.protobuf.Value
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseFrom(byte[]) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseFrom(byte[]) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseFrom(byte[]) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseFrom(byte[]) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseFrom(byte[]) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseFrom(byte[]) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseFrom(byte[]) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseFrom(byte[]) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseFrom(byte[]) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseFrom(byte[]) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseFrom(byte[]) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseFrom(byte[]) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseFrom(byte[]) - Static method in class xg.Validator.EnumValidatorOptions
 
parseFrom(byte[]) - Static method in class xg.Validator.OneofValidatorOptions
 
parseFrom(byte[]) - Static method in class xg.Validator.ValidatorOptions
 
parseFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.Validator.EnumValidatorOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.Validator.OneofValidatorOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class xg.Validator.ValidatorOptions
 
parseFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Any
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Api
 
parseFrom(ByteString) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(ByteString) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(ByteString) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(ByteString) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Duration
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Empty
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Enum
 
parseFrom(ByteString) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Field
 
parseFrom(ByteString) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(ByteString) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(ByteString) - Static method in class com.google.protobuf.ListValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Method
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Mixin
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Option
 
parseFrom(ByteString) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteString) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(ByteString) - Static method in class com.google.protobuf.StringValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Struct
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Type
 
parseFrom(ByteString) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(ByteString) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(ByteString) - Static method in class com.google.protobuf.UnknownFieldSet
Parse data as an UnknownFieldSet and return it.
parseFrom(ByteString) - Static method in class com.google.protobuf.Value
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseFrom(ByteString) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseFrom(ByteString) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseFrom(ByteString) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseFrom(ByteString) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseFrom(ByteString) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseFrom(ByteString) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseFrom(ByteString) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseFrom(ByteString) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseFrom(ByteString) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseFrom(ByteString) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseFrom(ByteString) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseFrom(ByteString) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseFrom(ByteString) - Static method in class xg.Validator.EnumValidatorOptions
 
parseFrom(ByteString) - Static method in class xg.Validator.OneofValidatorOptions
 
parseFrom(ByteString) - Static method in class xg.Validator.ValidatorOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.Validator.EnumValidatorOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.Validator.OneofValidatorOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class xg.Validator.ValidatorOptions
 
parseFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Any
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Api
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Duration
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Empty
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Enum
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Field
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.ListValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Method
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Mixin
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Option
 
parseFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
Parses a message of MessageType from the input.
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.StringValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Struct
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Type
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UnknownFieldSet
Parse an UnknownFieldSet from the given input stream.
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Value
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseFrom(CodedInputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseFrom(CodedInputStream) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseFrom(CodedInputStream) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseFrom(CodedInputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseFrom(CodedInputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseFrom(CodedInputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseFrom(CodedInputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseFrom(CodedInputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseFrom(CodedInputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseFrom(CodedInputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseFrom(CodedInputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseFrom(CodedInputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseFrom(CodedInputStream) - Static method in class xg.Validator.EnumValidatorOptions
 
parseFrom(CodedInputStream) - Static method in class xg.Validator.OneofValidatorOptions
 
parseFrom(CodedInputStream) - Static method in class xg.Validator.ValidatorOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream), but also parses extensions.
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.Validator.EnumValidatorOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.Validator.OneofValidatorOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class xg.Validator.ValidatorOptions
 
parseFrom(Descriptors.Descriptor, byte[]) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, ByteString) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, CodedInputStream) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from the given input stream.
parseFrom(Descriptors.Descriptor, CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from the given input stream.
parseFrom(Descriptors.Descriptor, InputStream) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from input and return it.
parseFrom(Descriptors.Descriptor, InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from input and return it.
parseFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Any
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Api
 
parseFrom(InputStream) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Duration
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Empty
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Enum
 
parseFrom(InputStream) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Field
 
parseFrom(InputStream) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(InputStream) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.ListValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Method
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Mixin
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Option
 
parseFrom(InputStream) - Method in interface com.google.protobuf.Parser
Parse a message of MessageType from input.
parseFrom(InputStream) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(InputStream) - Static method in class com.google.protobuf.StringValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Struct
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Type
 
parseFrom(InputStream) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.UnknownFieldSet
Parse an UnknownFieldSet from input and return it.
parseFrom(InputStream) - Static method in class com.google.protobuf.Value
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseFrom(InputStream) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseFrom(InputStream) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseFrom(InputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseFrom(InputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseFrom(InputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseFrom(InputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseFrom(InputStream) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseFrom(InputStream) - Static method in class xg.Validator.EnumValidatorOptions
 
parseFrom(InputStream) - Static method in class xg.Validator.OneofValidatorOptions
 
parseFrom(InputStream) - Static method in class xg.Validator.ValidatorOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses a message of MessageType from input.
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.Validator.EnumValidatorOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.Validator.OneofValidatorOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class xg.Validator.ValidatorOptions
 
parseFrom(ByteBuffer) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Any
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Api
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Duration
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Empty
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Enum
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Field
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.ListValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Method
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Mixin
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Option
 
parseFrom(ByteBuffer) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.StringValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Struct
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Type
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Value
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseFrom(ByteBuffer) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseFrom(ByteBuffer) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseFrom(ByteBuffer) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseFrom(ByteBuffer) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseFrom(ByteBuffer) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseFrom(ByteBuffer) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseFrom(ByteBuffer) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseFrom(ByteBuffer) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseFrom(ByteBuffer) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseFrom(ByteBuffer) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseFrom(ByteBuffer) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseFrom(ByteBuffer) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseFrom(ByteBuffer) - Static method in class xg.Validator.EnumValidatorOptions
 
parseFrom(ByteBuffer) - Static method in class xg.Validator.OneofValidatorOptions
 
parseFrom(ByteBuffer) - Static method in class xg.Validator.ValidatorOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.Validator.EnumValidatorOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.Validator.OneofValidatorOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class xg.Validator.ValidatorOptions
 
parseFrom(T, byte[]) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, ByteString) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, InputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, ByteBuffer) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseHeader(ResultSetMetaData) - Method in class com.ocient.cli.extract.ResultSetExtractor
 
parseInto(MapFieldLite<K, V>, CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.MapEntryLite
Parses an entry off of the input into the map.
parsePartialDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream), but does not throw an exception if the message is missing required fields.
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[]) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[]), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[], int, int), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
 
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[], ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString), but does not throw an exception if the message is missing required fields.
parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
 
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream input, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Parser
 
parsePartialFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream), but does not throw an exception if the message is missing required fields.
parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(T, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parser() - Static method in class com.google.protobuf.Any
 
parser() - Static method in class com.google.protobuf.Api
 
parser() - Static method in class com.google.protobuf.BoolValue
 
parser() - Static method in class com.google.protobuf.BytesValue
 
parser() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parser() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parser() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parser() - Static method in class com.google.protobuf.compiler.PluginProtos.Version
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parser() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parser() - Static method in class com.google.protobuf.DoubleValue
 
parser() - Static method in class com.google.protobuf.Duration
 
parser() - Static method in class com.google.protobuf.Empty
 
parser() - Static method in class com.google.protobuf.Enum
 
parser() - Static method in class com.google.protobuf.EnumValue
 
parser() - Static method in class com.google.protobuf.Field
 
parser() - Static method in class com.google.protobuf.FieldMask
 
parser() - Static method in class com.google.protobuf.FloatValue
 
parser() - Static method in class com.google.protobuf.Int32Value
 
parser() - Static method in class com.google.protobuf.Int64Value
 
parser() - Static method in class com.google.protobuf.ListValue
 
parser() - Static method in class com.google.protobuf.Method
 
parser() - Static method in class com.google.protobuf.Mixin
 
parser() - Static method in class com.google.protobuf.Option
 
parser() - Static method in class com.google.protobuf.SourceContext
 
parser() - Static method in class com.google.protobuf.StringValue
 
parser() - Static method in class com.google.protobuf.Struct
 
parser() - Static method in class com.google.protobuf.Timestamp
 
parser() - Static method in class com.google.protobuf.Type
 
parser() - Static method in class com.google.protobuf.UInt32Value
 
parser() - Static method in class com.google.protobuf.UInt64Value
 
parser() - Static method in class com.google.protobuf.Value
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
parser() - Static method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
parser() - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
parser() - Static method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
parser() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
parser() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
parser() - Static method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
parser() - Static method in class xg.md.ProtocolMetadata.protocolIdentity
 
parser() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
parser() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
parser() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
parser() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
parser() - Static method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
parser() - Static method in class xg.Validator.EnumValidatorOptions
 
parser() - Static method in class xg.Validator.OneofValidatorOptions
 
parser() - Static method in class xg.Validator.ValidatorOptions
 
Parser<MessageType> - Interface in com.google.protobuf
Abstract interface for parsing Protocol Messages.
Parser() - Constructor for class com.google.protobuf.UnknownFieldSet.Parser
 
PARSER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
Deprecated.
PARSER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
Deprecated.
PARSER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
Deprecated.
PARSER - Static variable in class com.google.protobuf.compiler.PluginProtos.Version
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.OneofOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
Deprecated.
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
Deprecated.
PARSER - Static variable in class xg.Validator.EnumValidatorOptions
Deprecated.
PARSER - Static variable in class xg.Validator.OneofValidatorOptions
Deprecated.
PARSER - Static variable in class xg.Validator.ValidatorOptions
Deprecated.
parseUnknownField(int, CodedInputStream) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
Called by generated subclasses to parse an unknown field.
parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by subclasses to parse an unknown field.
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Called by subclasses to parse an unknown field or an extension.
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage
Called by subclasses to parse an unknown field.
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
 
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3
Called by subclasses to parse an unknown field.
parseUnknownField(MessageType, CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Parse an unknown field or an extension.
parseUnknownFieldAsMessageSet(MessageType, CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Parse an unknown field or an extension.
parseUnknownFieldProto3(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
Delegates to parseUnknownField.
parseUnknownFieldProto3(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3
Delegates to parseUnknownField.
parseWithIOException(Parser<M>, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessage
 
parseWithIOException(Parser<M>, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessageV3
Used by generated code.
parseWithIOException(Parser<M>, CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessage
 
parseWithIOException(Parser<M>, CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageV3
Used by generated code.
parseWithIOException(Parser<M>, InputStream) - Static method in class com.google.protobuf.GeneratedMessage
 
parseWithIOException(Parser<M>, InputStream) - Static method in class com.google.protobuf.GeneratedMessageV3
Used by generated code.
parseWithIOException(Parser<M>, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessage
 
parseWithIOException(Parser<M>, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageV3
Used by generated code.
partialHash(int, int, int) - Method in class com.google.protobuf.ByteString
Compute the hash across the value bytes starting with the given hash, and return the result.
partialIsValidUtf8(int, int, int) - Method in class com.google.protobuf.ByteString
Tells whether the given byte sequence is a well-formed, malformed, or incomplete UTF-8 byte sequence.
PARTITIONINGPARAM_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
passivateObject(XGConnectionInfo, PooledObject<XGConnection>) - Method in class com.ocient.jdbc.XGConnection.XGConnectionFactory
 
passUpCancel(boolean) - Method in class com.ocient.jdbc.XGStatement
 
PASSWORD - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
PasswordMaskingCallback - Class in com.ocient.cli
 
PasswordMaskingCallback() - Constructor for class com.ocient.cli.PasswordMaskingCallback
 
PATCH_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.Version
 
PATCHCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
PATCHCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
PATCHCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
PATCHCLIENTVERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
path() - Method in class com.ocient.metrics.Metric
 
PATH_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
PATH_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
PATH_STYLE_ACCESS - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
PATHS_FIELD_NUMBER - Static variable in class com.google.protobuf.FieldMask
 
peek() - Method in class com.ocient.util.Iterators.PeekingAsyncIterator
Peeks at the next element in the iterator without consuming it.
PEEK - Enum constant in enum class com.ocient.jdbc.SyncRowCursor.CursorMode
Return the next element but does not advance the cursor
peekCachedHashCode() - Method in class com.google.protobuf.ByteString
Return the cached hash code if available.
PeekingAsyncIterator(AsyncIterator<T>) - Constructor for class com.ocient.util.Iterators.PeekingAsyncIterator
 
PerfCounter - Class in com.ocient.metrics
 
PerfCounter.ThreadingModel - Enum Class in com.ocient.metrics
Threading model under which the counter will be mutated
PerformanceMode - Enum Class in com.ocient.protocol
The Performance Mode represents determines how result sets are processed by Ocient Wire clients.
PERFORMANCEMODE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
PHP_CLASS_PREFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
PHP_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
PHP_METADATA_NAMESPACE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
PHP_NAMESPACE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
pingResponse() - Static method in class com.ocient.jdbc.XGResultSet
Flag issued by the server notifying the client t retry
pingResponses - Variable in class com.ocient.metrics.QueryMetrics
 
PIPELINE_ALREADY_EXISTS - Static variable in class com.ocient.jdbc.SQLStates
 
PIPELINE_COMPILATION_FAILURE - Static variable in class com.ocient.jdbc.SQLStates
 
PIPELINE_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
PIPELINESTATEMENT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
PLAN_COMPILATION_ERROR - Static variable in class com.ocient.jdbc.SQLStates
 
PLAN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
PLAN_PARALLELISM_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
PLANNAME_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
PluginProtos - Class in com.google.protobuf.compiler
 
PluginProtos.CodeGeneratorRequest - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorRequest
PluginProtos.CodeGeneratorRequest.Builder - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorRequest
PluginProtos.CodeGeneratorRequestOrBuilder - Interface in com.google.protobuf.compiler
 
PluginProtos.CodeGeneratorResponse - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorResponse
PluginProtos.CodeGeneratorResponse.Builder - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorResponse
PluginProtos.CodeGeneratorResponse.Feature - Enum Class in com.google.protobuf.compiler
Protobuf enum google.protobuf.compiler.CodeGeneratorResponse.Feature
PluginProtos.CodeGeneratorResponse.File - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorResponse.File
PluginProtos.CodeGeneratorResponse.File.Builder - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorResponse.File
PluginProtos.CodeGeneratorResponse.FileOrBuilder - Interface in com.google.protobuf.compiler
 
PluginProtos.CodeGeneratorResponseOrBuilder - Interface in com.google.protobuf.compiler
 
PluginProtos.Version - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.Version
PluginProtos.Version.Builder - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.Version
PluginProtos.VersionOrBuilder - Interface in com.google.protobuf.compiler
 
POLLINGINTERVALSECONDS - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
 
POLLINGINTERVALSECONDS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
poolable - Variable in class com.ocient.jdbc.XGStatement
 
popLimit(int) - Method in class com.google.protobuf.CodedInputStream
Discards the current limit, returning to the previous limit.
PORT_FIELD_NUMBER - Static variable in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
pos2Cols - Variable in class com.ocient.jdbc.XGResultSet.OcientResultSetMetadata
 
pos2Cols - Variable in class com.ocient.jdbc.XGResultSetMetaData
 
position() - Method in class com.ocient.jdbc.SyncRowCursor
 
POSITIVE_INT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
prefetch() - Method in class com.ocient.util.Iterators.PeekingAsyncIterator
Prefetches the next element from the underlying iterator and stores it for peeking without consuming it.
prepareCall(String) - Method in class com.ocient.jdbc.XGConnection
 
prepareCall(String, int, int) - Method in class com.ocient.jdbc.XGConnection
 
prepareCall(String, int, int, int) - Method in class com.ocient.jdbc.XGConnection
 
PREPARED_STATEMENT - Enum constant in enum class com.ocient.jdbc.XGConnectionInfo.Hint
 
prepareStatement(String) - Method in class com.ocient.jdbc.XGConnection
 
prepareStatement(String, int) - Method in class com.ocient.jdbc.XGConnection
 
prepareStatement(String, int[]) - Method in class com.ocient.jdbc.XGConnection
 
prepareStatement(String, int, int) - Method in class com.ocient.jdbc.XGConnection
 
prepareStatement(String, int, int, int) - Method in class com.ocient.jdbc.XGConnection
 
prepareStatement(String, String[]) - Method in class com.ocient.jdbc.XGConnection
 
previous() - Method in class com.ocient.jdbc.XGResultSet
 
PREVIOUS_RESULT_SET_STILL_OPEN - Static variable in class com.ocient.jdbc.SQLStates
 
PRIMARY - Enum constant in enum class com.ocient.jdbc.XGConnectionInfo.Hint
 
primaryConnection(String, String, String, int, String, String, String, XGConnection.Tls, CaselessProperties) - Static method in class com.ocient.jdbc.XGConnectionInfo
Creates a new primary connection to a database server.
print(MessageOrBuilder, Appendable) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().print(MessageOrBuilder, Appendable)
print(MessageOrBuilder, Appendable) - Method in class com.google.protobuf.TextFormat.Printer
Outputs a textual representation of the Protocol Message supplied into the parameter output.
print(UnknownFieldSet, Appendable) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().print(UnknownFieldSet, Appendable)
print(UnknownFieldSet, Appendable) - Method in class com.google.protobuf.TextFormat.Printer
Outputs a textual representation of fields to output.
printer() - Static method in class com.google.protobuf.TextFormat
Printer instance which escapes non-ASCII characters.
printField(Descriptors.FieldDescriptor, Object, Appendable) - Method in class com.google.protobuf.TextFormat.Printer
 
printField(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().printField(FieldDescriptor, Object, Appendable)
printFieldToString(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.TextFormat.Printer
 
printFieldToString(Descriptors.FieldDescriptor, Object) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().printFieldToString(FieldDescriptor, Object)
printFieldValue(Descriptors.FieldDescriptor, Object, Appendable) - Method in class com.google.protobuf.TextFormat.Printer
Outputs a textual representation of the value of given field value.
printFieldValue(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().printFieldValue(FieldDescriptor, Object, Appendable)
printProperties() - Static method in class com.ocient.classloader.DynamicClassLoader
 
printToString(MessageOrBuilder) - Method in class com.google.protobuf.TextFormat.Printer
Like print(), but writes directly to a String and returns it.
printToString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use message.toString()
printToString(UnknownFieldSet) - Method in class com.google.protobuf.TextFormat.Printer
Like print(), but writes directly to a String and returns it.
printToString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
printToUnicodeString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().escapingNonAscii(false).printToString(MessageOrBuilder)
printToUnicodeString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().escapingNonAscii(false).printToString(UnknownFieldSet)
printUnicode(MessageOrBuilder, Appendable) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().escapingNonAscii(false).print(MessageOrBuilder, Appendable)
printUnicode(UnknownFieldSet, Appendable) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().escapingNonAscii(false).print(UnknownFieldSet, Appendable)
printUnicodeFieldValue(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().escapingNonAscii(false).printFieldValue(FieldDescriptor, Object, Appendable)
printUnknownFieldValue(int, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
Outputs a textual representation of the value of an unknown field.
PRIORITY - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
PRIORITY - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
PRIORITY_ADJUST_FACTOR - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
PRIORITY_ADJUST_FACTOR - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
PRIORITY_ADJUST_FACTOR_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
PRIORITY_ADJUST_FACTOR_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
PRIORITY_ADJUST_FACTOR_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
PRIORITY_ADJUST_FACTOR_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
PRIORITY_ADJUST_TIME - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
PRIORITY_ADJUST_TIME - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
PRIORITY_ADJUST_TIME_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
PRIORITY_ADJUST_TIME_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
PRIORITY_ADJUST_TIME_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
PRIORITY_ADJUST_TIME_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
PRIORITY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
PRIORITY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
PRIVILEGE_ALREADY_POSSESSED - Static variable in class com.ocient.jdbc.SQLStates
 
PRIVILEGE_NOT_POSSESSED - Static variable in class com.ocient.jdbc.SQLStates
 
PRIVMESSAGE_NOT_SET - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase
 
processRow(Object[]) - Method in class com.ocient.cli.extract.writer.CustomTsvWriter
 
properties - Variable in class com.ocient.jdbc.XGConnection
 
PROTO - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
PROTO = 0;
PROTO_FILE_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
PROTO_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
PROTO = 0;
PROTO1 - Enum constant in enum class com.google.protobuf.Extension.ExtensionType
 
PROTO1 - Enum constant in enum class com.google.protobuf.Extension.MessageType
 
PROTO2 - Enum constant in enum class com.google.protobuf.Descriptors.FileDescriptor.Syntax
 
PROTO2 - Enum constant in enum class com.google.protobuf.Extension.MessageType
 
PROTO2 - Enum constant in enum class com.google.protobuf.ProtoSyntax
 
PROTO3 - Enum constant in enum class com.google.protobuf.Descriptors.FileDescriptor.Syntax
 
PROTO3 - Enum constant in enum class com.google.protobuf.ProtoSyntax
 
PROTO3_OPTIONAL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
PROTOCOL_ID_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
PROTOCOL_ID_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
PROTOCOL_NOT_ENABLED - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
PROTOCOL_NOT_ENABLED = 5;
PROTOCOL_NOT_ENABLED_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
PROTOCOL_NOT_ENABLED = 5;
ProtocolMessageEnum - Interface in com.google.protobuf
Interface of useful methods added to all enums generated by the protocol compiler.
ProtocolMetadata - Class in xg.md
 
ProtocolMetadata.protocolEndpointAddress - Class in xg.md
Represents a protocol endpoint address
ProtocolMetadata.protocolEndpointAddress.AddressCase - Enum Class in xg.md
 
ProtocolMetadata.protocolEndpointAddress.addressType - Enum Class in xg.md
Protobuf enum xg.md.protocolEndpointAddress.addressType
ProtocolMetadata.protocolEndpointAddress.Builder - Class in xg.md
Represents a protocol endpoint address
ProtocolMetadata.protocolEndpointAddress.ipv4Address - Class in xg.md
an IPV4 address
ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder - Class in xg.md
an IPV4 address
ProtocolMetadata.protocolEndpointAddress.ipv4AddressOrBuilder - Interface in xg.md
 
ProtocolMetadata.protocolEndpointAddressOrBuilder - Interface in xg.md
 
ProtocolMetadata.protocolIdentity - Class in xg.md
Represents a protocol identity
ProtocolMetadata.protocolIdentity.anonymousIdentity - Class in xg.md
A node with an anonymous identity should generally create a UUID.
ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder - Class in xg.md
A node with an anonymous identity should generally create a UUID.
ProtocolMetadata.protocolIdentity.anonymousIdentityOrBuilder - Interface in xg.md
 
ProtocolMetadata.protocolIdentity.Builder - Class in xg.md
Represents a protocol identity
ProtocolMetadata.protocolIdentity.certFingerprintIdentity - Class in xg.md
The nodes original security certificate fingerprint identity Note - this is not always necessarily the same as nodeInfo.signed_certificate_fingerprint as a nodes certificate can be renewed and changed However, this value is immutable and should come from the rolehostd.conf file
ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder - Class in xg.md
The nodes original security certificate fingerprint identity Note - this is not always necessarily the same as nodeInfo.signed_certificate_fingerprint as a nodes certificate can be renewed and changed However, this value is immutable and should come from the rolehostd.conf file
ProtocolMetadata.protocolIdentity.certFingerprintIdentityOrBuilder - Interface in xg.md
 
ProtocolMetadata.protocolIdentity.hostnameIdentity - Class in xg.md
Simple hostname identity
ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder - Class in xg.md
Simple hostname identity
ProtocolMetadata.protocolIdentity.hostnameIdentityOrBuilder - Interface in xg.md
 
ProtocolMetadata.protocolIdentity.IdentityCase - Enum Class in xg.md
 
ProtocolMetadata.protocolIdentity.identityType - Enum Class in xg.md
Protobuf enum xg.md.protocolIdentity.identityType
ProtocolMetadata.protocolIdentityOrBuilder - Interface in xg.md
 
ProtocolPrivMessages - Class in xg.protocol.messages
 
ProtocolPrivMessages.protocolPrivAck - Class in xg.protocol.messages
A generic 'ack' message returned for most priv messages
ProtocolPrivMessages.protocolPrivAck.Builder - Class in xg.protocol.messages
A generic 'ack' message returned for most priv messages
ProtocolPrivMessages.protocolPrivAck.denialReason - Enum Class in xg.protocol.messages
Protobuf enum xg.protocol.messages.protocolPrivAck.denialReason
ProtocolPrivMessages.protocolPrivAckOrBuilder - Interface in xg.protocol.messages
 
ProtocolPrivMessages.protocolPrivDisableProtocol - Class in xg.protocol.messages
Message allowing a remote to request the enabling of a protocol over the channel
ProtocolPrivMessages.protocolPrivDisableProtocol.Builder - Class in xg.protocol.messages
Message allowing a remote to request the enabling of a protocol over the channel
ProtocolPrivMessages.protocolPrivDisableProtocolOrBuilder - Interface in xg.protocol.messages
 
ProtocolPrivMessages.protocolPrivEnableProtocol - Class in xg.protocol.messages
Message allowing a remote to request the enabling of a protocol over the channel
ProtocolPrivMessages.protocolPrivEnableProtocol.Builder - Class in xg.protocol.messages
Message allowing a remote to request the enabling of a protocol over the channel
ProtocolPrivMessages.protocolPrivEnableProtocolOrBuilder - Interface in xg.protocol.messages
 
ProtocolPrivMessages.protocolPrivMessage - Class in xg.protocol.messages
A protocol private message internal to the scheme itself
ProtocolPrivMessages.protocolPrivMessage.Builder - Class in xg.protocol.messages
A protocol private message internal to the scheme itself
ProtocolPrivMessages.protocolPrivMessage.messageType - Enum Class in xg.protocol.messages
Protobuf enum xg.protocol.messages.protocolPrivMessage.messageType
ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase - Enum Class in xg.protocol.messages
 
ProtocolPrivMessages.protocolPrivMessageOrBuilder - Interface in xg.protocol.messages
 
ProtocolPrivMessages.protocolPrivNotifyIdentity - Class in xg.protocol.messages
Message allowing a remote to supply its identity as part of the protocol initiation process
ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder - Class in xg.protocol.messages
Message allowing a remote to supply its identity as part of the protocol initiation process
ProtocolPrivMessages.protocolPrivNotifyIdentityOrBuilder - Interface in xg.protocol.messages
 
ProtocolStringList - Interface in com.google.protobuf
An interface extending List<String> used for repeated string fields to provide optional access to the data as a list of ByteStrings.
protocolVersion - Variable in class com.ocient.jdbc.XGConnection
 
ProtoSyntax - Enum Class in com.google.protobuf
Represents the syntax version of the message.
PUBKEY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
PUBKEY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
PUBKEY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
PUBKEY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
PUBLIC_DEPENDENCY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
purgeTimeoutTasks() - Method in class com.ocient.jdbc.XGConnection
Purges all canceled tasks from the timer.
pushLimit(int) - Method in class com.google.protobuf.CodedInputStream
Sets currentLimit to (current position) + byteLimit.
put(Object, Object) - Method in class com.ocient.util.CaselessProperties
 
put(Map.Entry<K, V>) - Method in class com.google.protobuf.MapFieldLite
 
put(K, V) - Method in class com.google.protobuf.Internal.MapAdapter
 
put(K, V) - Method in class com.google.protobuf.MapFieldLite
 
putAll(Map<?, ?>) - Method in class com.ocient.util.CaselessProperties
 
putAll(Map<? extends K, ? extends V>) - Method in class com.google.protobuf.MapFieldLite
 
putAllCols2Pos(Map<String, Integer>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, sfixed32> cols2pos = 2;
putAllCols2Types(Map<String, String>) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, string> cols2Types = 3;
putAllFields(Map<String, Value>) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
putCols2Pos(String, int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, sfixed32> cols2pos = 2;
putCols2Types(String, String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, string> cols2Types = 3;
putFields(String, Value) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
putIfAbsent(Object, Object) - Method in class com.ocient.util.CaselessProperties
 
pwd - Variable in class com.ocient.jdbc.XGConnection
 
PY_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 

Q

QUERY_ID - Enum constant in enum class com.ocient.metrics.Metric.Tag
 
QUERY_ID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
QUERY_SERVER_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
QUERYID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
QUERYID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
QUERYID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
QueryMetrics - Class in com.ocient.metrics
 
QueryMetrics(String) - Constructor for class com.ocient.metrics.QueryMetrics
 
QueuePermit - Interface in com.ocient.util
A functional interface representing a permit for a queue operation.
QUIESCE - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
QUIESCE = -1;
QUIESCE_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
QUIESCE = -1;
QUOTE_ALL_FIELDS - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 

R

readBool() - Method in class com.google.protobuf.CodedInputStream
Read a bool field value from the stream.
readByteArray() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readByteBuffer() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readBytes() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readDouble() - Method in class com.google.protobuf.CodedInputStream
Read a double field value from the stream.
readEnum() - Method in class com.google.protobuf.CodedInputStream
Read an enum field value from the stream.
readFixed32() - Method in class com.google.protobuf.CodedInputStream
Read a fixed32 field value from the stream.
readFixed64() - Method in class com.google.protobuf.CodedInputStream
Read a fixed64 field value from the stream.
readFloat() - Method in class com.google.protobuf.CodedInputStream
Read a float field value from the stream.
readFrom(InputStream) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int, int) - Static method in class com.google.protobuf.ByteString
Helper method that takes the chunk size range as a parameter.
readGroup(int, MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readGroup(int, Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readInt32() - Method in class com.google.protobuf.CodedInputStream
Read an int32 field value from the stream.
readInt64() - Method in class com.google.protobuf.CodedInputStream
Read an int64 field value from the stream.
readMessage(MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readMessage(Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readOktaNativeSSOToken(Path) - Static method in class com.ocient.jdbc.XGConnection
 
readRawByte() - Method in class com.google.protobuf.CodedInputStream
Read one byte from the input.
readRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
Read a fixed size of bytes from the input.
readRawLittleEndian32() - Method in class com.google.protobuf.CodedInputStream
Read a 32-bit little-endian integer from the stream.
readRawLittleEndian64() - Method in class com.google.protobuf.CodedInputStream
Read a 64-bit little-endian integer from the stream.
readRawVarint32() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readRawVarint32(int, InputStream) - Static method in class com.google.protobuf.CodedInputStream
Like CodedInputStream.readRawVarint32(InputStream), but expects that the caller has already read one byte.
readRawVarint64() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readResolve() - Method in class com.google.protobuf.GeneratedMessageLite.SerializedForm
When read from an ObjectInputStream, this method converts this object back to the regular form.
readSFixed32() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed32 field value from the stream.
readSFixed64() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed64 field value from the stream.
readSInt32() - Method in class com.google.protobuf.CodedInputStream
Read an sint32 field value from the stream.
readSInt64() - Method in class com.google.protobuf.CodedInputStream
Read an sint64 field value from the stream.
readString() - Method in class com.google.protobuf.CodedInputStream
Read a string field value from the stream.
readStringRequireUtf8() - Method in class com.google.protobuf.CodedInputStream
Read a string field value from the stream.
readTag() - Method in class com.google.protobuf.CodedInputStream
Attempt to read a field tag, returning zero if we have reached EOF.
readUInt32() - Method in class com.google.protobuf.CodedInputStream
Read a uint32 field value from the stream.
readUInt64() - Method in class com.google.protobuf.CodedInputStream
Read a uint64 field value from the stream.
readUnknownGroup(int, MessageLite.Builder) - Method in class com.google.protobuf.CodedInputStream
Deprecated.
UnknownFieldSet.Builder now implements MessageLite.Builder, so you can just call CodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite).
REASON_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
REASON_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
reconnect() - Method in class com.ocient.jdbc.XGConnection
 
reconnect(boolean) - Method in class com.ocient.jdbc.XGConnection
 
reconnectOrThrow() - Method in class com.ocient.jdbc.XGConnection
 
RECORD_DELIMITER - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
recordExtractorFactory - Variable in class com.ocient.cli.extract.ResultSetExtractor
 
RecordExtractorFactory - Class in com.ocient.cli.extract
 
RecordExtractorFactory.WriterHandle - Class in com.ocient.cli.extract
Born out of a need to parallelize Amazon S3 Multi-Part Uploads through a number of synchronous OutputStream and AbstractWriter implementations.
recover(Function<? super E, ? extends T>) - Method in interface com.ocient.util.CompletableFutures.Result
Maps the error value of this Result to a new success value by applying the given function.
recoverAsync(Function<? super SQLException, ? extends CompletionStage<CompletableFutures.SQLResult<T>>>) - Method in interface com.ocient.util.CompletableFutures.SQLResult
Maps the error value of this SQLResult to a new completion stage that completes with a new SQLResult by applying the given function.
recv(Throwable) - Static method in exception com.ocient.transport.TransportException
Creates a new TransportException object with a FailMode of RECV and the specified cause.
RECV - Enum constant in enum class com.ocient.transport.TransportException.FailMode
Indicates that the exception occurred during a receive operation.
redirect(String, int) - Method in class com.ocient.jdbc.XGStatement
Force a redirect to the provided endpoint.
redirect(String, int, boolean) - Method in class com.ocient.jdbc.XGConnection
Deprecated.
As of 2.106, callers should close *this* instance and lease a *new* connection to the desired endpoint using XGConnection.leaseConnection(XGConnectionInfo) or DriverManager#getConnection.
REDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
REDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
REDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
REDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
REDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
REDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
REDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
REDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
REDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
REDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
REDIRECT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
REDIRECTHOST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
REDIRECTHOST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
REDIRECTHOST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
REDIRECTHOST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
REDIRECTHOST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
REDIRECTHOST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
REDIRECTHOST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
REDIRECTHOST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
REDIRECTHOST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
REDIRECTHOST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
REDIRECTHOST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
REDIRECTPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
REDIRECTPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
REDIRECTPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
REDIRECTPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
REDIRECTPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
REDIRECTPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
REDIRECTPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
REDIRECTPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
REDIRECTPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
REDIRECTPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
REDIRECTPORT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
refreshRow() - Method in class com.ocient.jdbc.XGResultSet
 
refreshSession() - Method in class com.ocient.jdbc.XGConnection
 
refreshToken() - Method in class com.ocient.jdbc.XGConnection
 
REGEX_FIELD_NUMBER - Static variable in class xg.Validator.ValidatorOptions
 
REGION - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
registerAll() - Method in class com.ocient.cli.CLIMetrics
Registers the CLI metrics with the global registry
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.AnyProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.ApiProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.compiler.PluginProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.DurationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.EmptyProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.FieldMaskProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.SourceContextProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.StructProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.TimestampProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.TypeProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.WrappersProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol
 
registerAllExtensions(ExtensionRegistry) - Static method in class xg.md.ProtocolMetadata
 
registerAllExtensions(ExtensionRegistry) - Static method in class xg.protocol.messages.ProtocolPrivMessages
 
registerAllExtensions(ExtensionRegistry) - Static method in class xg.Validator
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.AnyProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.ApiProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.DurationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.EmptyProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMaskProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContextProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.StructProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.TimestampProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.TypeProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.WrappersProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.ocient.jdbc.proto.ClientWireProtocol
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class xg.md.ProtocolMetadata
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class xg.protocol.messages.ProtocolPrivMessages
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class xg.Validator
 
registerDefaultInstance(Class<T>, T) - Static method in class com.google.protobuf.GeneratedMessageLite
 
registerGauge(Gauge) - Method in class com.ocient.metrics.MetricsRegistry
Adds the Gauge to the global registry
relative(int) - Method in class com.ocient.jdbc.XGResultSet
 
release(RowTransformer) - Method in class com.ocient.cli.extract.ResultSetExtractor
 
release(RowTransformer) - Method in class com.ocient.util.NullRowTransformerFactory
 
release(RowTransformer) - Method in interface com.ocient.util.RowTransformerFactory
Releases a RowTransformer instance back to the factory.
releasePermit() - Method in interface com.ocient.util.ChannelPermit
Releases the permit associated with a channel operation.
releasePermit() - Method in class com.ocient.util.Iterators.LazyFanInPriorityQueue
 
releasePermit() - Method in interface com.ocient.util.QueuePermit
Releases the permit associated with a queue operation.
releaseSavepoint(Savepoint) - Method in class com.ocient.jdbc.XGConnection
 
RemoteEndpoint(String, List<String>, int, int) - Constructor for class com.ocient.jdbc.XGConnection.RemoteEndpoint
 
REMOTEIP_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
RemoteNode(List<XGConnection.RemoteEndpoint>) - Constructor for class com.ocient.jdbc.XGConnection.RemoteNode
 
remove(int) - Method in class com.google.protobuf.LazyStringArrayList
 
remove(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Removes the element at the specified position in this list.
remove(int) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Removes the element at the specified position in this list.
remove(Object) - Method in class com.google.protobuf.LazyStringArrayList
 
remove(Object) - Method in class com.google.protobuf.MapFieldLite
 
remove(Object) - Method in class com.ocient.util.CaselessProperties
 
removeAll() - Method in class com.ocient.cli.CLIMetrics
Removes all CLI metrics from the global registry
removeAll() - Method in class com.ocient.cli.extract.ExtractMetrics
 
removeAll() - Method in class com.ocient.metrics.QueryMetrics
 
removeAll(Collection<?>) - Method in class com.google.protobuf.LazyStringArrayList
 
removeAllFileAppenders() - Method in class com.ocient.util.ReportLogger
 
removeAnnotation(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
removeAuthenticator(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
removeCols2Pos(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, sfixed32> cols2pos = 2;
removeCols2Types(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
map<string, string> cols2Types = 3;
removeEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
removeEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
removeEnumvalue(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
removeExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
removeExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
removeExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
removeField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
removeFields(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
removeFields(String) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
removeFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
removeFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
removeGauge(Gauge) - Method in class com.ocient.metrics.MetricsRegistry
Removes the Gauge from the global registry
removeIf(Predicate<Metric<?>>) - Method in class com.ocient.metrics.MetricsRegistry
Removes a counter with the given Metric.MetricPath.
removeLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
removeMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
removeMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
removeMethods(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
removeMetricsByBase(String) - Method in class com.ocient.metrics.MetricsRegistry
Removes the set of metrics with the given base path.
removeMixins(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
removeName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
removeNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
removeOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
removeOptions(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
removeOptions(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
removeOptions(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
removeOptions(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
removeOptions(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
removeOptions(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
removeProtoFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
removeReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
removeReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
removeRows(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
removeRows(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
removeRows(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
removeSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
removeSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
removeSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
removeSecondary(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
removeService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
removeValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
removeValues(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
RepeatedFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder> - Class in com.google.protobuf
RepeatedFieldBuilder implements a structure that a protocol message uses to hold a repeated field of other protocol messages.
RepeatedFieldBuilder(List<MType>, boolean, GeneratedMessage.BuilderParent, boolean) - Constructor for class com.google.protobuf.RepeatedFieldBuilder
Constructs a new builder with an empty list of messages.
RepeatedFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder> - Class in com.google.protobuf
RepeatedFieldBuilderV3 implements a structure that a protocol message uses to hold a repeated field of other protocol messages.
RepeatedFieldBuilderV3(List<MType>, boolean, AbstractMessage.BuilderParent, boolean) - Constructor for class com.google.protobuf.RepeatedFieldBuilderV3
Constructs a new builder with an empty list of messages.
ReportLogger - Class in com.ocient.util
Utility class for periodically logging JSON documents
ReportLogger(ScheduledExecutorService, Consumer<Logger>) - Constructor for class com.ocient.util.ReportLogger
Creates a ReportLogger instance with the following RollingFileAppender defaults.
REQUEST_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
REQUEST_TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
REQUESTID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
REQUESTID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
REQUESTONEOF_NOT_SET - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
REQUIRED_FIELD_NUMBER - Static variable in class xg.Validator.OneofValidatorOptions
 
RESERVED_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
RESERVED_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
RESERVED_RANGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
RESERVED_RANGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
reset() - Method in class com.google.protobuf.ByteString.Output
Resets this stream, so that all currently accumulated output in the output stream is discarded.
reset() - Method in interface com.google.protobuf.RpcController
Resets the RpcController to its initial state so that it may be reused in a new call.
reset() - Method in class com.ocient.jdbc.XGPreparedStatement
 
reset() - Method in class com.ocient.jdbc.XGStatement
 
reset(boolean) - Method in class com.ocient.jdbc.XGConnection
 
RESET_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
resetSizeCounter() - Method in class com.google.protobuf.CodedInputStream
Resets the current size counter to zero (see CodedInputStream.setSizeLimit(int)).
resolve(String, int, int) - Static method in class com.ocient.jdbc.XGConnection.RemoteEndpoint
 
resolveFileName(ExtractConfiguration, int) - Static method in class com.ocient.cli.extract.RecordExtractorFactory
 
resolveOktaNativeSSOTokenFilePath(Properties) - Static method in class com.ocient.jdbc.XGConnection
 
resolvesTo(String, int) - Method in class com.ocient.jdbc.XGConnection.RemoteEndpoint
 
RESPONSE_ERROR - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
RESPONSE_ERROR = 3;
RESPONSE_ERROR_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
RESPONSE_ERROR = 3;
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
RESPONSE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
RESPONSE_OK - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
RESPONSE_OK = 1;
RESPONSE_OK_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
RESPONSE_OK = 1;
RESPONSE_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
RESPONSE_TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
RESPONSE_WARN - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
RESPONSE_WARN = 2;
RESPONSE_WARN_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
RESPONSE_WARN = 2;
RESPONSEONEOF_NOT_SET - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.ResponseOneofCase
 
RESPONSEONEOF_NOT_SET - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
 
ResponseUtil - Class in com.ocient.rest.util
 
ResponseUtil() - Constructor for class com.ocient.rest.util.ResponseUtil
 
RestServer - Class in com.ocient.rest
Entry point for the REST API.
RestServer(int) - Constructor for class com.ocient.rest.RestServer
 
result - Variable in class com.ocient.jdbc.XGStatement
 
RESULT_SET - Enum constant in enum class com.ocient.jdbc.XGConnectionInfo.Hint
 
RESULT_SET_BUFFER_QUEUE_DEPTH - Static variable in class com.ocient.jdbc.XGProperties
The maximum of number of result set buffers to hold in memory at any given time.
RESULT_SET_BUFFER_QUEUE_DEPTH_KEY - Static variable in class com.ocient.jdbc.XGProperties
 
RESULT_SET_COLUMN_LIMIT - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
RESULT_SET_COLUMN_LIMIT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
RESULT_SET_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
RESULT_SET_RAMP_UP_INTERVAL_MILLIS - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
RESULT_SET_VAL - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase
 
RESULT_SET_VAL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
RESULTONEOF_NOT_SET - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase
 
ResultSetBuilder - Class in com.ocient.procedures
 
ResultSetBuilder(String) - Constructor for class com.ocient.procedures.ResultSetBuilder
 
RESULTSETCOLUMNLIMIT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
ResultSetExtractor - Class in com.ocient.cli.extract
 
ResultSetExtractor.ExtractTransformer - Class in com.ocient.cli.extract
Implementation of RowTransformer that sanitizes the column values, then formats the row data into a flattened, string-based representation (e.g., CSV, TSV).
resultSetInterruptReason - Variable in class com.ocient.jdbc.XGStatement
 
retainAll(Collection<?>) - Method in class com.google.protobuf.LazyStringArrayList
 
RETENTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
RETENTION_RUNTIME - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
RETENTION_RUNTIME = 1;
RETENTION_RUNTIME_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
RETENTION_RUNTIME = 1;
RETENTION_SOURCE - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
RETENTION_SOURCE = 2;
RETENTION_SOURCE_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
RETENTION_SOURCE = 2;
RETENTION_UNKNOWN - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
RETENTION_UNKNOWN = 0;
RETENTION_UNKNOWN_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
RETENTION_UNKNOWN = 0;
reuse(String, String, boolean) - Method in class com.ocient.cli.FastStringTokenizer
 
revoke(OktaAuthenticators.OktaNativeSSOToken) - Static method in class com.ocient.auth.OktaAuthenticators.OktaNativeSSOClient
Sends a request to the /revoke endpoint for the Authorization Server that issued this device token.
ROLE_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
rollback() - Method in class com.ocient.jdbc.XGConnection
 
rollback(Savepoint) - Method in class com.ocient.jdbc.XGConnection
 
ROOT_FIELD_NUMBER - Static variable in class com.google.protobuf.Mixin
 
ROOT_OP_INST_DISCARD - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
Rows are discarded by the root operator instance.
ROOT_OP_INST_DISCARD_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
Rows are discarded by the root operator instance.
Row - Interface in com.ocient.util
An interface that represents a row of data from a table.
ROW_LIMIT - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
ROW_LIMIT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
RowBatch - Class in com.ocient.util
 
RowBatch(int) - Constructor for class com.ocient.util.RowBatch
 
RowBatch(List<Row>) - Constructor for class com.ocient.util.RowBatch
 
rowBatchBytesRecv - Variable in class com.ocient.metrics.QueryMetrics
 
rowBatchDeserMs - Variable in class com.ocient.metrics.QueryMetrics
 
rowBatchesRecv - Variable in class com.ocient.metrics.QueryMetrics
 
rowBlobsRecv - Variable in class com.ocient.metrics.QueryMetrics
 
rowDeleted() - Method in class com.ocient.jdbc.XGResultSet
 
rowInserted() - Method in class com.ocient.jdbc.XGResultSet
 
ROWLIMIT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
ROWS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
ROWS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
ROWS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
ROWS_RETURNED_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
rowsPending - Variable in class com.ocient.metrics.QueryMetrics
 
rowsRecv - Variable in class com.ocient.metrics.QueryMetrics
 
RowTransformer - Interface in com.ocient.util
Interface for applying column value transformations directly within data fetch deserialization threads.
RowTransformerFactory - Interface in com.ocient.util
Factory interface for creating and managing RowTransformer instances.
rowUnsafe() - Method in class com.ocient.jdbc.SyncRowCursor
 
rowUpdated() - Method in class com.ocient.jdbc.XGResultSet
 
RpcCallback<ParameterType> - Interface in com.google.protobuf
Interface for an RPC callback, normally called when an RPC completes.
RpcChannel - Interface in com.google.protobuf
Abstract interface for an RPC channel.
RpcController - Interface in com.google.protobuf
An RpcController mediates a single method call.
RpcUtil - Class in com.google.protobuf
Grab-bag of utility functions useful when dealing with RPCs.
RpcUtil.AlreadyCalledException - Exception in com.google.protobuf
Exception thrown when a one-time callback is called more than once.
rs - Variable in class com.ocient.jdbc.XGConnection
 
RSBuilderNull - Class in com.ocient.procedures
 
RSBuilderNull() - Constructor for class com.ocient.procedures.RSBuilderNull
 
RUBY_PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
run(ParameterType) - Method in interface com.google.protobuf.RpcCallback
 
RUNTIME_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 

S

S3 - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.LocationType
 
S3_UPLOAD_PART_PARALLELISM - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
S3_UPLOAD_PART_SIZE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
S3OutputStream - Class in com.ocient.cli.extract
 
S3OutputStream(S3Client, String, String, int, Optional<ExtractMetrics>) - Constructor for class com.ocient.cli.extract.S3OutputStream
 
sanitizeValues(List<Object>, ExtractConfiguration) - Method in class com.ocient.cli.extract.ResultSetExtractor
 
save(OutputStream, String) - Method in class com.ocient.util.CaselessProperties
 
SCALAR_SUBQUERY_CARDINALITY_VIOLATION - Static variable in class com.ocient.jdbc.SQLStates
 
SCHEMA_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
SCHEMA_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
SCHEMA_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
SCOPE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
scrubCommand(String) - Static method in class com.ocient.cli.CLI
 
SECONDARY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
SECONDARY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
SECONDARY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
SECONDARY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
secondaryInterfaces - Variable in class com.ocient.jdbc.XGConnection
 
SECONDS - Enum constant in enum class com.ocient.metrics.Metric.Units
 
SECONDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Duration
 
SECONDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Timestamp
 
SECURITY_INTEGRATION_DISABLED - Static variable in class com.ocient.jdbc.SQLStates
 
SECURITY_INTEGRATION_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
SECURITYTOKEN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
SECURITYTOKEN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
SECURITYTOKEN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
SECURITYTOKEN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
SEGMENT_NOT_AVAILABLE - Static variable in class com.ocient.jdbc.SQLStates
 
SELECT_AFTER_AGG - Static variable in class com.ocient.jdbc.SQLStates
 
SELECT_NUM_COLS_MISMATCH - Static variable in class com.ocient.jdbc.SQLStates
 
SEMANTIC_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
send(int, CompletableFutures.SQLResult<RowBatch>, QueuePermit) - Method in class com.ocient.util.Iterators.LazyFanInPriorityQueue
Sends an item to the specified stream index.
send(Throwable) - Static method in exception com.ocient.transport.TransportException
Creates a new TransportException object with a FailMode of SEND and the specified cause.
SEND - Enum constant in enum class com.ocient.transport.TransportException.FailMode
Indicates that the exception occurred during a send operation.
sendAndReceive(ByteBuf, SimplexTransport.Ctx) - Method in class com.ocient.transport.JavaNetOcientWireV1Transport
 
sendAndReceive(ByteBuf, SimplexTransport.Ctx) - Method in class com.ocient.transport.NettyOcientWireV1Transport
 
sendAndReceive(TREQUEST, SimplexTransport.Ctx) - Method in interface com.ocient.transport.SimplexTransport
Sends a SimplexTransport to the server and returns a CompletionStage that completes with the SimplexTransport from the server.
sendHeartbeat() - Method in class com.ocient.jdbc.XGConnection
Sends a heartbeat message to test the connection with the server asynchronously.
sendNoReceive(ByteBuf, SimplexTransport.Ctx) - Method in class com.ocient.transport.JavaNetOcientWireV1Transport
 
sendNoReceive(ByteBuf, SimplexTransport.Ctx) - Method in class com.ocient.transport.NettyOcientWireV1Transport
 
sendNoReceive(TREQUEST, SimplexTransport.Ctx) - Method in interface com.ocient.transport.SimplexTransport
Sends SimplexTransport to the server.
sendParameterMessage(ClientWireProtocol.SetParameter) - Method in class com.ocient.jdbc.XGConnection
 
sendRefreshSession() - Method in class com.ocient.jdbc.XGConnection
 
sendRefreshToken(XGConnection.Session.State) - Method in class com.ocient.jdbc.XGConnection
 
sendRequest(ClientWireProtocol.Request, XGConnection.ResponseHandler<Response>, Predicate<SQLWarning>, XGConnection.ConfirmationSupplier<Response>) - Method in class com.ocient.jdbc.XGConnection
Sends a request message to the remote server and waits for a response.
sendRequestWithoutResponse(ClientWireProtocol.Request) - Method in class com.ocient.jdbc.XGConnection
Sends a request message to the remote server byt does not wait for a response.
sendRequestWithStandardResponse(ClientWireProtocol.Request, Predicate<SQLWarning>) - Method in class com.ocient.jdbc.XGConnection
Sends a request message to the remote server and waits for a standard confirmation response.
SENT_BYTES_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
SENT_ROWS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
SEQUENCE_ERROR - Static variable in class com.ocient.jdbc.SQLStates
 
SEQUENCENUMBERS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
serdes() - Static method in class com.ocient.util.Executors
 
serialize(MetricsResponse, JsonGenerator, SerializerProvider) - Method in class com.ocient.rest.MetricsResponse.Serializer
 
serializeBooleanMapTo(CodedOutputStream, MapField<Boolean, V>, MapEntry<Boolean, V>, int) - Static method in class com.google.protobuf.GeneratedMessageV3
 
serializeIntegerMapTo(CodedOutputStream, MapField<Integer, V>, MapEntry<Integer, V>, int) - Static method in class com.google.protobuf.GeneratedMessageV3
 
serializeLongMapTo(CodedOutputStream, MapField<Long, V>, MapEntry<Long, V>, int) - Static method in class com.google.protobuf.GeneratedMessageV3
 
Serializer() - Constructor for class com.ocient.rest.MetricsResponse.Serializer
 
serializeStringMapTo(CodedOutputStream, MapField<String, V>, MapEntry<String, V>, int) - Static method in class com.google.protobuf.GeneratedMessageV3
 
serializeTo(CodedOutputStream, int, K, V) - Method in class com.google.protobuf.MapEntryLite
Serializes the provided key and value as though they were wrapped by a MapEntryLite to the output stream.
SERVER_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
ServerQuiesceException - Exception in com.ocient.transport
 
ServerQuiesceException(String) - Constructor for exception com.ocient.transport.ServerQuiesceException
 
ServerQuiesceException(Throwable) - Constructor for exception com.ocient.transport.ServerQuiesceException
 
serverSessionId - Variable in class com.ocient.jdbc.XGConnection
 
SERVERSESSIONID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
SERVERSESSIONID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
SERVERSESSIONID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
SERVERSESSIONID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
serverVersion - Variable in class com.ocient.jdbc.XGConnection
 
Service - Interface in com.google.protobuf
Abstract base interface for protocol-buffer-based RPC services.
SERVICE_CLASS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
SERVICE_CLASS_NAME - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
SERVICE_CLASS_NAME - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
SERVICE_CLASS_NAME_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
SERVICE_CLASS_NAME_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
SERVICE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
ServiceException - Exception in com.google.protobuf
Thrown by blocking RPC methods when a failure occurs.
ServiceException(String) - Constructor for exception com.google.protobuf.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception com.google.protobuf.ServiceException
 
ServiceException(Throwable) - Constructor for exception com.google.protobuf.ServiceException
 
session - Variable in class com.ocient.jdbc.XGConnection
 
SESSION_DOES_NOT_EXIST - Static variable in class com.ocient.jdbc.SQLStates
 
SESSION_EXPIRED - Static variable in class com.ocient.jdbc.SQLStates
 
sessionID - Static variable in class com.ocient.jdbc.XGConnection
 
SESSIONID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
SESSIONID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
SESSIONID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
SESSIONID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
SESSIONINFO - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
 
SESSIONINFO_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
SESSIONINFO_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
sessionState - Variable in class com.ocient.jdbc.XGConnection
 
set(int, byte[]) - Method in class com.google.protobuf.LazyStringArrayList
 
set(int, byte[]) - Method in interface com.google.protobuf.LazyStringList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, byte[]) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
set(int, ByteString) - Method in class com.google.protobuf.LazyStringArrayList
 
set(int, ByteString) - Method in interface com.google.protobuf.LazyStringList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
set(int, String) - Method in class com.google.protobuf.LazyStringArrayList
 
set(LazyFieldLite) - Method in class com.google.protobuf.LazyFieldLite
Overrides the contents of this LazyField.
set(PerformanceMode) - Static method in enum class com.ocient.protocol.PerformanceMode
Sets the globally configured PerformanceMode for query execution.
SET - Enum constant in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
SET = 1;
SET_MEMOIZED_IS_INITIALIZED - Enum constant in enum class com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
SET_PARAMETER - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
SET_PARAMETER - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
30 used above
SET_PARAMETER_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
SET_PARAMETER_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
30 used above
SET_SCHEMA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
SET_SCHEMA - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
SET_SCHEMA = 5;
SET_SCHEMA_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
SET_SCHEMA_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
SET_SCHEMA = 5;
SET_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
SET = 1;
setAccepted(boolean) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
When true, the message was accepted and the action was completed.
setAck(ProtocolPrivMessages.protocolPrivAck) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivAck ack = 255;
setAck(ProtocolPrivMessages.protocolPrivAck.Builder) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivAck ack = 255;
setAddress(int, String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
repeated string address = 1;
setAddressType(ProtocolMetadata.protocolEndpointAddress.addressType) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
the address type
setAddressTypeValue(int) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
the address type
setAggregateValue(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8 [json_name = "aggregateValue"];
setAggregateValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8 [json_name = "aggregateValue"];
setAllNodes(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
bool all_nodes = 1;
setAllowAlias(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool allow_alias = 2 [json_name = "allowAlias"];
setAllowUnknownExtensions(boolean) - Method in class com.google.protobuf.TextFormat.Parser.Builder
Set whether this parser will allow unknown extensions.
setAllowUnknownFields(boolean) - Method in class com.google.protobuf.TextFormat.Parser.Builder
Set whether this parser will allow unknown fields.
setAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
setAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
setAnonymousIdentity(ProtocolMetadata.protocolIdentity.anonymousIdentity) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
anonymous identity
setAnonymousIdentity(ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
anonymous identity
setArray(int, Array) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setAttachToQuery(ClientWireProtocol.AttachToQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
setAttachToQuery(ClientWireProtocol.AttachToQuery.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
SetPSO set_pso = 27; // Deprecated 28 is defined above 29 is defined above
setAuthenticator(int, ClientWireProtocol.Authenticator) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
setAuthenticator(int, ClientWireProtocol.Authenticator.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
setAuthUrl(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
string authUrl = 3;
setAuthUrlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
string authUrl = 3;
setAutoCommit(boolean) - Method in class com.ocient.jdbc.XGConnection
 
setBegin(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional int32 begin = 3 [json_name = "begin"];
setBigDecimal(int, BigDecimal) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setBlob(int, InputStream) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setBlob(int, InputStream, long) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setBlob(int, Blob) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setBlobLengths(int, int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int32 blobLengths = 2;
setBlobs(int, ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated bytes blobs = 3;
setBoolean(int, boolean) - Method in interface com.google.protobuf.Internal.BooleanList
Like List.set(int, Object) but more efficient in that it doesn't box the element.
setBoolean(int, boolean) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setBoolValue(boolean) - Method in class com.google.protobuf.Value.Builder
bool bool_value = 4 [json_name = "boolValue"];
setByte(int, byte) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setBytes(int, byte[]) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setBytesReturned(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the number of bytes returned by the query
setByteString(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.LazyFieldLite
Sets this field with bytes to delay-parse.
setCall(ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
.xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
setCallValue(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
.xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;
setCancelQuery(ClientWireProtocol.CancelQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CancelQuery cancel_query = 17;
setCancelQuery(ClientWireProtocol.CancelQuery.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CancelQuery cancel_query = 17;
setCardinality(Field.Cardinality) - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
setCardinalityValue(int) - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
setCatalog(String) - Method in class com.ocient.jdbc.XGConnection
 
setCcEnableArenas(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
setCcGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
setCertFingerprintIdentity(ProtocolMetadata.protocolIdentity.certFingerprintIdentity) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
cert fingerprint identity
setCertFingerprintIdentity(ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
cert fingerprint identity
setCharacterStream(int, Reader) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setCheckData(ClientWireProtocol.CheckDataRequest) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
setCheckData(ClientWireProtocol.CheckDataRequest.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
setCheckDataStatement(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
string checkDataStatement = 2;
setCheckDataStatementBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
string checkDataStatement = 2;
setCipher(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
bytes cipher = 1;
setCipher(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
bytes cipher = 1;
setClearCache(ClientWireProtocol.ClearCache) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClearCache clear_cache = 41;
setClearCache(ClientWireProtocol.ClearCache.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClearCache clear_cache = 41;
setClientConnection(ClientWireProtocol.ClientConnection) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection client_connection = 2;
setClientConnection(ClientWireProtocol.ClientConnection.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection client_connection = 2;
setClientConnection2(ClientWireProtocol.ClientConnection2) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
setClientConnection2(ClientWireProtocol.ClientConnection2.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnection2 client_connection2 = 3;
setClientConnectionGcm(ClientWireProtocol.ClientConnectionGCM) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
setClientConnectionGcm(ClientWireProtocol.ClientConnectionGCM.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM client_connection_gcm = 37;
setClientConnectionGcm2(ClientWireProtocol.ClientConnectionGCM2) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
setClientConnectionGcm2(ClientWireProtocol.ClientConnectionGCM2.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionGCM2 client_connection_gcm2 = 38;
setClientConnectionRefreshSession(ClientWireProtocol.ClientConnectionRefreshSession) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
setClientConnectionRefreshSession(ClientWireProtocol.ClientConnectionRefreshSession.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshSession client_connection_refresh_session = 45;
setClientConnectionRefreshToken(ClientWireProtocol.ClientConnectionRefreshToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
setClientConnectionRefreshToken(ClientWireProtocol.ClientConnectionRefreshToken.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionRefreshToken client_connection_refresh_token = 46;
setClientConnectionSecurityToken(ClientWireProtocol.ClientConnectionSecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
setClientConnectionSecurityToken(ClientWireProtocol.ClientConnectionSecurityToken.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSecurityToken client_connection_security_token = 44;
setClientConnectionSso(ClientWireProtocol.ClientConnectionSSO) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
setClientConnectionSso(ClientWireProtocol.ClientConnectionSSO.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO client_connection_sso = 42;
setClientConnectionSso2(ClientWireProtocol.ClientConnectionSSO2) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
setClientConnectionSso2(ClientWireProtocol.ClientConnectionSSO2.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ClientConnectionSSO2 client_connection_sso2 = 43;
setClientid(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string clientid = 3;
setClientid(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string clientid = 3;
setClientid(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string clientid = 2;
setClientid(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string clientid = 2;
setClientId(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
string clientId = 2;
setClientidBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string clientid = 3;
setClientidBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string clientid = 3;
setClientidBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string clientid = 2;
setClientidBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string clientid = 2;
setClientIdBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
string clientId = 2;
setClientInfo(String, String) - Method in class com.ocient.jdbc.XGConnection
 
setClientInfo(Properties) - Method in class com.ocient.jdbc.XGConnection
 
setClientIp(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the IP of the client
setClientIpBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the IP of the client
setClientStreaming(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
setClientVersion(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the version of the connector used to submit the query
setClientVersionBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the version of the connector used to submit the query
setClob(int, Reader) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setClob(int, Reader, long) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setClob(int, Clob) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setCloseConnection(ClientWireProtocol.CloseConnection) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseConnection close_connection = 5;
setCloseConnection(ClientWireProtocol.CloseConnection.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseConnection close_connection = 5;
setCloseResultSet(ClientWireProtocol.CloseResultSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseResultSet close_result_set = 10;
setCloseResultSet(ClientWireProtocol.CloseResultSet.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.CloseResultSet close_result_set = 10;
setCode(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the SQL state code
setCols2Pos(Map<String, Integer>) - Method in class com.ocient.jdbc.XGResultSet.OcientResultSetMetadata.Builder
 
setCols2Pos(Map<String, Integer>) - Method in class com.ocient.jdbc.XGResultSet
 
setCols2Types(Map<String, String>) - Method in class com.ocient.jdbc.XGResultSet.OcientResultSetMetadata.Builder
 
setCols2Types(Map<String, String>) - Method in class com.ocient.jdbc.XGResultSet
 
setColumn(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string column = 4;
setColumnBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string column = 4;
setCompilerVersion(PluginProtos.Version) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
setCompilerVersion(PluginProtos.Version.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
setCompleted(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
true if we should return rows for completed queries
setCompleteTime(long) - Method in class com.ocient.jdbc.StructuredQueryMetrics
 
setConcurrency(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
int64 concurrency = 1;
setConcurrency(ClientWireProtocol.SetParameter.Concurrency) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
setConcurrency(ClientWireProtocol.SetParameter.Concurrency.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Concurrency concurrency = 7;
setContent(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15 [json_name = "content"];
setContentBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15 [json_name = "content"];
setCostEstimate(double) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the plan cost estimate
setCountEqual(String) - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_equal = 9;
setCountEqualBytes(ByteString) - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_equal = 9;
setCountMax(String) - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_max = 8;
setCountMaxBytes(ByteString) - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_max = 8;
setCountMin(String) - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_min = 7;
setCountMinBytes(ByteString) - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_min = 7;
setCountNotEqual(String) - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_not_equal = 10;
setCountNotEqualBytes(ByteString) - Method in class xg.Validator.ValidatorOptions.Builder
optional string count_not_equal = 10;
setCsharpNamespace(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
setCsharpNamespaceBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
setCtype(DescriptorProtos.FieldOptions.CType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
setCursorName(String) - Method in class com.ocient.jdbc.XGStatement
 
setData(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
The token payload
setDatabase(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string database = 2;
setDatabase(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string database = 2;
setDatabase(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string database = 1;
setDatabase(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string database = 1;
setDatabase(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
string database = 1;
setDatabase(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
string database = 3;
setDatabase(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string database = 9;
setDatabase(String) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setDatabaseBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string database = 2;
setDatabaseBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string database = 2;
setDatabaseBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string database = 1;
setDatabaseBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string database = 1;
setDatabaseBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
string database = 1;
setDatabaseBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
string database = 3;
setDatabaseBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string database = 9;
setDatabaseId(StringValue) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the database uuid the user was connected to
setDatabaseId(StringValue.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the database uuid the user was connected to
setDataBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
The token payload
setDate(int) - Method in class com.ocient.jdbc.XGDate
Deprecated.
setDate(int) - Method in class com.ocient.jdbc.XGTime
Deprecated.
setDate(int) - Method in class com.ocient.jdbc.XGTimestamp
Deprecated.
setDate(int, Date) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setDate(int, Date, Calendar) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setDebugRedact(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
setDefaultValue(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7 [json_name = "defaultValue"];
setDefaultValue(String) - Method in class com.google.protobuf.Field.Builder
string default_value = 11 [json_name = "defaultValue"];
setDefaultValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7 [json_name = "defaultValue"];
setDefaultValueBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
string default_value = 11 [json_name = "defaultValue"];
setDemFound(boolean) - Method in class com.ocient.jdbc.FetchSummary
Sets whether a Data End Marker (DEM) was found during the fetch operation.
setDenialReason(ProtocolPrivMessages.protocolPrivAck.denialReason) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
The denial reason, if any
setDenialReasonValue(int) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
The denial reason, if any
setDependency(int, String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3 [json_name = "dependency"];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
setDeprecatedLegacyJsonFieldConflicts(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
Deprecated.
google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
setDeprecatedLegacyJsonFieldConflicts(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Deprecated.
google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
setDisableProtocol(ProtocolPrivMessages.protocolPrivDisableProtocol) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
setDisableProtocol(ProtocolPrivMessages.protocolPrivDisableProtocol.Builder) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivDisableProtocol disable_protocol = 3;
setDouble(int, double) - Method in interface com.google.protobuf.Internal.DoubleList
Like List.set(int, Object) but more efficient in that it doesn't box the element.
setDouble(int, double) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setDoubleValue(double) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6 [json_name = "doubleValue"];
setEagerlyParseMessageSets(boolean) - Static method in class com.google.protobuf.ExtensionRegistryLite
 
setEdition(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string edition = 13 [json_name = "edition"];
setEditionBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string edition = 13 [json_name = "edition"];
setEffectivePriority(float) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float effective_priority = 2;
setElapsedTimeSec(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int32 elapsed_time_sec = 6;
setEnableProtocol(ProtocolPrivMessages.protocolPrivEnableProtocol) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
setEnableProtocol(ProtocolPrivMessages.protocolPrivEnableProtocol.Builder) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivEnableProtocol enable_protocol = 2;
setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 end = 2 [json_name = "end"];
setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 end = 2 [json_name = "end"];
setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
optional int32 end = 2 [json_name = "end"];
setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional int32 end = 4 [json_name = "end"];
setEndSession(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
bool endSession = 1;
setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
setEnumvalue(int, EnumValue) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
setEnumvalue(int, EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
setEqual(String) - Method in class xg.Validator.ValidatorOptions.Builder
optional string equal = 3;
setEqualBytes(ByteString) - Method in class xg.Validator.ValidatorOptions.Builder
optional string equal = 3;
setError(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1 [json_name = "error"];
setErrorBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1 [json_name = "error"];
setEscapeProcessing(boolean) - Method in class com.ocient.jdbc.XGStatement
 
setEstimatedResultRows(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 estimated_result_rows = 12;
setEstimatedResultSize(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 estimated_result_size = 13;
setEstimatedTimeSec(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int32 estimated_time_sec = 3;
setExecuteExplain(ClientWireProtocol.ExecuteExplain) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
setExecuteExplain(ClientWireProtocol.ExecuteExplain.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExplain execute_explain = 12;
setExecuteExplainForSpark(ClientWireProtocol.ExecuteExplainForSpark) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Spark Deprecated
setExecuteExplainForSpark(ClientWireProtocol.ExecuteExplainForSpark.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Spark Deprecated
setExecuteExport(ClientWireProtocol.ExecuteExport) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExport execute_export = 26;
setExecuteExport(ClientWireProtocol.ExecuteExport.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteExport execute_export = 26;
setExecuteInlinePlan(ClientWireProtocol.ExecuteInlinePlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
setExecuteInlinePlan(ClientWireProtocol.ExecuteInlinePlan.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
setExecutePlan(ClientWireProtocol.ExecutePlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecutePlan execute_plan = 20;
setExecutePlan(ClientWireProtocol.ExecutePlan.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecutePlan execute_plan = 20;
setExecuteQuery(ClientWireProtocol.ExecuteQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteQuery execute_query = 11;
setExecuteQuery(ClientWireProtocol.ExecuteQuery.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteQuery execute_query = 11;
setExecuteUpdate(ClientWireProtocol.ExecuteUpdate) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
setExecuteUpdate(ClientWireProtocol.ExecuteUpdate.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExecuteUpdate execute_update = 14;
setExplainPipeline(ClientWireProtocol.ExplainPipelineRequest) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
setExplainPipeline(ClientWireProtocol.ExplainPipelineRequest.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPipelineRequest explain_pipeline = 36;
setExplainPlan(ClientWireProtocol.ExplainPlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPlan explain_plan = 21;
setExplainPlan(ClientWireProtocol.ExplainPlan.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ExplainPlan explain_plan = 21;
setExplicitSSO(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
Is this a token-based SSO flow?
setExplicitSSO(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
bool explicitSSO = 5;
setExportStatement(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
string exportStatement = 2;
setExportStatementBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
string exportStatement = 2;
setExtendee(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2 [json_name = "extendee"];
setExtendeeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2 [json_name = "extendee"];
setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
setExtension(Extension<MessageT, List<T>>, int, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Set the value of one element of a repeated extension.
setExtension(Extension<MessageT, T>, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Set the value of an extension.
setExtension(Extension<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Set the value of one element of a repeated extension.
setExtension(Extension<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Set the value of an extension.
setExtension(ExtensionLite<MessageT, List<T>>, int, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Set the value of one element of a repeated extension.
setExtension(ExtensionLite<MessageT, T>, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Set the value of an extension.
setExtension(ExtensionLite<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Set the value of one element of a repeated extension.
setExtension(ExtensionLite<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Set the value of one element of a repeated extension.
setExtension(ExtensionLite<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Set the value of an extension.
setExtension(ExtensionLite<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Set the value of an extension.
setExtension(GeneratedMessage.GeneratedExtension<MessageT, List<T>>, int, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Set the value of one element of a repeated extension.
setExtension(GeneratedMessage.GeneratedExtension<MessageT, T>, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
Set the value of an extension.
setExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Set the value of one element of a repeated extension.
setExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Set the value of an extension.
setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
setFailed(String) - Method in interface com.google.protobuf.RpcController
Causes failed() to return true on the client side.
setFatalException(Throwable) - Method in class com.ocient.jdbc.XGConnection
 
setFetchAuthenticators(ClientWireProtocol.FetchAuthenticators) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
setFetchAuthenticators(ClientWireProtocol.FetchAuthenticators.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchAuthenticators fetch_authenticators = 51;
setFetchData(ClientWireProtocol.FetchData) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchData fetch_data = 8;
setFetchData(ClientWireProtocol.FetchData.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchData fetch_data = 8;
setFetchDirection(int) - Method in class com.ocient.jdbc.XGResultSet
 
setFetchDirection(int) - Method in class com.ocient.jdbc.XGStatement
 
setFetchMetadata(ClientWireProtocol.FetchMetadata) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
setFetchMetadata(ClientWireProtocol.FetchMetadata.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchMetadata fetch_metadata = 9;
setFetchSize(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
sfixed32 fetch_size = 1;
setFetchSize(int) - Method in class com.ocient.jdbc.XGResultSet
 
setFetchSize(int) - Method in class com.ocient.jdbc.XGStatement
 
setFetchSystemMetadata(ClientWireProtocol.FetchSystemMetadata) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
setFetchSystemMetadata(ClientWireProtocol.FetchSystemMetadata.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
setField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
setField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.MapEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in interface com.google.protobuf.Message.Builder
Sets a field to the given value.
setFields(int, Field) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
setFields(int, Field.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
setFile(int, PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
setFile(int, PluginProtos.CodeGeneratorResponse.File.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
setFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
setFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
setFileName(String) - Method in class com.google.protobuf.SourceContext.Builder
string file_name = 1 [json_name = "fileName"];
setFileNameBytes(ByteString) - Method in class com.google.protobuf.SourceContext.Builder
string file_name = 1 [json_name = "fileName"];
setFileToGenerate(int, String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
setFinalEffectivePriority(double) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the final effective dynamically adjusted priority
setFingerprint(ByteString) - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
bytes fingerprint = 1;
setFloat(int, float) - Method in interface com.google.protobuf.Internal.FloatList
Like List.set(int, Object) but more efficient in that it doesn't box the element.
setFloat(int, float) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
bool force = 2;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
Force = true means not allowed to redirect the connection
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
Force = true means not allowed to redirect the connection
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
bool force = 10;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
bool force = 2;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
bool force = 2;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
bool force = 4;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
bool force = 2;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
bool force = 2;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
bool force = 2;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
bool force = 2;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
bool force = 2;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
bool force = 2;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
bool force = 2;
setForce(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
whether or not we are forcing plans to run externally, primarily for testing
setForceExternal(ClientWireProtocol.ForceExternal) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
setForceExternal(ClientWireProtocol.ForceExternal.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated.
setForceExternal(ClientWireProtocol.SetParameter.ForceExternal) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
setForceExternal(ClientWireProtocol.SetParameter.ForceExternal.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ForceExternal force_external = 10;
setForceNextRedirect() - Method in class com.ocient.jdbc.XGStatement
 
setForceRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
This is superseded by 'force'.
setFormat(ClientWireProtocol.ExplainFormat) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
.xg.cmdcomp.ExplainFormat format = 3;
setFormat(ClientWireProtocol.ExplainFormat) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
.xg.cmdcomp.ExplainFormat format = 3;
setFormatValue(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
.xg.cmdcomp.ExplainFormat format = 3;
setFormatValue(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
.xg.cmdcomp.ExplainFormat format = 3;
setFullyQualifiedUsername(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The fully qualified username used for the connection
setFullyQualifiedUsername(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
The fully qualified username used for the connection
setFullyQualifiedUsernameBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The fully qualified username used for the connection
setFullyQualifiedUsernameBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
The fully qualified username used for the connection
setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
setGetSchema(ClientWireProtocol.GetSchema) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.GetSchema get_schema = 4;
setGetSchema(ClientWireProtocol.GetSchema.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.GetSchema get_schema = 4;
setGoPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11 [json_name = "goPackage"];
setGoPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11 [json_name = "goPackage"];
setHasKey(String) - Method in class xg.Validator.ValidatorOptions.Builder
optional string has_key = 11;
setHasKeyBytes(ByteString) - Method in class xg.Validator.ValidatorOptions.Builder
optional string has_key = 11;
setHint(XGConnectionInfo.Hint) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setHint_bypassLoadBalancer(boolean) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setHint_bypassLoadBalancerOnHandshakeOnly(boolean) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setHint_bypassPropertyValidation(boolean) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setHint_bypassUpdateServerVersion(boolean) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setHint_isRedirect(boolean) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setHint_properties(CaselessProperties) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setHint_secondaryInterfaces(List<XGConnection.RemoteNode>) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setHint_session(XGConnection.Session) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setHint_timeoutMillis(long) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setHint_url(String) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setHmac(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
bytes hmac = 3;
setHmac(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
bytes hmac = 3;
setHoldability(int) - Method in class com.ocient.jdbc.XGConnection
 
setHostname(String) - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
string hostname = 1;
setHostnameBytes(ByteString) - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
string hostname = 1;
setHostnameIdentity(ProtocolMetadata.protocolIdentity.hostnameIdentity) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
hostname identity
setHostnameIdentity(ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
hostname identity
setIdempotencyLevel(DescriptorProtos.MethodOptions.IdempotencyLevel) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
setIdentifierValue(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3 [json_name = "identifierValue"];
setIdentifierValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3 [json_name = "identifierValue"];
setIdentity(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=413
setIdentity(ProtocolMetadata.protocolIdentity) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
.xg.md.protocolIdentity identity = 1;
setIdentity(ProtocolMetadata.protocolIdentity.Builder) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
.xg.md.protocolIdentity identity = 1;
setIndex(int) - Method in class com.ocient.cli.FastStringTokenizer
 
setInitialEffectivePriority(float) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
initial effective priority adjusted for query cost and mem usage
setInitialEffectivePriority(float) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float initial_effective_priority = 17;
setInitialPriority(float) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
initial plan priority based on wlm limits
setInitialPriority(float) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float initial_priority = 16;
setInitiatorNature(int) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
If set, used to differentiate connections with the same remote
setInputType(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2 [json_name = "inputType"];
setInputTypeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2 [json_name = "inputType"];
setInsertionPoint(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2 [json_name = "insertionPoint"];
setInsertionPointBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2 [json_name = "insertionPoint"];
setInt(int, int) - Method in interface com.google.protobuf.Internal.IntList
Like List.set(int, Object) but more efficient in that it doesn't box the element.
setInt(int, int) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setIntVal(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
sfixed32 int_val = 4;
setIp(String) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setIp(String) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
canonical IP address.
setIpBytes(ByteString) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
canonical IP address.
setIpv4Address(ProtocolMetadata.protocolEndpointAddress.ipv4Address) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
ipv4 address
setIpv4Address(ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
ipv4 address
setIsBufferSequencingEnabled(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
True if the server supports parallel
setIsExtension(boolean) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2 [json_name = "isExtension"];
setIsOn(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
bool is_on = 1;
setIsOn(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
bool is_on = 1;
setIssuer(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
string issuer = 1;
setIssuerBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
string issuer = 1;
setIssuerCertificate(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.issuer_certificate is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=421
setIssuerFingerprint(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
bytes issuer_fingerprint = 7;
setIssuerFingerprint(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string issuerFingerprint = 9;
setIssuerFingerprint(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
string issuerFingerprint = 3;
setIssuerFingerprintBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string issuerFingerprint = 9;
setIssuerFingerprintBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
string issuerFingerprint = 3;
setIsUnsorted(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
true iff the result set is guaranteed to be unsorted.
setIv(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
bytes iv = 2;
setIv(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
bytes iv = 2;
setJavaGenerateEqualsAndHash(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
Deprecated.
google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
setJavaGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
setJavaMultipleFiles(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
setJavaOuterClassname(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
setJavaOuterClassnameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
setJavaPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1 [json_name = "javaPackage"];
setJavaPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1 [json_name = "javaPackage"];
setJavaStringCheckUtf8(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
setJsonName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10 [json_name = "jsonName"];
setJsonName(String) - Method in class com.google.protobuf.Field.Builder
string json_name = 10 [json_name = "jsonName"];
setJsonNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10 [json_name = "jsonName"];
setJsonNameBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
string json_name = 10 [json_name = "jsonName"];
setJstype(DescriptorProtos.FieldOptions.JSType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
setKey(K) - Method in class com.google.protobuf.MapEntry.Builder
 
setKillQuery(ClientWireProtocol.KillQuery) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.KillQuery kill_query = 23;
setKillQuery(ClientWireProtocol.KillQuery.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.KillQuery kill_query = 23;
setKind(Field.Kind) - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
setKindValue(int) - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
setKML(String) - Static method in class com.ocient.jdbc.KML
 
setKMLFile(String) - Static method in class com.ocient.jdbc.XGStatement
 
setLabel(DescriptorProtos.FieldDescriptorProto.Label) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
setLazy(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool lazy = 5 [default = false, json_name = "lazy"];
setLeadingComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3 [json_name = "leadingComments"];
setLeadingCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3 [json_name = "leadingComments"];
setLeadingDetachedComments(int, String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
setListPlan(ClientWireProtocol.ListPlan) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ListPlan list_plan = 22;
setListPlan(ClientWireProtocol.ListPlan.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.ListPlan list_plan = 22;
setListValue(ListValue) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
setListValue(ListValue.Builder) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
setLocalQueries(ClientWireProtocol.LocalQueries) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.LocalQueries local_queries = 19;
setLocalQueries(ClientWireProtocol.LocalQueries.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.LocalQueries local_queries = 19;
setLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
setLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
setLocation(Descriptors.FieldDescriptor, TextFormatParseLocation) - Method in class com.google.protobuf.TextFormatParseInfoTree.Builder
Record the starting location of a single value for a field.
setLong(int, long) - Method in interface com.google.protobuf.Internal.LongList
Like List.set(int, Object) but more efficient in that it doesn't box the element.
setLong(int, long) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setMajor(int) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 major = 1 [json_name = "major"];
setMajorClientVersion(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
int32 majorClientVersion = 5;
setMajorClientVersion(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
int32 majorClientVersion = 5;
setMajorClientVersion(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
int32 majorClientVersion = 4;
setMajorClientVersion(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
int32 majorClientVersion = 4;
setMapEntry(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool map_entry = 7 [json_name = "mapEntry"];
setMax(String) - Method in class xg.Validator.ValidatorOptions.Builder
optional string max = 2;
setMaxBytes(ByteString) - Method in class xg.Validator.ValidatorOptions.Builder
optional string max = 2;
setMaxFieldSize(int) - Method in class com.ocient.jdbc.XGStatement
 
setMaxNumClientThreads(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
fixed32 maxNumClientThreads = 5;
setMaxResultSetBuffers(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
Maximum number of blobs to include in the response.
setMaxRows(int) - Method in class com.ocient.jdbc.XGStatement
 
setMaxRows(Integer, boolean) - Method in class com.ocient.jdbc.XGConnection
 
setMaxRowsHardLimit(Integer, boolean) - Method in class com.ocient.jdbc.XGConnection
 
setMaxTempDisk(Integer, boolean) - Method in class com.ocient.jdbc.XGConnection
 
setMaxTime(Integer, boolean) - Method in class com.ocient.jdbc.XGConnection
 
setMemoryTracing(boolean, boolean) - Method in class com.ocient.jdbc.XGConnection
 
setMemoryTracing(ClientWireProtocol.SetParameter.MemoryTracing) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
setMemoryTracing(ClientWireProtocol.SetParameter.MemoryTracing.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MemoryTracing memory_tracing = 14;
setMessage(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Sets a message at the specified index replacing the existing item at that index.
setMessage(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
Sets a message at the specified index replacing the existing item at that index.
setMessage(MType) - Method in class com.google.protobuf.SingleFieldBuilder
Sets a message for the field replacing any existing value.
setMessage(MType) - Method in class com.google.protobuf.SingleFieldBuilderV3
Sets a message for the field replacing any existing value.
setMessageSetWireFormat(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
setMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
setMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
setMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
setMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
setMethods(int, Method) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
setMethods(int, Method.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
setMetrics(boolean) - Static method in class com.ocient.jdbc.XGConnection
 
setMetrics(Optional<ExtractMetrics>) - Method in class com.ocient.cli.extract.ExtractConfiguration
 
setMin(String) - Method in class xg.Validator.ValidatorOptions.Builder
optional string min = 1;
setMinBytes(ByteString) - Method in class xg.Validator.ValidatorOptions.Builder
optional string min = 1;
setMinor(int) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 minor = 2 [json_name = "minor"];
setMinorClientVersion(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
int32 minorClientVersion = 6;
setMinorClientVersion(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
int32 minorClientVersion = 6;
setMinorClientVersion(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
int32 minorClientVersion = 5;
setMinorClientVersion(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
int32 minorClientVersion = 5;
setMixins(int, Mixin) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
setMixins(int, Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
setMonth(int) - Method in class com.ocient.jdbc.XGDate
Deprecated.
setMonth(int) - Method in class com.ocient.jdbc.XGTime
Deprecated.
setMonth(int) - Method in class com.ocient.jdbc.XGTimestamp
Deprecated.
setName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
setName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Api.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Enum.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.EnumValue.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Field.Builder
string name = 4 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Method.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Mixin.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Option.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Type.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Api.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Enum.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.EnumValue.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
string name = 4 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Mixin.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Option.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
string name = 1 [json_name = "name"];
setNamePart(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1 [json_name = "namePart"];
setNamePartBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1 [json_name = "namePart"];
setNanos(int) - Method in class com.google.protobuf.Duration.Builder
int32 nanos = 2 [json_name = "nanos"];
setNanos(int) - Method in class com.google.protobuf.Timestamp.Builder
int32 nanos = 2 [json_name = "nanos"];
setNCharacterStream(int, Reader) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setNClob(int, Reader) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setNClob(int, Reader, long) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setNClob(int, NClob) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setNegativeIntValue(long) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
setNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
setNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
setNetworkTimeout(Executor, int) - Method in class com.ocient.jdbc.XGConnection
 
setNewSecurityToken(ClientWireProtocol.SecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
The returned security token.
setNewSecurityToken(ClientWireProtocol.SecurityToken.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
The returned security token.
setNodeId(int) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
uint32 node_id = 2;
setNoStandardDescriptorAccessor(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
setNotEqual(String) - Method in class xg.Validator.EnumValidatorOptions.Builder
optional string not_equal = 1;
setNotEqual(String) - Method in class xg.Validator.ValidatorOptions.Builder
optional string not_equal = 4;
setNotEqualBytes(ByteString) - Method in class xg.Validator.EnumValidatorOptions.Builder
optional string not_equal = 1;
setNotEqualBytes(ByteString) - Method in class xg.Validator.ValidatorOptions.Builder
optional string not_equal = 4;
setNotifyIdentity(ProtocolPrivMessages.protocolPrivNotifyIdentity) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
setNotifyIdentity(ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
.xg.protocol.messages.protocolPrivNotifyIdentity notify_identity = 1;
setNString(int, String) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setNull(int, int) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setNull(int, int, String) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setNullValue(NullValue) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
setNullValueValue(int) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
setNumber(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2 [json_name = "number"];
setNumber(int) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3 [json_name = "number"];
setNumber(int) - Method in class com.google.protobuf.EnumValue.Builder
int32 number = 2 [json_name = "number"];
setNumber(int) - Method in class com.google.protobuf.Field.Builder
int32 number = 3 [json_name = "number"];
setNumberValue(double) - Method in class com.google.protobuf.Value.Builder
double number_value = 2 [json_name = "numberValue"];
setNumClientThreads(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
How many threads should the client use to fetch?
setNumParts(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
int32 numParts = 1;
setNumRows(int) - Method in class com.ocient.jdbc.FetchSummary
Sets the number of rows fetched.
setObjcClassPrefix(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
setObjcClassPrefixBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
setObject(int, Object) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setObject(int, Object, int) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setObject(int, Object, int, int) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setOldSecurityToken(ClientWireProtocol.SecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
The token to refresh
setOldSecurityToken(ClientWireProtocol.SecurityToken.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
The token to refresh
setOneofDecl(int, DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
setOneofDecl(int, DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
setOneofIndex(int) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
setOneofIndex(int) - Method in class com.google.protobuf.Field.Builder
int32 oneof_index = 7 [json_name = "oneofIndex"];
setOneofs(int, String) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
setOpenidauthenticator(ClientWireProtocol.OpenIDAuthenticator) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
setOpenidauthenticator(ClientWireProtocol.OpenIDAuthenticator.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
.xg.cmdcomp.OpenIDAuthenticator openidauthenticator = 1;
setOptimizeFor(DescriptorProtos.FileOptions.OptimizeMode) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
setOptions(int, Option) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
setOptions(int, Option) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
setOptions(int, Option) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
setOptions(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
setOptions(DescriptorProtos.EnumOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
setOptions(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
setOptions(DescriptorProtos.EnumValueOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
setOptions(DescriptorProtos.ExtensionRangeOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
setOptions(DescriptorProtos.ExtensionRangeOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
setOptions(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
setOptions(DescriptorProtos.FieldOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
setOptions(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
setOptions(DescriptorProtos.FileOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
setOptions(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
setOptions(DescriptorProtos.MessageOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
setOptions(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
setOptions(DescriptorProtos.MethodOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
setOptions(DescriptorProtos.OneofOptions) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
setOptions(DescriptorProtos.OneofOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
setOptions(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
setOptions(DescriptorProtos.ServiceOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
setOutputType(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3 [json_name = "outputType"];
setOutputTypeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3 [json_name = "outputType"];
setPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2 [json_name = "package"];
setPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2 [json_name = "package"];
setPacked(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool packed = 2 [json_name = "packed"];
setPacked(boolean) - Method in class com.google.protobuf.Field.Builder
bool packed = 8 [json_name = "packed"];
setParallelism(Integer, boolean) - Method in class com.ocient.jdbc.XGConnection
 
setParameter(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2 [json_name = "parameter"];
setParameterBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2 [json_name = "parameter"];
setParseInfoTreeBuilder(TextFormatParseInfoTree.Builder) - Method in class com.google.protobuf.TextFormat.Parser.Builder
 
setPartitioningParam(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
sfixed32 partitioningParam = 3;
setPatch(int) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional int32 patch = 3 [json_name = "patch"];
setPatchClientVersion(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
note the out of order field numbering
setPatchClientVersion(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
note the out of order field numbering
setPatchClientVersion(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
note the out of order field numbering
setPatchClientVersion(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
note the out of order field numbering
setPatchClientVersionBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
note the out of order field numbering
setPatchClientVersionBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
note the out of order field numbering
setPatchClientVersionBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
note the out of order field numbering
setPatchClientVersionBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
note the out of order field numbering
setPath(int, int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
setPath(int, int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [json_name = "path", packed = true];
setPaths(int, String) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
setPerformanceMode(ClientWireProtocol.PerformanceMode) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
.xg.cmdcomp.PerformanceMode performanceMode = 4;
setPerformanceModeValue(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
.xg.cmdcomp.PerformanceMode performanceMode = 4;
setPhpClassPrefix(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
setPhpClassPrefixBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
setPhpGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
setPhpMetadataNamespace(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
setPhpMetadataNamespaceBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
setPhpNamespace(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_namespace = 41 [json_name = "phpNamespace"];
setPhpNamespaceBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string php_namespace = 41 [json_name = "phpNamespace"];
setPipelineStatement(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
string pipelineStatement = 2;
setPipelineStatementBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
string pipelineStatement = 2;
setPlan(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
string plan = 2;
setPlanBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
string plan = 2;
setPlanName(int, String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
repeated string planName = 2;
setPlanParallelism(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the plan parallelism
setPollingIntervalSeconds(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
The minimum amount of time in seconds that the Client
setPoolable(boolean) - Method in class com.ocient.jdbc.XGStatement
 
setPort(int) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
uint32 port = 1;
setPortNum(int) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setPos2Cols(NavigableMap<Integer, String>) - Method in class com.ocient.jdbc.XGResultSet
 
setPositiveIntValue(long) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
setPriority(double) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
double priority = 1;
setPriority(ClientWireProtocol.SetParameter.Priority) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Priority priority = 6;
setPriority(ClientWireProtocol.SetParameter.Priority.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.Priority priority = 6;
setPriority(Double, boolean) - Method in class com.ocient.jdbc.XGConnection
 
setPriorityAdjustFactor(double) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
double priority_adjust_factor = 1;
setPriorityAdjustFactor(float) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
priority adjustment factor
setPriorityAdjustFactor(float) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
float priority_adjust_factor = 18;
setPriorityAdjustFactor(ClientWireProtocol.SetParameter.PriorityAdjustFactor) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
setPriorityAdjustFactor(ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustFactor priority_adjust_factor = 11;
setPriorityAdjustFactor(Double, boolean) - Method in class com.ocient.jdbc.XGConnection
 
setPriorityAdjustTime(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
priority adjustment time
setPriorityAdjustTime(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
uint32 priority_adjust_time = 1;
setPriorityAdjustTime(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
uint32 priority_adjust_time = 19;
setPriorityAdjustTime(ClientWireProtocol.SetParameter.PriorityAdjustTime) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
setPriorityAdjustTime(ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.PriorityAdjustTime priority_adjust_time = 12;
setPriorityAdjustTime(Integer, boolean) - Method in class com.ocient.jdbc.XGConnection
 
setProperty(String, String) - Method in class com.ocient.util.CaselessProperties
 
setProto3Optional(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
setProtocolId(int) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
uint32 protocol_id = 1;
setProtocolId(int) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
uint32 protocol_id = 1;
setProtocolVersion(String) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setProtoFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
setProtoFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
setPubKey(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
string pubKey = 4;
setPubKey(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
string pubKey = 4;
setPubKey(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
string pubKey = 3;
setPubKey(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
string pubKey = 3;
setPubKeyBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
string pubKey = 4;
setPubKeyBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
string pubKey = 4;
setPubKeyBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
string pubKey = 3;
setPubKeyBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
string pubKey = 3;
setPublicDependency(int, int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
setPwd(String) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setPyGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
setQueryId(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
This is the UUID of the query in string form (e.g.
setQueryId(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
The query ID (generated server side) can be used by a client to cancel/kill
setQueryId(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
string queryId = 6;
setQueryId(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string query_id = 1;
setQueryIdBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
This is the UUID of the query in string form (e.g.
setQueryIdBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
The query ID (generated server side) can be used by a client to cancel/kill
setQueryIdBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
string queryId = 6;
setQueryIdBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string query_id = 1;
setQueryServer(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string query_server = 8;
setQueryServerBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string query_server = 8;
setQueryTimeout(int) - Method in class com.ocient.jdbc.XGStatement
 
setReadOnly(boolean) - Method in class com.ocient.jdbc.XGConnection
 
setReason(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the reason
setReason(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
string reason = 2;
setReasonBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the reason
setReasonBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
string reason = 2;
setRecursionLimit(int) - Method in class com.google.protobuf.CodedInputStream
Set the maximum message recursion depth.
setRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
setRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
Redirect = true, means we are telling client to connect elsewhere
setRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
Redirect = true, means we are telling client to connect elsewhere
setRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
Redirect = true, means we are telling client to connect elsewhere
setRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
Redirect = true, means we are telling client to connect elsewhere
setRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
setRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
setRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
setRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
Redirect = true, means we are telling client to send the command elsewhere
setRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
Redirect = true, means we are telling client to send the command elsewhere
setRedirect(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
Not used
setRedirectHost(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
string redirectHost = 4;
setRedirectHost(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
string redirectHost = 3;
setRedirectHost(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
string redirectHost = 3;
setRedirectHost(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
string redirectHost = 3;
setRedirectHost(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
string redirectHost = 5;
setRedirectHost(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
string redirectHost = 4;
setRedirectHost(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
string redirectHost = 3;
setRedirectHost(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
string redirectHost = 4;
setRedirectHost(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
string redirectHost = 4;
setRedirectHost(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
string redirectHost = 4;
setRedirectHost(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
string redirectHost = 4;
setRedirectHostBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
string redirectHost = 4;
setRedirectHostBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
string redirectHost = 3;
setRedirectHostBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
string redirectHost = 3;
setRedirectHostBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
string redirectHost = 3;
setRedirectHostBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
string redirectHost = 5;
setRedirectHostBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
string redirectHost = 4;
setRedirectHostBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
string redirectHost = 3;
setRedirectHostBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
string redirectHost = 4;
setRedirectHostBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
string redirectHost = 4;
setRedirectHostBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
string redirectHost = 4;
setRedirectHostBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
string redirectHost = 4;
setRedirectPort(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
fixed32 redirectPort = 5;
setRedirectPort(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
fixed32 redirectPort = 4;
setRedirectPort(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
fixed32 redirectPort = 4;
setRedirectPort(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
fixed32 redirectPort = 4;
setRedirectPort(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
fixed32 redirectPort = 6;
setRedirectPort(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
fixed32 redirectPort = 5;
setRedirectPort(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
fixed32 redirectPort = 4;
setRedirectPort(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
fixed32 redirectPort = 5;
setRedirectPort(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
fixed32 redirectPort = 5;
setRedirectPort(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
fixed32 redirectPort = 5;
setRedirectPort(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
fixed32 redirectPort = 5;
setRef(int, Ref) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setRegex(String) - Method in class xg.Validator.ValidatorOptions.Builder
optional string regex = 6;
setRegexBytes(ByteString) - Method in class xg.Validator.ValidatorOptions.Builder
optional string regex = 6;
setRemoteIP(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string remoteIP = 10;
setRemoteIPBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string remoteIP = 10;
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.MapEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in interface com.google.protobuf.Message.Builder
Sets an element of a repeated field to the given value.
setRequestId(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
string requestId = 1;
setRequestId(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
string requestId = 2;
setRequestIdBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
string requestId = 1;
setRequestIdBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
string requestId = 2;
setRequestStreaming(boolean) - Method in class com.google.protobuf.Method.Builder
bool request_streaming = 3 [json_name = "requestStreaming"];
setRequestTypeUrl(String) - Method in class com.google.protobuf.Method.Builder
string request_type_url = 2 [json_name = "requestTypeUrl"];
setRequestTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
string request_type_url = 2 [json_name = "requestTypeUrl"];
setRequired(String) - Method in class xg.Validator.OneofValidatorOptions.Builder
optional string required = 1;
setRequiredBytes(ByteString) - Method in class xg.Validator.OneofValidatorOptions.Builder
optional string required = 1;
setRequiredProperties(XGConnectionInfo.Hint, String, String, String, int, String, String, String, XGConnection.Tls, CaselessProperties) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setReservedName(int, String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10 [json_name = "reservedName"];
setReservedName(int, String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated string reserved_name = 5 [json_name = "reservedName"];
setReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
setReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
setReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
setReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
setReset(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
whether we should reset back to the default, overrides whatever threshold is
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponse(ClientWireProtocol.ConfirmationResponse.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
.xg.cmdcomp.ConfirmationResponse response = 1;
setResponseStreaming(boolean) - Method in class com.google.protobuf.Method.Builder
bool response_streaming = 5 [json_name = "responseStreaming"];
setResponseTypeUrl(String) - Method in class com.google.protobuf.Method.Builder
string response_type_url = 4 [json_name = "responseTypeUrl"];
setResponseTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
string response_type_url = 4 [json_name = "responseTypeUrl"];
setResultSet(ClientWireProtocol.ResultSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ResultSet result_set = 2;
setResultSet(ClientWireProtocol.ResultSet.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
.xg.cmdcomp.ResultSet result_set = 2;
setResultSetColumnLimit(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
int64 resultSetColumnLimit = 1;
setResultSetColumnLimit(ClientWireProtocol.SetParameter.ResultSetColumnLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
8 reserved above
setResultSetColumnLimit(ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
8 reserved above
setResultSetMetadata(ArrayList<String>, ArrayList<String>) - Method in class com.ocient.procedures.ResultSetBuilder
 
setResultSetMetadata(Map<String, String>, Map<String, Integer>) - Method in class com.ocient.procedures.ResultSetBuilder
 
setResultSetVal(ClientWireProtocol.ResultSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ResultSet result_set_val = 2;
setResultSetVal(ClientWireProtocol.ResultSet.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
.xg.cmdcomp.ResultSet result_set_val = 2;
setRetention(DescriptorProtos.FieldOptions.OptionRetention) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
setRoot(String) - Method in class com.google.protobuf.Mixin.Builder
string root = 2 [json_name = "root"];
setRootBytes(ByteString) - Method in class com.google.protobuf.Mixin.Builder
string root = 2 [json_name = "root"];
setRowId(int, RowId) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setRowLimit(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
int64 rowLimit = 1;
setRowLimit(ClientWireProtocol.SetParameter.RowLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
2 reserved above
setRowLimit(ClientWireProtocol.SetParameter.RowLimit.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
2 reserved above
setRows(int, ClientWireProtocol.CompletedQueriesRow) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
setRows(int, ClientWireProtocol.CompletedQueriesRow.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
repeated .xg.cmdcomp.CompletedQueriesRow rows = 2;
setRows(int, ClientWireProtocol.SysQueriesRow) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
setRows(int, ClientWireProtocol.SysQueriesRow) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
setRows(int, ClientWireProtocol.SysQueriesRow.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
setRows(int, ClientWireProtocol.SysQueriesRow.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
repeated .xg.cmdcomp.SysQueriesRow rows = 2;
setRowsReturned(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the number of rows returned by the query
setRubyPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string ruby_package = 45 [json_name = "rubyPackage"];
setRubyPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string ruby_package = 45 [json_name = "rubyPackage"];
setRuntime(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the number of seconds take to complete the query
setSavepoint() - Method in class com.ocient.jdbc.XGConnection
 
setSavepoint(String) - Method in class com.ocient.jdbc.XGConnection
 
setSchema - Variable in class com.ocient.jdbc.XGConnection
 
setSchema(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
Parameters for calls
setSchema(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
string schema = 2;
setSchema(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
string schema = 1;
setSchema(String) - Method in class com.ocient.jdbc.XGConnection
 
setSchemaAsync(String) - Method in class com.ocient.jdbc.XGConnection
 
setSchemaBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
Parameters for calls
setSchemaBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
string schema = 2;
setSchemaBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
string schema = 1;
setScope(int, String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
repeated string scope = 3;
setSecondary(int, ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
setSecondary(int, ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
setSecondary(int, ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
setSecondary(int, ClientWireProtocol.SecondaryInterfaceList) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
setSecondary(int, ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
setSecondary(int, ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
setSecondary(int, ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
setSecondary(int, ClientWireProtocol.SecondaryInterfaceList.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 8;
setSeconds(long) - Method in class com.google.protobuf.Duration.Builder
int64 seconds = 1 [json_name = "seconds"];
setSeconds(long) - Method in class com.google.protobuf.Timestamp.Builder
int64 seconds = 1 [json_name = "seconds"];
setSecurityToken(ClientWireProtocol.SecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
The security token associated with this session
setSecurityToken(ClientWireProtocol.SecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The security token associated with this session
setSecurityToken(ClientWireProtocol.SecurityToken) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The security token associated with this session
setSecurityToken(ClientWireProtocol.SecurityToken.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
The security token associated with this session
setSecurityToken(ClientWireProtocol.SecurityToken.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
The security token associated with this session
setSecurityToken(ClientWireProtocol.SecurityToken.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The security token associated with this session
setSecurityToken(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string securityToken = 7;
setSecurityTokenBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string securityToken = 7;
setSemantic(DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
setSentBytes(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 sent_bytes = 15;
setSentRows(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
int64 sent_rows = 14;
setSequenceNumber(long) - Method in class com.ocient.jdbc.FetchSummary
Sets the sequence number associated with the rows fetched.
setSequenceNumbers(int, long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
repeated int64 sequenceNumbers = 4;
setServerSessionId(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
string serverSessionId = 7;
setServerSessionId(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
string serverSessionId = 7;
setServerSessionId(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
Different from 'sessionID' which belongs to the client.
setServerSessionId(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The server side identifier for this session.
setServerSessionIdBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
string serverSessionId = 7;
setServerSessionIdBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
string serverSessionId = 7;
setServerSessionIdBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
Different from 'sessionID' which belongs to the client.
setServerSessionIdBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
The server side identifier for this session.
setServerStreaming(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
setServerVersion(String) - Method in class com.ocient.jdbc.XGConnection
 
setService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
setService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
setServiceClass(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string service_class = 11;
setServiceClassBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string service_class = 11;
setServiceClassName(ClientWireProtocol.SetParameter.ServiceClassName) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
setServiceClassName(ClientWireProtocol.SetParameter.ServiceClassName.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.ServiceClassName service_class_name = 13;
setServiceClassName(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
string service_class_name = 1;
setServiceClassName(String, boolean) - Method in class com.ocient.jdbc.XGConnection
 
setServiceClassNameBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
string service_class_name = 1;
setSessionID(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string sessionID = 7;
setSessionID(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string sessionID = 7;
setSessionID(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string sessionID = 6;
setSessionID(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string sessionID = 6;
setSessionIDBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string sessionID = 7;
setSessionIDBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string sessionID = 7;
setSessionIDBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string sessionID = 6;
setSessionIDBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string sessionID = 6;
setSessionInfo(ClientWireProtocol.SessionInfo) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.SessionInfo sessionInfo = 2;
setSessionInfo(ClientWireProtocol.SessionInfo) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
MUST wait between polling requests to the server
setSessionInfo(ClientWireProtocol.SessionInfo.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
.xg.cmdcomp.SessionInfo sessionInfo = 2;
setSessionInfo(ClientWireProtocol.SessionInfo.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
MUST wait between polling requests to the server
setSetParameter(ClientWireProtocol.SetParameter) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
31 is defined above
setSetParameter(ClientWireProtocol.SetParameter.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
31 is defined above
setSetSchema(ClientWireProtocol.SetSchema) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.SetSchema set_schema = 6;
setSetSchema(ClientWireProtocol.SetSchema.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.SetSchema set_schema = 6;
setShort(int, short) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setShouldRetry(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
bool should_retry = 5;
setShouldRetry(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
bool should_retry = 3;
setSignature(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.signature is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=420
setSignature(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
string signature = 2;
setSignatureBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
string signature = 2;
setSingularOverwritePolicy(TextFormat.Parser.SingularOverwritePolicy) - Method in class com.google.protobuf.TextFormat.Parser.Builder
Sets parser behavior when a non-repeated field appears more than once.
setSizeLimit(int) - Method in class com.google.protobuf.CodedInputStream
Only valid for InputStream-backed streams.
setSourceCodeInfo(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
setSourceCodeInfo(DescriptorProtos.SourceCodeInfo.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
setSourceContext(SourceContext) - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
setSourceContext(SourceContext) - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
setSourceContext(SourceContext) - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
setSourceFile(String) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional string source_file = 2 [json_name = "sourceFile"];
setSourceFileBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
optional string source_file = 2 [json_name = "sourceFile"];
setSpan(int, int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [json_name = "span", packed = true];
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
This is the UUID of the query in string form (e.g.
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
string sql = 1;
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the sql text
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
string sql = 1;
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
string sql = 1;
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
string sql = 1;
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
sql is actually the plan text but this allows us to easily use reflection in Java
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
sql is actually the plan name but this allows us to easily use reflection in Java
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
string sql = 1;
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
string sql = 1;
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
string sql = 1;
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
sql is actually the plan name but this makes the logic easier
setSql(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
This is the UUID of the query in string form (e.g.
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
This is the UUID of the query in string form (e.g.
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
string sql = 1;
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the sql text
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
string sql = 1;
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
string sql = 1;
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
string sql = 1;
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
sql is actually the plan text but this allows us to easily use reflection in Java
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
sql is actually the plan name but this allows us to easily use reflection in Java
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
string sql = 1;
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
string sql = 1;
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
string sql = 1;
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
sql is actually the plan name but this makes the logic easier
setSqlBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
This is the UUID of the query in string form (e.g.
setSqlState(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
string sql_state = 3;
setSqlStateBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
string sql_state = 3;
setSqlText(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string sql_text = 5;
setSqlTextBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string sql_text = 5;
setSQLXML(int, SQLXML) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setStart(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 start = 1 [json_name = "start"];
setStart(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 start = 1 [json_name = "start"];
setStart(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
optional int32 start = 1 [json_name = "start"];
setStartTime(long) - Method in class com.ocient.jdbc.StructuredQueryMetrics
 
setState(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the SQL state
setStateBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the SQL state
setStatus(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string status = 7;
setStatusBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string status = 7;
setString(int, String) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setStringVal(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
string string_val = 3;
setStringValBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
string string_val = 3;
setStringValue(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7 [json_name = "stringValue"];
setStringValue(String) - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
setStringValueBytes(ByteString) - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
setStructValue(Struct) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
setStructValue(Struct.Builder) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
setSuffix(String) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional string suffix = 4 [json_name = "suffix"];
setSuffixBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
optional string suffix = 4 [json_name = "suffix"];
setSupportedFeatures(long) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
setSupportedVersion(int) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
If denial reason is UNHANDLEABLE_VERSION or UNSUPPORTED_PROTOCOL_VERSION, this field indicates the version the receiver would accept
setSupportsSortedParallelTCPStreams(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
True if the client supports parallel
setSupportsSortedParallelTCPStreams(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
True if the client supports parallel
setSwiftPrefix(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
setSwiftPrefixBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
setSyntax(Syntax) - Method in class com.google.protobuf.Api.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
setSyntax(Syntax) - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
setSyntax(Syntax) - Method in class com.google.protobuf.Method.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
setSyntax(Syntax) - Method in class com.google.protobuf.Type.Builder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
setSyntax(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12 [json_name = "syntax"];
setSyntaxBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12 [json_name = "syntax"];
setSyntaxValue(int) - Method in class com.google.protobuf.Api.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
setSyntaxValue(int) - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
setSyntaxValue(int) - Method in class com.google.protobuf.Method.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
setSyntaxValue(int) - Method in class com.google.protobuf.Type.Builder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
setSystemWideCompletedQueries(ClientWireProtocol.SystemWideCompletedQueries) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
setSystemWideCompletedQueries(ClientWireProtocol.SystemWideCompletedQueries.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
setSystemWideQueries(ClientWireProtocol.SystemWideQueries) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
setSystemWideQueries(ClientWireProtocol.SystemWideQueries.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
Deprecated
setTable(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string table = 3;
setTableBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string table = 3;
setTarget(DescriptorProtos.FieldOptions.OptionTargetType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.OptionTargetType target = 18 [json_name = "target"];
setTempDiskLimit(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
int64 tempDiskLimit = 1;
setTempDiskLimit(ClientWireProtocol.SetParameter.MaxTempDiskLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
setTempDiskLimit(ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.MaxTempDiskLimit temp_disk_limit = 5;
setTempDiskSpaceConsumed(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the total amount of temp disk space consumed in bytes
setTest(boolean) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
whether to test against patterns
setTestConnection(ClientWireProtocol.TestConnection) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.TestConnection test_connection = 7;
setTestConnection(ClientWireProtocol.TestConnection.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.TestConnection test_connection = 7;
setTime(int, Time) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setTime(int, Time, Calendar) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setTimeComplete(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query completed execution
setTimeCompleteBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query completed execution
setTimeExecStart(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query began execution
setTimeExecStartBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query began execution
setTimeLimit(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
int64 timeLimit = 1;
setTimeLimit(ClientWireProtocol.SetParameter.TimeLimit) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
setTimeLimit(ClientWireProtocol.SetParameter.TimeLimit.Builder) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
.xg.cmdcomp.SetParameter.TimeLimit time_limit = 4;
setTimeout(int) - Method in class com.ocient.jdbc.XGConnection
 
setTimestamp(int, Timestamp) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setTimestampComplete(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
ms since epoch representation of the time the query completed execution
setTimestampExecStart(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
ms since epoch representation of the time the query began execution
setTimestampStart(long) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
ms since epoch representation of the time the query was accepted by the sql node
setTimeStart(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query was accepted by the sql node
setTimeStartBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the time the query was accepted by the sql node
setTls(XGConnection.Tls) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setToken(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
bytes token = 4;
setTokenSignature(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string tokenSignature = 8;
setTokenSignatureBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string tokenSignature = 8;
setTrailingComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4 [json_name = "trailingComments"];
setTrailingCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4 [json_name = "trailingComments"];
setTransactionIsolation(int) - Method in class com.ocient.jdbc.XGConnection
 
setType(DescriptorProtos.FieldDescriptorProto.Type) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
setType(ClientWireProtocol.ConfirmationResponse.ResponseType) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
.xg.cmdcomp.ConfirmationResponse.ResponseType type = 1;
setType(ClientWireProtocol.ExecuteExplainForSpark.PartitioningType) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
.xg.cmdcomp.ExecuteExplainForSpark.PartitioningType type = 2;
setType(ClientWireProtocol.Request.RequestType) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.Request.RequestType type = 1;
setType(ProtocolMetadata.protocolIdentity.identityType) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
The type of the identity
setTypeMap(Map<String, Class<?>>) - Method in class com.ocient.jdbc.XGConnection
 
setTypeName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6 [json_name = "typeName"];
setTypeNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6 [json_name = "typeName"];
setTypeRegistry(TypeRegistry) - Method in class com.google.protobuf.TextFormat.Parser.Builder
Sets the TypeRegistry for resolving Any.
setTypeUrl(String) - Method in class com.google.protobuf.Any.Builder
string type_url = 1 [json_name = "typeUrl"];
setTypeUrl(String) - Method in class com.google.protobuf.Field.Builder
string type_url = 6 [json_name = "typeUrl"];
setTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Any.Builder
string type_url = 1 [json_name = "typeUrl"];
setTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
string type_url = 6 [json_name = "typeUrl"];
setTypeValue(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
.xg.cmdcomp.ConfirmationResponse.ResponseType type = 1;
setTypeValue(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
.xg.cmdcomp.ExecuteExplainForSpark.PartitioningType type = 2;
setTypeValue(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
.xg.cmdcomp.Request.RequestType type = 1;
setTypeValue(int) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
The type of the identity
setUnfinishedMessage(MessageLite) - Method in exception com.google.protobuf.InvalidProtocolBufferException
Attaches an unfinished message to the exception to support best-effort parsing in Parser interface.
setUnicodeStream(int, InputStream, int) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Any.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Api.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.BoolValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.BytesValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DoubleValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Duration.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DynamicMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Empty.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Enum.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.EnumValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Field.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.FieldMask.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.FloatValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Int32Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Int64Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.ListValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.MapEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in interface com.google.protobuf.Message.Builder
Set the UnknownFieldSet for this message.
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Method.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Mixin.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Option.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.SourceContext.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.StringValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Struct.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Timestamp.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Type.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.UInt32Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.UInt64Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal.Builder
Deprecated.
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolIdentity.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.Validator.EnumValidatorOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.Validator.OneofValidatorOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class xg.Validator.ValidatorOptions.Builder
 
setUnknownFieldSetBuilder(UnknownFieldSet.Builder) - Method in class com.google.protobuf.AbstractMessage.Builder
 
setUnknownFieldSetBuilder(UnknownFieldSet.Builder) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
 
setUnknownFieldsProto3(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
This method is obsolete, but we must retain it for compatibility with older generated code.
setUnverifiedLazy(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
setUpdateRowCount(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse.Builder
sfixed32 updateRowCount = 2;
setURL(int, URL) - Method in class com.ocient.jdbc.XGPreparedStatement
 
setUser(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.user is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=425
setUser(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the user's uuid
setUser(String) - Method in class com.ocient.jdbc.XGConnectionInfo.Builder
 
setUserBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the string representation of the user's uuid
setUserid(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string userid = 1;
setUserid(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string userid = 1;
setUserid(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string userid = 4;
setUseridBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string userid = 1;
setUseridBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string userid = 1;
setUseridBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow.Builder
string userid = 4;
setUsername(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.username is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=423
setUuid(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the query plan uuid
setUuid(String) - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
string uuid = 1;
setUuid(String) - Method in class xg.Validator.ValidatorOptions.Builder
optional string uuid = 5;
setUuidBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow.Builder
the query plan uuid
setUuidBytes(ByteString) - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity.Builder
string uuid = 1;
setUuidBytes(ByteString) - Method in class xg.Validator.ValidatorOptions.Builder
optional string uuid = 5;
setUuidIdentity(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.Builder
Deprecated.
xg.cmdcomp.LocalQueries.uuid_identity is deprecated. See libxgproto/sharedMessages/clientWireProtocol.proto;l=415
setValue(boolean) - Method in class com.google.protobuf.BoolValue.Builder
bool value = 1 [json_name = "value"];
setValue(double) - Method in class com.google.protobuf.DoubleValue.Builder
double value = 1 [json_name = "value"];
setValue(float) - Method in class com.google.protobuf.FloatValue.Builder
float value = 1 [json_name = "value"];
setValue(int) - Method in class com.google.protobuf.Int32Value.Builder
int32 value = 1 [json_name = "value"];
setValue(int) - Method in class com.google.protobuf.UInt32Value.Builder
uint32 value = 1 [json_name = "value"];
setValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
setValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
setValue(long) - Method in class com.google.protobuf.Int64Value.Builder
int64 value = 1 [json_name = "value"];
setValue(long) - Method in class com.google.protobuf.UInt64Value.Builder
uint64 value = 1 [json_name = "value"];
setValue(long) - Method in class com.ocient.metrics.PerfCounter
Sets the raw internal value of this counter.
setValue(Any) - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
setValue(Any.Builder) - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
setValue(ByteString) - Method in class com.google.protobuf.Any.Builder
bytes value = 2 [json_name = "value"];
setValue(ByteString) - Method in class com.google.protobuf.BytesValue.Builder
bytes value = 1 [json_name = "value"];
setValue(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
Sets the value of the instance and returns the old value without delay parsing anything.
setValue(String) - Method in class com.google.protobuf.StringValue.Builder
string value = 1 [json_name = "value"];
setValue(V) - Method in class com.google.protobuf.MapEntry.Builder
 
setValueBytes(ByteString) - Method in class com.google.protobuf.StringValue.Builder
string value = 1 [json_name = "value"];
setValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
setValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
setVendorCode(int) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.Builder
sfixed32 vendor_code = 4;
setVersion(String) - Method in class com.google.protobuf.Api.Builder
string version = 4 [json_name = "version"];
setVersion(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string version = 4;
setVersion(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string version = 4;
setVersion(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string version = 3;
setVersion(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string version = 3;
setVersionBytes(ByteString) - Method in class com.google.protobuf.Api.Builder
string version = 4 [json_name = "version"];
setVersionBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection.Builder
string version = 4;
setVersionBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM.Builder
string version = 4;
setVersionBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken.Builder
string version = 3;
setVersionBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO.Builder
string version = 3;
setView(String) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string view = 5;
setViewBytes(ByteString) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.Builder
string view = 5;
setWeak(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool weak = 10 [default = false, json_name = "weak"];
setWeakDependency(int, int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
setYear(int) - Method in class com.ocient.jdbc.XGDate
Deprecated.
setYear(int) - Method in class com.ocient.jdbc.XGTime
Deprecated.
setYear(int) - Method in class com.ocient.jdbc.XGTimestamp
Deprecated.
SFIXED32 - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
SFIXED32 - Enum constant in enum class com.google.protobuf.FieldType
 
SFIXED32 - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
SFIXED32_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
SFIXED32_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
SFIXED64 - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
SFIXED64 - Enum constant in enum class com.google.protobuf.FieldType
 
SFIXED64 - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
SFIXED64_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
SFIXED64_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
shortDebugString(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.TextFormat.Printer
Generates a human readable form of the field, useful for debugging and other purposes, with no newline characters.
shortDebugString(Descriptors.FieldDescriptor, Object) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().shortDebugString(FieldDescriptor, Object)
shortDebugString(MessageOrBuilder) - Method in class com.google.protobuf.TextFormat.Printer
Generates a human readable form of this message, useful for debugging and other purposes, with no newline characters.
shortDebugString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
Generates a human readable form of this message, useful for debugging and other purposes, with no newline characters.
shortDebugString(UnknownFieldSet) - Method in class com.google.protobuf.TextFormat.Printer
Generates a human readable form of the unknown fields, useful for debugging and other purposes, with no newline characters.
shortDebugString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
Deprecated.
Use printer().shortDebugString(UnknownFieldSet)
SHOULD_RETRY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
SHOULD_RETRY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
SIGNATURE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
SIGNATURE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
SimpleMillisCounter - Class in com.ocient.util
 
SimpleMillisCounter() - Constructor for class com.ocient.util.SimpleMillisCounter
 
SimplexTransport<TREQUEST,TRESPONSE> - Interface in com.ocient.transport
Represents a simplex, uni-directional transport mechanism.
SimplexTransport.Ctx - Interface in com.ocient.transport
Opaque, consumer-defined context of a stream request.
SimplexTransport.StreamCtx<T> - Class in com.ocient.transport
Contextual wrapper for items passed along the stream.
SimplexTransportFactory<T extends SimplexTransport<?,?>> - Interface in com.ocient.transport
 
SINGLE_TCP_STREAM_READ_AHEAD - Static variable in class com.ocient.jdbc.XGProperties
The maximum number of fetch data requests to queue on the server's network receive buffer when a single TCP stream is used to fetch results.
SINGLE_TCP_STREAM_READ_AHEAD_KEY - Static variable in class com.ocient.jdbc.XGProperties
 
SingleFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder> - Class in com.google.protobuf
SingleFieldBuilder implements a structure that a protocol message uses to hold a single field of another protocol message.
SingleFieldBuilder(MType, GeneratedMessage.BuilderParent, boolean) - Constructor for class com.google.protobuf.SingleFieldBuilder
 
SingleFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder> - Class in com.google.protobuf
SingleFieldBuilderV3 implements a structure that a protocol message uses to hold a single field of another protocol message.
SingleFieldBuilderV3(MType, AbstractMessage.BuilderParent, boolean) - Constructor for class com.google.protobuf.SingleFieldBuilderV3
 
singularFromReflectionType(Object) - Method in class com.google.protobuf.Extension
 
singularFromReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Like GeneratedMessage.GeneratedExtension.fromReflectionType(Object), but if the type is a repeated type, this converts a single element.
singularToReflectionType(Object) - Method in class com.google.protobuf.Extension
 
singularToReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Like GeneratedMessage.GeneratedExtension.toReflectionType(Object), but if the type is a repeated type, this converts a single element.
SINT32 - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
SINT32 - Enum constant in enum class com.google.protobuf.FieldType
 
SINT32 - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
SINT32_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
SINT32_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
SINT64 - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
SINT64 - Enum constant in enum class com.google.protobuf.FieldType
 
SINT64 - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
SINT64_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
SINT64_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
size() - Method in class com.google.protobuf.ByteString.Output
Returns the current size of the output stream.
size() - Method in class com.google.protobuf.ByteString
Gets the number of bytes.
size() - Method in class com.google.protobuf.Internal.ListAdapter
 
size() - Method in class com.google.protobuf.LazyStringArrayList
 
size() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
size() - Method in class com.ocient.jdbc.XGTuple
 
skipField(int) - Method in class com.google.protobuf.CodedInputStream
Reads and discards a single field, given its tag value.
skipField(int, CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
Deprecated.
use UnknownFieldSet or UnknownFieldSetLite to skip to an output stream.
skipMessage() - Method in class com.google.protobuf.CodedInputStream
Reads and discards an entire message.
skipMessage(CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
Reads an entire message and writes it to output in wire format.
skipRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
Reads and discards size bytes.
sleep(long, TimeUnit) - Static method in class com.ocient.util.CompletableFutures
Returns a future that will complete after the specified amount of time.
snapshot(List<Metric<?>>) - Static method in class com.ocient.rest.MetricsResponse
Eagerly snapshots the current values for all Metrics.
SORTED - Enum constant in enum class com.ocient.util.SortMode
Indicates that the data or collection is sorted.
SortMode - Enum Class in com.ocient.util
An enumeration representing sorting modes.
SOURCE_CODE_INFO_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
SOURCE_CONTEXT_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
SOURCE_CONTEXT_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
SOURCE_CONTEXT_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
SOURCE_FILE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
SourceContext - Class in com.google.protobuf
Protobuf type google.protobuf.SourceContext
SourceContext.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.SourceContext
SourceContextOrBuilder - Interface in com.google.protobuf
 
SourceContextProto - Class in com.google.protobuf
 
spaceLeft() - Method in class com.google.protobuf.CodedOutputStream
If writing to a flat array, return the space left in the array.
SPAN_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
specializeCallback(RpcCallback<Message>) - Static method in class com.google.protobuf.RpcUtil
Take an RpcCallback<Message> and convert it to an RpcCallback accepting a specific message type.
SPEED - Enum constant in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
SPEED = 1;
SPEED_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
SPEED = 1;
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
SQL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
SQL_STATE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
SQL_TEXT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
SQLStates - Class in com.ocient.jdbc
 
sslDecoderPool() - Static method in class com.ocient.util.Executors
 
sso() - Method in enum class com.ocient.jdbc.XGConnection.HandshakeType
 
SSO - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionPropertyGroup
 
SSO - Enum constant in enum class com.ocient.jdbc.XGConnection.HandshakeType
See OpenIDAuthenticators.OAuthFlow for sequence diagrams for each flow in this handshake.
SSO_DEBUG_MODE - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
SSO_O_AUTH_CODE_CALLBACK_PORT - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
SSO_O_AUTH_FLOW - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
SSO_OKTA_NATIVE_TOKEN_PATH - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
SSO_REQUEST_ID_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
SSO_TIMEOUT_SECONDS - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
ST_POINT_INVALID_CONVERSION_FROM_NULL - Static variable in class com.ocient.jdbc.SQLStates
 
start() - Method in class com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeWithPKCEClient
Binds the server to the port provided to the constructor
start() - Method in class com.ocient.rest.RestServer
 
start() - Method in interface com.ocient.util.DurationCounter
Starts the time measurement.
start() - Method in class com.ocient.util.SimpleMillisCounter
 
START_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
START_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
START_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
startCancel() - Method in interface com.google.protobuf.RpcController
Advises the RPC system that the caller desires that the RPC call be canceled.
startNewWriter(int) - Method in class com.ocient.cli.extract.ResultSetExtractor
 
startsWith(ByteString) - Method in class com.google.protobuf.ByteString
Tests if this bytestring starts with the specified prefix.
STATE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
STATEMENT - Enum constant in enum class com.ocient.jdbc.XGConnectionInfo.Hint
 
STATUS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
StLinestring - Class in com.ocient.jdbc
 
StLinestring(List<StPoint>) - Constructor for class com.ocient.jdbc.StLinestring
 
stop() - Method in interface com.ocient.util.DurationCounter
Ends the time measurement.
stop() - Method in class com.ocient.util.ReportLogger
 
stop() - Method in class com.ocient.util.SimpleMillisCounter
 
STOP_ITERATION - Static variable in class com.ocient.jdbc.XGResultSet
 
STOP_ITERATION_ASYNC - Static variable in class com.ocient.jdbc.XGResultSet
 
STORAGE_SPACE_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
STORAGESPACE_ALREADY_EXISTS - Static variable in class com.ocient.jdbc.SQLStates
 
storesLowerCaseIdentifiers() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
StPoint - Class in com.ocient.jdbc
 
StPoint(double, double) - Constructor for class com.ocient.jdbc.StPoint
 
StPolygon - Class in com.ocient.jdbc
 
StPolygon(List<StPoint>, List<List<StPoint>>) - Constructor for class com.ocient.jdbc.StPolygon
 
stream() - Method in class com.ocient.metrics.MetricsRegistry
 
stream(AsyncIterator<SimplexTransport.StreamCtx<ClientWireProtocol.Request>>, int) - Method in class com.ocient.jdbc.XGConnection
Exposes a streaming interface that allows the consumer to apply backpressure.
stream(AsyncIterator<SimplexTransport.StreamCtx<TransportResult<ByteBuf>>>, int) - Method in class com.ocient.transport.NettyOcientWireV1Transport
 
stream(AsyncIterator<SimplexTransport.StreamCtx<TransportResult<TREQUEST>>>, int) - Method in interface com.ocient.transport.SimplexTransport
Accepts a stream of requests and returns the result response stream.
StreamCtx(T, SimplexTransport.Ctx) - Constructor for class com.ocient.transport.SimplexTransport.StreamCtx
 
STRING - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
STRING = 0;
STRING - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.JavaType
 
STRING - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
STRING - Enum constant in enum class com.google.protobuf.FieldType
 
STRING - Enum constant in enum class com.google.protobuf.JavaType
 
STRING - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
STRING - Enum constant in enum class com.google.protobuf.WireFormat.JavaType
 
STRING_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
STRING_PIECE - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
STRING_PIECE = 2;
STRING_PIECE_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
STRING_PIECE = 2;
STRING_VAL - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase
 
STRING_VAL_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
STRING_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
 
STRING_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
STRING = 0;
STRING_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
STRING_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
stringDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for string fields.
stringTokenizer(String) - Static method in class com.ocient.cli.extract.ExtractSyntaxParser
Seperates key and value(possible quoted) pairs into sets Ex: key1=val1,key2="val2",key3=val3 === [key1=val1, key2=val2, key3=val3]
StringValue - Class in com.google.protobuf
Protobuf type google.protobuf.StringValue
StringValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.StringValue
StringValueOrBuilder - Interface in com.google.protobuf
 
Struct - Class in com.google.protobuf
Protobuf type google.protobuf.Struct
STRUCT_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
 
STRUCT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
Struct.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Struct
StructOrBuilder - Interface in com.google.protobuf
 
StructProto - Class in com.google.protobuf
 
StructuredQueryMetrics - Class in com.ocient.jdbc
 
StructuredQueryMetrics(XGStatement) - Constructor for class com.ocient.jdbc.StructuredQueryMetrics
 
substring(int) - Method in class com.google.protobuf.ByteString
Return the substring from beginIndex, inclusive, to the end of the string.
substring(int, int) - Method in class com.google.protobuf.ByteString
Return the substring from beginIndex, inclusive, to endIndex, exclusive.
success(T) - Static method in interface com.ocient.transport.TransportResult
Creates a new instance of TransportResult that represents a successful I/O operation.
success(T) - Static method in interface com.ocient.util.CompletableFutures.IOResult
Creates a new instance of IOResult that represents a successful I/O operation.
success(T) - Static method in interface com.ocient.util.CompletableFutures.SQLResult
Creates a new instance of SQLResult that represents a successful execution of a SQL query.
success(T) - Static method in class com.ocient.util.CompletableFutures
Returns a new instance of CompletableFutures.Result that represents a successful computation with the specified result.
successAsync(T) - Static method in interface com.ocient.transport.TransportResult
Creates a new completed stage that represents a successful execution of an I/O operation.
successAsync(T) - Static method in interface com.ocient.util.CompletableFutures.IOResult
Creates a new completed stage that represents a successful execution of an I/O operation.
successAsync(T) - Static method in interface com.ocient.util.CompletableFutures.SQLResult
Creates a new completed stage that represents a successful execution of a SQL query.
successHTML(String) - Static method in class com.ocient.auth.LandingPages
Generates an HTML document encoding the success response
SuccessResult(T) - Constructor for class com.ocient.util.CompletableFutures.SuccessResult
Constructs a new SuccessResult with the given value.
SUFFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.Version
 
SUPPORTED_FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
SUPPORTED_VERSION_FIELD_NUMBER - Static variable in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
supportsAlterTableWithAddColumn() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsBatchUpdates() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsColumnAliasing() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsConvert() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsConvert(int, int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsFullOuterJoins() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsGroupBy() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsMultipleResultSets() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsMultipleTransactions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsNamedParameters() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsNonNullableColumns() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsOuterJoins() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsPositionedDelete() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsPositionedUpdate() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsResultSetType(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsSavepoints() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsSelectForUpdate() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
SUPPORTSSORTEDPARALLELTCPSTREAMS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
SUPPORTSSORTEDPARALLELTCPSTREAMS_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
supportsStatementPooling() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsStoredProcedures() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsTransactions() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsUnion() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
supportsUnionAll() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
SuppressFBWarnings - Annotation Interface in com.ocient.util
 
SWIFT_PREFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
sync(int, AbstractWriter<?>, Writer) - Static method in class com.ocient.cli.extract.RecordExtractorFactory.WriterHandle
 
SyncRowCursor - Class in com.ocient.jdbc
An AsyncIterator over the rows in this result set.
SyncRowCursor.CursorMode - Enum Class in com.ocient.jdbc
 
Syntax - Enum Class in com.google.protobuf
Protobuf enum google.protobuf.Syntax
SYNTAX_ERROR - Static variable in class com.ocient.jdbc.SQLStates
 
SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
SYNTAX_PROTO2 - Enum constant in enum class com.google.protobuf.Syntax
SYNTAX_PROTO2 = 0;
SYNTAX_PROTO2_VALUE - Static variable in enum class com.google.protobuf.Syntax
SYNTAX_PROTO2 = 0;
SYNTAX_PROTO3 - Enum constant in enum class com.google.protobuf.Syntax
SYNTAX_PROTO3 = 1;
SYNTAX_PROTO3_VALUE - Static variable in enum class com.google.protobuf.Syntax
SYNTAX_PROTO3 = 1;
SYSTEM_INITIALIZING - Static variable in class com.ocient.jdbc.SQLStates
 
SYSTEM_WIDE_COMPLETED_QUERIES - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
SYSTEM_WIDE_COMPLETED_QUERIES - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Deprecated
SYSTEM_WIDE_COMPLETED_QUERIES_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
SYSTEM_WIDE_COMPLETED_QUERIES_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Deprecated
SYSTEM_WIDE_QUERIES - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
SYSTEM_WIDE_QUERIES - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Deprecated
SYSTEM_WIDE_QUERIES_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
SYSTEM_WIDE_QUERIES_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Deprecated

T

TABLE_ALREADY_EXISTS - Static variable in class com.ocient.jdbc.SQLStates
 
TABLE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
TABLE_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
tag() - Method in class com.ocient.metrics.Metric.NamedTag
 
tags() - Method in class com.ocient.metrics.Metric.MetricPath
 
TARGET_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
TARGET_TYPE_ENUM - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_ENUM = 6;
TARGET_TYPE_ENUM_ENTRY - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_ENUM_ENTRY = 7;
TARGET_TYPE_ENUM_ENTRY_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_ENUM_ENTRY = 7;
TARGET_TYPE_ENUM_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_ENUM = 6;
TARGET_TYPE_EXTENSION_RANGE - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_EXTENSION_RANGE = 2;
TARGET_TYPE_EXTENSION_RANGE_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_EXTENSION_RANGE = 2;
TARGET_TYPE_FIELD - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_FIELD = 4;
TARGET_TYPE_FIELD_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_FIELD = 4;
TARGET_TYPE_FILE - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_FILE = 1;
TARGET_TYPE_FILE_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_FILE = 1;
TARGET_TYPE_MESSAGE - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_MESSAGE = 3;
TARGET_TYPE_MESSAGE_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_MESSAGE = 3;
TARGET_TYPE_METHOD - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_METHOD = 9;
TARGET_TYPE_METHOD_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_METHOD = 9;
TARGET_TYPE_ONEOF - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_ONEOF = 5;
TARGET_TYPE_ONEOF_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_ONEOF = 5;
TARGET_TYPE_SERVICE - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_SERVICE = 8;
TARGET_TYPE_SERVICE_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_SERVICE = 8;
TARGET_TYPE_UNKNOWN - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_UNKNOWN = 0;
TARGET_TYPE_UNKNOWN_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
TARGET_TYPE_UNKNOWN = 0;
TASK_ALREADY_IN_PROGRESS - Static variable in class com.ocient.jdbc.SQLStates
 
TEMP_DISK_LIMIT - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
TEMP_DISK_LIMIT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
TEMP_DISK_SPACE_CONSUMED_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
TEMPDISKLIMIT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
terminate() - Method in class com.ocient.util.Iterators.LazyFanInPriorityQueue
Terminates the queue, disabling send.
TEST_CONNECTION - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
 
TEST_CONNECTION - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
TEST_CONNECTION = 6;
TEST_CONNECTION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
TEST_CONNECTION_VALUE - Static variable in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
TEST_CONNECTION = 6;
TEST_createConnection(XGConnectionInfo, Map<String, SimplexTransportFactory<? extends SimplexTransport<ByteBuf, ByteBuf>>>) - Static method in class com.ocient.jdbc.XGConnection
 
TEST_createConnection(String, String, String, int, String, String, String, XGConnection.Tls, CaselessProperties, Map<String, SimplexTransportFactory<? extends SimplexTransport<ByteBuf, ByteBuf>>>) - Static method in class com.ocient.jdbc.XGConnection
 
TEST_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
TextFormat - Class in com.google.protobuf
Provide text parsing and formatting support for proto2 instances.
TextFormat.InvalidEscapeSequenceException - Exception in com.google.protobuf
Thrown by TextFormat.unescapeBytes(java.lang.CharSequence) and TextFormat.unescapeText(java.lang.String) when an invalid escape sequence is seen.
TextFormat.ParseException - Exception in com.google.protobuf
Thrown when parsing an invalid text format message.
TextFormat.Parser - Class in com.google.protobuf
Parser for text-format proto2 instances.
TextFormat.Parser.Builder - Class in com.google.protobuf
Builder that can be used to obtain new instances of TextFormat.Parser.
TextFormat.Parser.SingularOverwritePolicy - Enum Class in com.google.protobuf
Determines if repeated values for non-repeated fields and oneofs are permitted.
TextFormat.Printer - Class in com.google.protobuf
Helper class for converting protobufs to text.
TextFormat.UnknownFieldParseException - Exception in com.google.protobuf
Thrown when encountering an unknown field while parsing a text format message.
TextFormatParseInfoTree - Class in com.google.protobuf
Data structure which is populated with the locations of each field value parsed from the text.
TextFormatParseInfoTree.Builder - Class in com.google.protobuf
TextFormatParseLocation - Class in com.google.protobuf
A location in the source code.
ThreadFormatter - Class in com.ocient.jdbc
 
ThreadFormatter() - Constructor for class com.ocient.jdbc.ThreadFormatter
 
TIME_COMPLETE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
TIME_EXEC_START_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
TIME_LIMIT - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
 
TIME_LIMIT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
TIME_START_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
TIMELIMIT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
TIMEOUT_MILLIS - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
timeoutMillis - Variable in class com.ocient.jdbc.XGStatement
 
Timestamp - Class in com.google.protobuf
Protobuf type google.protobuf.Timestamp
TIMESTAMP_COMPLETE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
TIMESTAMP_EXEC_START_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
TIMESTAMP_START_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
Timestamp.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Timestamp
TimestampOrBuilder - Interface in com.google.protobuf
 
TimestampProto - Class in com.google.protobuf
 
timeTakenToCreateMillis - Variable in class com.ocient.jdbc.XGStatement
 
tk(String) - Static method in class com.ocient.jdbc.XGRegexUtils
 
TKT_LIMIT_REACHED - Static variable in class com.ocient.jdbc.SQLStates
 
TKT_RESTRICTIONS_VIOLATED - Static variable in class com.ocient.jdbc.SQLStates
 
tls - Variable in class com.ocient.jdbc.XGConnection
 
TLS - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
toBuilder() - Method in class com.google.protobuf.Any
 
toBuilder() - Method in class com.google.protobuf.Api
 
toBuilder() - Method in class com.google.protobuf.BoolValue
 
toBuilder() - Method in class com.google.protobuf.BytesValue
 
toBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
toBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
toBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
toBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
toBuilder() - Method in class com.google.protobuf.DoubleValue
 
toBuilder() - Method in class com.google.protobuf.Duration
 
toBuilder() - Method in class com.google.protobuf.DynamicMessage
 
toBuilder() - Method in class com.google.protobuf.Empty
 
toBuilder() - Method in class com.google.protobuf.Enum
 
toBuilder() - Method in class com.google.protobuf.EnumValue
 
toBuilder() - Method in class com.google.protobuf.Field
 
toBuilder() - Method in class com.google.protobuf.FieldMask
 
toBuilder() - Method in class com.google.protobuf.FloatValue
 
toBuilder() - Method in class com.google.protobuf.GeneratedMessageLite
 
toBuilder() - Method in class com.google.protobuf.Int32Value
 
toBuilder() - Method in class com.google.protobuf.Int64Value
 
toBuilder() - Method in class com.google.protobuf.ListValue
 
toBuilder() - Method in class com.google.protobuf.MapEntry
 
toBuilder() - Method in interface com.google.protobuf.Message
 
toBuilder() - Method in interface com.google.protobuf.MessageLite
Constructs a builder initialized with the current message.
toBuilder() - Method in class com.google.protobuf.Method
 
toBuilder() - Method in class com.google.protobuf.Mixin
 
toBuilder() - Method in class com.google.protobuf.Option
 
toBuilder() - Method in class com.google.protobuf.SourceContext
 
toBuilder() - Method in class com.google.protobuf.StringValue
 
toBuilder() - Method in class com.google.protobuf.Struct
 
toBuilder() - Method in class com.google.protobuf.Timestamp
 
toBuilder() - Method in class com.google.protobuf.Type
 
toBuilder() - Method in class com.google.protobuf.UInt32Value
 
toBuilder() - Method in class com.google.protobuf.UInt64Value
 
toBuilder() - Method in class com.google.protobuf.UnknownFieldSet
 
toBuilder() - Method in class com.google.protobuf.Value
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
toBuilder() - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
toBuilder() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
toBuilder() - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
toBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
toBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
toBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
toBuilder() - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
toBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
toBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
toBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
toBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
toBuilder() - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
toBuilder() - Method in class xg.Validator.EnumValidatorOptions
 
toBuilder() - Method in class xg.Validator.OneofValidatorOptions
 
toBuilder() - Method in class xg.Validator.ValidatorOptions
 
toByteArray() - Method in class com.google.protobuf.AbstractMessageLite
 
toByteArray() - Method in class com.google.protobuf.ByteString
Copies bytes to a byte[].
toByteArray() - Method in interface com.google.protobuf.MessageLite
Serializes the message to a byte array and returns it.
toByteArray() - Method in class com.google.protobuf.UnknownFieldSet
Serializes the message to a byte array and returns it.
toByteArray(String) - Static method in class com.google.protobuf.Internal
Helper method to get the UTF-8 bytes of a string.
toByteString() - Method in class com.google.protobuf.AbstractMessageLite
 
toByteString() - Method in class com.google.protobuf.ByteString.Output
Creates a byte string with the size and contents of this output stream.
toByteString() - Method in class com.google.protobuf.LazyFieldLite
Returns a BytesString for this field in a thread-safe way.
toByteString() - Method in interface com.google.protobuf.MessageLite
Serializes the message to a ByteString and returns it.
toByteString() - Method in class com.google.protobuf.UnknownFieldSet
Serializes the message to a ByteString and returns it.
toByteString(int) - Method in class com.google.protobuf.UnknownFieldSet.Field
Serializes the message to a ByteString and returns it.
toCppFormat() - Method in class com.ocient.jdbc.XGDate
 
toCppFormat() - Method in class com.ocient.jdbc.XGTime
 
toCppFormat() - Method in class com.ocient.jdbc.XGTimestamp
 
toGMTString() - Method in class com.ocient.jdbc.XGDate
Deprecated.
toGMTString() - Method in class com.ocient.jdbc.XGTime
Deprecated.
toGMTString() - Method in class com.ocient.jdbc.XGTimestamp
Deprecated.
toInstant() - Method in class com.ocient.jdbc.XGDate
 
toInstant() - Method in class com.ocient.jdbc.XGTimestamp
 
Token - Interface in com.ocient.auth
 
TOKEN_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
TOKENSIGNATURE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
toLocalDate() - Method in class com.ocient.jdbc.XGDate
 
toLocalDateTime() - Method in class com.ocient.jdbc.XGTimestamp
 
toLocaleString() - Method in class com.ocient.jdbc.XGDate
Deprecated.
toLocaleString() - Method in class com.ocient.jdbc.XGTime
Deprecated.
toLocaleString() - Method in class com.ocient.jdbc.XGTimestamp
Deprecated.
toProto() - Method in class com.google.protobuf.Descriptors.Descriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
toProto() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
toProto() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
toProto() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Convert the descriptor to its protocol message representation.
toReflectionType(Object) - Method in class com.google.protobuf.Extension
 
toReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Convert from the type used by the native accessors to the type used by reflection accessors.
toString() - Method in class com.google.protobuf.AbstractMessage.Builder
 
toString() - Method in class com.google.protobuf.AbstractMessage
 
toString() - Method in class com.google.protobuf.ByteString.Output
 
toString() - Method in class com.google.protobuf.ByteString
 
toString() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
 
toString() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
 
toString() - Method in class com.google.protobuf.GeneratedMessageLite
A reflective toString function.
toString() - Method in class com.google.protobuf.LazyField
 
toString() - Method in interface com.google.protobuf.Message
Converts the message to a string in protocol buffer text format.
toString() - Method in class com.google.protobuf.TextFormatParseLocation
 
toString() - Method in class com.google.protobuf.UnknownFieldSet
Converts the set to a string in protocol buffer text format.
toString() - Method in class com.ocient.cli.extract.wrappers.Base64ByteArrayWrapper
 
toString() - Method in interface com.ocient.cli.extract.wrappers.ByteArrayWrapper
 
toString() - Method in class com.ocient.cli.extract.wrappers.HexadecimalByteArrayWrapper
 
toString() - Method in class com.ocient.cli.extract.wrappers.UTF8ByteArrayWrapper
 
toString() - Method in class com.ocient.jdbc.FetchSummary
 
toString() - Method in class com.ocient.jdbc.StLinestring
 
toString() - Method in class com.ocient.jdbc.StPoint
 
toString() - Method in class com.ocient.jdbc.StPolygon
 
toString() - Method in class com.ocient.jdbc.SyncRowCursor
 
toString() - Method in class com.ocient.jdbc.XGArray
 
toString() - Method in class com.ocient.jdbc.XGConnection.RemoteEndpoint
 
toString() - Method in class com.ocient.jdbc.XGConnection.RemoteNode
 
toString() - Method in class com.ocient.jdbc.XGConnection
 
toString() - Method in class com.ocient.jdbc.XGConnectionInfo
 
toString() - Method in class com.ocient.jdbc.XGDate
 
toString() - Method in class com.ocient.jdbc.XGResultSet
 
toString() - Method in class com.ocient.jdbc.XGResultSetMetaData
 
toString() - Method in class com.ocient.jdbc.XGStatement
 
toString() - Method in class com.ocient.jdbc.XGTime
 
toString() - Method in class com.ocient.jdbc.XGTimestamp
 
toString() - Method in class com.ocient.jdbc.XGTuple
 
toString() - Method in class com.ocient.metrics.Metric.MetricPath
 
toString() - Method in class com.ocient.metrics.Metric.NamedTag
 
toString() - Method in class com.ocient.transport.JavaNetOcientWireV1Transport
 
toString() - Method in class com.ocient.transport.NettyOcientWireV1Transport
 
toString() - Method in class com.ocient.transport.SimplexTransport.StreamCtx
 
toString() - Method in class com.ocient.util.CompletableFutures.FailedResult
Returns a string representation of this FailedResult.
toString() - Method in class com.ocient.util.CompletableFutures.SuccessResult
Returns a string representation of this SuccessResult.
toString() - Method in class com.ocient.util.Iterators.PeekingAsyncIterator
 
toString() - Method in class com.ocient.util.RowBatch
 
toString() - Method in class com.ocient.util.FlattenedRow
 
toString(String) - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes using the specified charset.
toString(Charset) - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes using the specified charset.
toStringInternal(Charset) - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes using the specified charset.
toStringUtf8() - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes as UTF-8.
toStringUtf8(byte[]) - Static method in class com.google.protobuf.Internal
Helper method to convert a byte array to a string using UTF-8 encoding.
TraceProcessor - Class in com.ocient.jdbc
 
TraceProcessor() - Constructor for class com.ocient.jdbc.TraceProcessor
 
TRAILING_COMMENTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
transform(Row) - Method in class com.ocient.cli.extract.ResultSetExtractor.ExtractTransformer
 
transform(Row) - Method in class com.ocient.util.NullRowTransformer
 
transform(Row) - Method in interface com.ocient.util.RowTransformer
Apply the transformation to the Row.
transformNextResultSet(RowTransformerFactory) - Method in class com.ocient.jdbc.XGStatement
 
TRANSLATE_CHARACTERS_FROM - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
TRANSLATE_CHARACTERS_MODE - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
TRANSLATE_CHARACTERS_TO - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
TRANSLATION_ALREADY_EXISTS - Static variable in class com.ocient.jdbc.SQLStates
 
TRANSLATION_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
TRANSPORT - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
TransportException - Exception in com.ocient.transport
Signals that an I/O operation on a transport has failed.
TransportException(TransportException.FailMode, String) - Constructor for exception com.ocient.transport.TransportException
Constructs a new TransportException with the specified error message.
TransportException(TransportException.FailMode, String, Throwable) - Constructor for exception com.ocient.transport.TransportException
Constructs a new TransportException with the specified fail mode and cause.
TransportException(TransportException.FailMode, Throwable) - Constructor for exception com.ocient.transport.TransportException
Constructs a new TransportException with the specified fail mode and cause.
TransportException.FailMode - Enum Class in com.ocient.transport
Specifies whether the exception occurred during a send or receive operation.
TransportResult<T> - Interface in com.ocient.transport
A specialization of the CompletableFutures.Result interface that represents the result of an I/O operation.
TransportResult.FailedTransportResult<T> - Class in com.ocient.transport
 
TransportResult.SuccessTransportResult<T> - Class in com.ocient.transport
 
TRIM_TRAILING_ZEROS - Static variable in class com.ocient.cli.extract.ExtractConfiguration
 
TRUNCATION - Static variable in class com.ocient.jdbc.SQLStates
 
Type - Class in com.google.protobuf
Protobuf type google.protobuf.Type
TYPE_BOOL - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_BOOL = 8;
TYPE_BOOL - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_BOOL = 8;
TYPE_BOOL_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_BOOL = 8;
TYPE_BOOL_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_BOOL = 8;
TYPE_BYTES - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_BYTES = 12;
TYPE_BYTES - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_BYTES = 12;
TYPE_BYTES_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_BYTES = 12;
TYPE_BYTES_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_BYTES = 12;
TYPE_DOUBLE - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_DOUBLE = 1;
TYPE_DOUBLE - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_DOUBLE = 1;
TYPE_DOUBLE_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_DOUBLE = 1;
TYPE_DOUBLE_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_DOUBLE = 1;
TYPE_ENUM - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_ENUM = 14;
TYPE_ENUM - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_ENUM = 14;
TYPE_ENUM_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_ENUM = 14;
TYPE_ENUM_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_ENUM = 14;
TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
TYPE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
TYPE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
TYPE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
TYPE_FIELD_NUMBER - Static variable in class xg.md.ProtocolMetadata.protocolIdentity
 
TYPE_FIXED32 - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FIXED32 = 7;
TYPE_FIXED32 - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_FIXED32 = 7;
TYPE_FIXED32_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FIXED32 = 7;
TYPE_FIXED32_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_FIXED32 = 7;
TYPE_FIXED64 - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FIXED64 = 6;
TYPE_FIXED64 - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_FIXED64 = 6;
TYPE_FIXED64_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FIXED64 = 6;
TYPE_FIXED64_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_FIXED64 = 6;
TYPE_FLOAT - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FLOAT = 2;
TYPE_FLOAT - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_FLOAT = 2;
TYPE_FLOAT_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FLOAT = 2;
TYPE_FLOAT_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_FLOAT = 2;
TYPE_GROUP - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_GROUP = 10;
TYPE_GROUP - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_GROUP = 10;
TYPE_GROUP_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_GROUP = 10;
TYPE_GROUP_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_GROUP = 10;
TYPE_INT32 - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_INT32 = 5;
TYPE_INT32 - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_INT32 = 5;
TYPE_INT32_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_INT32 = 5;
TYPE_INT32_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_INT32 = 5;
TYPE_INT64 - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_INT64 = 3;
TYPE_INT64 - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_INT64 = 3;
TYPE_INT64_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_INT64 = 3;
TYPE_INT64_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_INT64 = 3;
TYPE_MESSAGE - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_MESSAGE = 11;
TYPE_MESSAGE - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_MESSAGE = 11;
TYPE_MESSAGE_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_MESSAGE = 11;
TYPE_MESSAGE_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_MESSAGE = 11;
TYPE_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
TYPE_SFIXED32 - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SFIXED32 = 15;
TYPE_SFIXED32 - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_SFIXED32 = 15;
TYPE_SFIXED32_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SFIXED32 = 15;
TYPE_SFIXED32_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_SFIXED32 = 15;
TYPE_SFIXED64 - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SFIXED64 = 16;
TYPE_SFIXED64 - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_SFIXED64 = 16;
TYPE_SFIXED64_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SFIXED64 = 16;
TYPE_SFIXED64_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_SFIXED64 = 16;
TYPE_SINT32 - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SINT32 = 17;
TYPE_SINT32 - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_SINT32 = 17;
TYPE_SINT32_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SINT32 = 17;
TYPE_SINT32_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_SINT32 = 17;
TYPE_SINT64 - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SINT64 = 18;
TYPE_SINT64 - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_SINT64 = 18;
TYPE_SINT64_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SINT64 = 18;
TYPE_SINT64_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_SINT64 = 18;
TYPE_STRING - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_STRING = 9;
TYPE_STRING - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_STRING = 9;
TYPE_STRING_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_STRING = 9;
TYPE_STRING_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_STRING = 9;
TYPE_UINT32 - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_UINT32 = 13;
TYPE_UINT32 - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_UINT32 = 13;
TYPE_UINT32_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_UINT32 = 13;
TYPE_UINT32_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_UINT32 = 13;
TYPE_UINT64 - Enum constant in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_UINT64 = 4;
TYPE_UINT64 - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_UINT64 = 4;
TYPE_UINT64_VALUE - Static variable in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_UINT64 = 4;
TYPE_UINT64_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_UINT64 = 4;
TYPE_UNKNOWN - Enum constant in enum class com.google.protobuf.Field.Kind
TYPE_UNKNOWN = 0;
TYPE_UNKNOWN_VALUE - Static variable in enum class com.google.protobuf.Field.Kind
TYPE_UNKNOWN = 0;
TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Any
 
TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
Type.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Type
typeMap - Variable in class com.ocient.jdbc.XGConnection
 
TypeOrBuilder - Interface in com.google.protobuf
 
TypeProto - Class in com.google.protobuf
 
TypeRegistry - Class in com.google.protobuf
A TypeRegistry is used to resolve Any messages.
TypeRegistry.Builder - Class in com.google.protobuf
A Builder is used to build TypeRegistry.
TypeUtils - Class in com.ocient.procedures
 
TypeUtils() - Constructor for class com.ocient.procedures.TypeUtils
 

U

UINT32 - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
UINT32 - Enum constant in enum class com.google.protobuf.FieldType
 
UINT32 - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
UINT32_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
UINT32_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
UInt32Value - Class in com.google.protobuf
Protobuf type google.protobuf.UInt32Value
UInt32Value.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.UInt32Value
UInt32ValueOrBuilder - Interface in com.google.protobuf
 
UINT64 - Enum constant in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
 
UINT64 - Enum constant in enum class com.google.protobuf.FieldType
 
UINT64 - Enum constant in enum class com.google.protobuf.WireFormat.FieldType
 
UINT64_LIST - Enum constant in enum class com.google.protobuf.FieldType
 
UINT64_LIST_PACKED - Enum constant in enum class com.google.protobuf.FieldType
 
UInt64Value - Class in com.google.protobuf
Protobuf type google.protobuf.UInt64Value
UInt64Value.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.UInt64Value
UInt64ValueOrBuilder - Interface in com.google.protobuf
 
UNABLE_TO_DECOMPOSE_SINGULAR_MATRIX - Static variable in class com.ocient.jdbc.SQLStates
 
UNABLE_TO_INVERT_SINGULAR_MATRIX - Static variable in class com.ocient.jdbc.SQLStates
 
UNDEFINED_EXCEPTION - Static variable in class com.ocient.jdbc.SQLStates
 
unescapeBytes(CharSequence) - Static method in class com.google.protobuf.TextFormat
Un-escape a byte sequence as escaped using TextFormat.escapeBytes(ByteString).
UNEXPECTED_EOF - Static variable in class com.ocient.jdbc.SQLStates
 
UNHANDLEABLE_VERSION - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
UNHANDLEABLE_VERSION = 2;
UNHANDLEABLE_VERSION_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
UNHANDLEABLE_VERSION = 2;
UninitializedMessageException - Exception in com.google.protobuf
Thrown when attempting to build a protocol message that is missing required fields.
UninitializedMessageException(MessageLite) - Constructor for exception com.google.protobuf.UninitializedMessageException
 
UninitializedMessageException(List<String>) - Constructor for exception com.google.protobuf.UninitializedMessageException
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.OneofOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
UNITLESS - Enum constant in enum class com.ocient.metrics.Metric.Units
 
units() - Method in class com.ocient.metrics.Metric
 
UNKNOWN - Enum constant in enum class com.google.protobuf.Descriptors.FileDescriptor.Syntax
 
UNKNOWN_DATA_TYPE - Static variable in class com.ocient.jdbc.SQLStates
 
UnknownFieldParseException(int, int, String, String) - Constructor for exception com.google.protobuf.TextFormat.UnknownFieldParseException
Create a new instance
UnknownFieldParseException(String) - Constructor for exception com.google.protobuf.TextFormat.UnknownFieldParseException
Create a new instance, with -1 as the line and column numbers, and an empty unknown field name.
unknownFields - Variable in class com.google.protobuf.GeneratedMessage
For use by generated code only.
unknownFields - Variable in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
unknownFields - Variable in class com.google.protobuf.GeneratedMessageV3
For use by generated code only.
UnknownFieldSet - Class in com.google.protobuf
UnknownFieldSet keeps track of fields which were seen when parsing a protocol message but whose field numbers or types are unrecognized.
UnknownFieldSet.Builder - Class in com.google.protobuf
Builder for UnknownFieldSets.
UnknownFieldSet.Field - Class in com.google.protobuf
Represents a single field in an UnknownFieldSet.
UnknownFieldSet.Field.Builder - Class in com.google.protobuf
Used to build a UnknownFieldSet.Field within an UnknownFieldSet.
UnknownFieldSet.Parser - Class in com.google.protobuf
Parser to implement MessageLite interface.
UnknownFieldSetLite - Class in com.google.protobuf
UnknownFieldSetLite is used to keep track of fields which were seen when parsing a protocol message but whose field numbers or types are unrecognized.
UnmodifiableLazyStringList - Class in com.google.protobuf
Deprecated.
UnmodifiableLazyStringList(LazyStringList) - Constructor for class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
unpack(Row) - Static method in class com.ocient.cli.extract.ResultSetExtractor
 
unpack(Class<T>) - Method in class com.google.protobuf.Any
 
unpackSameTypeAs(T) - Method in class com.google.protobuf.Any
 
UNRECOGNIZED - Enum constant in enum class com.google.protobuf.Field.Cardinality
 
UNRECOGNIZED - Enum constant in enum class com.google.protobuf.Field.Kind
 
UNRECOGNIZED - Enum constant in enum class com.google.protobuf.NullValue
 
UNRECOGNIZED - Enum constant in enum class com.google.protobuf.Syntax
 
UNRECOGNIZED - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
 
UNRECOGNIZED - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
 
UNRECOGNIZED - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
 
UNRECOGNIZED - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
 
UNRECOGNIZED - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
 
UNRECOGNIZED - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
 
UNRECOGNIZED - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
 
UNRECOGNIZED - Enum constant in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
 
UNRECOGNIZED - Enum constant in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
 
UNRECOGNIZED - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
 
UNRECOGNIZED - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
 
UnsafeByteOperations - Class in com.google.protobuf
Provides a number of unsafe byte operations to be used by advanced applications with high performance requirements.
unsafeWrap(byte[]) - Static method in class com.google.protobuf.UnsafeByteOperations
An unsafe operation that returns a ByteString that is backed by the provided buffer.
unsafeWrap(byte[], int, int) - Static method in class com.google.protobuf.UnsafeByteOperations
An unsafe operation that returns a ByteString that is backed by a subregion of the provided buffer.
unsafeWrap(ByteBuffer) - Static method in class com.google.protobuf.UnsafeByteOperations
An unsafe operation that returns a ByteString that is backed by the provided buffer.
unsafeWriteTo(ByteString, ByteOutput) - Static method in class com.google.protobuf.UnsafeByteOperations
Writes the given ByteString to the provided ByteOutput.
unsignedLexicographicalComparator() - Static method in class com.google.protobuf.ByteString
Returns a Comparator which compares ByteString-s lexicographically as sequences of unsigned bytes (i.e.
unsignedToString(int) - Static method in class com.google.protobuf.TextFormat
Convert an unsigned 32-bit integer to a string.
unsignedToString(long) - Static method in class com.google.protobuf.TextFormat
Convert an unsigned 64-bit integer to a string.
UNSORTED - Enum constant in enum class com.ocient.util.SortMode
Indicates that the data or collection is unsorted.
UNSUPPORTED_PROTOCOL - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
UNSUPPORTED_PROTOCOL = 6;
UNSUPPORTED_PROTOCOL_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
UNSUPPORTED_PROTOCOL = 6;
UNSUPPORTED_PROTOCOL_VERSION - Enum constant in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
UNSUPPORTED_PROTOCOL_VERSION = 7;
UNSUPPORTED_PROTOCOL_VERSION_VALUE - Static variable in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
UNSUPPORTED_PROTOCOL_VERSION = 7;
UNVERIFIED - Enum constant in enum class com.ocient.jdbc.XGConnection.Tls
 
UNVERIFIED_LAZY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
unwrap(Class<T>) - Method in class com.ocient.jdbc.XGConnection
 
unwrap(Class<T>) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
unwrap(Class<T>) - Method in class com.ocient.jdbc.XGResultSet
 
unwrap(Class<T>) - Method in class com.ocient.jdbc.XGResultSetMetaData
 
unwrap(Class<T>) - Method in class com.ocient.jdbc.XGStatement
 
unwrapIOException() - Method in exception com.google.protobuf.InvalidProtocolBufferException
Unwraps the underlying IOException if this exception was caused by an I/O problem.
unwrapThrowable(Throwable, Class<?>...) - Static method in class com.ocient.util.CompletableFutures
Unwraps the Throwable t, returning the underlying root cause.
updateArray(int, Array) - Method in class com.ocient.jdbc.XGResultSet
 
updateArray(String, Array) - Method in class com.ocient.jdbc.XGResultSet
 
updateAsciiStream(int, InputStream) - Method in class com.ocient.jdbc.XGResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.ocient.jdbc.XGResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateAsciiStream(String, InputStream) - Method in class com.ocient.jdbc.XGResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class com.ocient.jdbc.XGResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class com.ocient.jdbc.XGResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class com.ocient.jdbc.XGResultSet
 
updateBinaryStream(int, InputStream) - Method in class com.ocient.jdbc.XGResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.ocient.jdbc.XGResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateBinaryStream(String, InputStream) - Method in class com.ocient.jdbc.XGResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class com.ocient.jdbc.XGResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateBlob(int, InputStream) - Method in class com.ocient.jdbc.XGResultSet
 
updateBlob(int, InputStream, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateBlob(int, Blob) - Method in class com.ocient.jdbc.XGResultSet
 
updateBlob(String, InputStream) - Method in class com.ocient.jdbc.XGResultSet
 
updateBlob(String, InputStream, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateBlob(String, Blob) - Method in class com.ocient.jdbc.XGResultSet
 
updateBoolean(int, boolean) - Method in class com.ocient.jdbc.XGResultSet
 
updateBoolean(String, boolean) - Method in class com.ocient.jdbc.XGResultSet
 
updateByte(int, byte) - Method in class com.ocient.jdbc.XGResultSet
 
updateByte(String, byte) - Method in class com.ocient.jdbc.XGResultSet
 
updateBytes(int, byte[]) - Method in class com.ocient.jdbc.XGResultSet
 
updateBytes(String, byte[]) - Method in class com.ocient.jdbc.XGResultSet
 
updateCharacterStream(int, Reader) - Method in class com.ocient.jdbc.XGResultSet
 
updateCharacterStream(int, Reader, int) - Method in class com.ocient.jdbc.XGResultSet
 
updateCharacterStream(int, Reader, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateCharacterStream(String, Reader) - Method in class com.ocient.jdbc.XGResultSet
 
updateCharacterStream(String, Reader, int) - Method in class com.ocient.jdbc.XGResultSet
 
updateCharacterStream(String, Reader, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateClob(int, Reader) - Method in class com.ocient.jdbc.XGResultSet
 
updateClob(int, Reader, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateClob(int, Clob) - Method in class com.ocient.jdbc.XGResultSet
 
updateClob(String, Reader) - Method in class com.ocient.jdbc.XGResultSet
 
updateClob(String, Reader, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateClob(String, Clob) - Method in class com.ocient.jdbc.XGResultSet
 
updateDate(int, Date) - Method in class com.ocient.jdbc.XGResultSet
 
updateDate(String, Date) - Method in class com.ocient.jdbc.XGResultSet
 
updateDouble(int, double) - Method in class com.ocient.jdbc.XGResultSet
 
updateDouble(String, double) - Method in class com.ocient.jdbc.XGResultSet
 
updateFloat(int, float) - Method in class com.ocient.jdbc.XGResultSet
 
updateFloat(String, float) - Method in class com.ocient.jdbc.XGResultSet
 
updateInt(int, int) - Method in class com.ocient.jdbc.XGResultSet
 
updateInt(String, int) - Method in class com.ocient.jdbc.XGResultSet
 
updateLong(int, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateLong(String, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateMetrics() - Method in class com.ocient.jdbc.StructuredQueryMetrics
 
updateNCharacterStream(int, Reader) - Method in class com.ocient.jdbc.XGResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateNCharacterStream(String, Reader) - Method in class com.ocient.jdbc.XGResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateNClob(int, Reader) - Method in class com.ocient.jdbc.XGResultSet
 
updateNClob(int, Reader, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateNClob(int, NClob) - Method in class com.ocient.jdbc.XGResultSet
 
updateNClob(String, Reader) - Method in class com.ocient.jdbc.XGResultSet
 
updateNClob(String, Reader, long) - Method in class com.ocient.jdbc.XGResultSet
 
updateNClob(String, NClob) - Method in class com.ocient.jdbc.XGResultSet
 
updateNString(int, String) - Method in class com.ocient.jdbc.XGResultSet
 
updateNString(String, String) - Method in class com.ocient.jdbc.XGResultSet
 
updateNull(int) - Method in class com.ocient.jdbc.XGResultSet
 
updateNull(String) - Method in class com.ocient.jdbc.XGResultSet
 
updateObject(int, Object) - Method in class com.ocient.jdbc.XGResultSet
 
updateObject(int, Object, int) - Method in class com.ocient.jdbc.XGResultSet
 
updateObject(String, Object) - Method in class com.ocient.jdbc.XGResultSet
 
updateObject(String, Object, int) - Method in class com.ocient.jdbc.XGResultSet
 
updateRef(int, Ref) - Method in class com.ocient.jdbc.XGResultSet
 
updateRef(String, Ref) - Method in class com.ocient.jdbc.XGResultSet
 
updateRow() - Method in class com.ocient.jdbc.XGResultSet
 
UPDATEROWCOUNT_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
updateRowId(int, RowId) - Method in class com.ocient.jdbc.XGResultSet
 
updateRowId(String, RowId) - Method in class com.ocient.jdbc.XGResultSet
 
updatesAreDetected(int) - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
updateShort(int, short) - Method in class com.ocient.jdbc.XGResultSet
 
updateShort(String, short) - Method in class com.ocient.jdbc.XGResultSet
 
updateSQLXML(int, SQLXML) - Method in class com.ocient.jdbc.XGResultSet
 
updateSQLXML(String, SQLXML) - Method in class com.ocient.jdbc.XGResultSet
 
updateString(int, String) - Method in class com.ocient.jdbc.XGResultSet
 
updateString(String, String) - Method in class com.ocient.jdbc.XGResultSet
 
updateTime(int, Time) - Method in class com.ocient.jdbc.XGResultSet
 
updateTime(String, Time) - Method in class com.ocient.jdbc.XGResultSet
 
updateTimestamp(int, Timestamp) - Method in class com.ocient.jdbc.XGResultSet
 
updateTimestamp(String, Timestamp) - Method in class com.ocient.jdbc.XGResultSet
 
uploadPart() - Method in class com.ocient.cli.extract.S3OutputStream
 
url - Variable in class com.ocient.jdbc.XGConnection
 
useDeterministicSerialization() - Method in class com.google.protobuf.CodedOutputStream
Configures serialization to be deterministic.
user - Variable in class com.ocient.jdbc.XGConnection
 
USER - Enum constant in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
 
USER_ALREADY_EXISTS - Static variable in class com.ocient.jdbc.SQLStates
 
USER_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
USER_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
USER_HOME_PATH - Static variable in class com.ocient.jdbc.XGConnection
 
USER_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
USER_NOT_IN_GROUP - Static variable in class com.ocient.jdbc.SQLStates
 
USERID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
USERID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
USERID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
USERNAME_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
usesLocalFilePerTable() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
usesLocalFiles() - Method in class com.ocient.jdbc.XGDatabaseMetaData
 
usingTypeRegistry(TypeRegistry) - Method in class com.google.protobuf.TextFormat.Printer
Creates a new TextFormat.Printer using the given typeRegistry.
UTC(int, int, int, int, int, int) - Static method in class com.ocient.jdbc.XGDate
Deprecated.
UTC(int, int, int, int, int, int) - Static method in class com.ocient.jdbc.XGTime
Deprecated.
UTC(int, int, int, int, int, int) - Static method in class com.ocient.jdbc.XGTimestamp
Deprecated.
UTF8 - Enum constant in enum class com.ocient.cli.extract.ExtractConfiguration.BinaryFormat
 
UTF8ByteArrayWrapper - Class in com.ocient.cli.extract.wrappers
 
UTF8ByteArrayWrapper(byte[]) - Constructor for class com.ocient.cli.extract.wrappers.UTF8ByteArrayWrapper
 
UUID_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
UUID_FIELD_NUMBER - Static variable in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
UUID_FIELD_NUMBER - Static variable in class xg.Validator.ValidatorOptions
 
UUID_IDENTITY - Enum constant in enum class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.OneIdentityOptionCase
Deprecated.
UUID_IDENTITY_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 

V

validateDirectoryAndFilename(String, String) - Method in class com.ocient.util.ReportLogger
 
validateObject(XGConnectionInfo, PooledObject<XGConnection>) - Method in class com.ocient.jdbc.XGConnection.XGConnectionFactory
 
validateStreamProperties(Map<String, Integer>) - Static method in class com.ocient.jdbc.XGProperties
Validate the given stream properties.
validator - Static variable in class xg.Validator
extend .google.protobuf.FieldOptions { ...
Validator - Class in xg
 
VALIDATOR_FIELD_NUMBER - Static variable in class xg.Validator
 
Validator.EnumValidatorOptions - Class in xg
Protobuf type EnumValidatorOptions
Validator.EnumValidatorOptions.Builder - Class in xg
Protobuf type EnumValidatorOptions
Validator.EnumValidatorOptionsOrBuilder - Interface in xg
 
Validator.OneofValidatorOptions - Class in xg
Protobuf type OneofValidatorOptions
Validator.OneofValidatorOptions.Builder - Class in xg
Protobuf type OneofValidatorOptions
Validator.OneofValidatorOptionsOrBuilder - Interface in xg
 
Validator.ValidatorOptions - Class in xg
Protobuf type ValidatorOptions
Validator.ValidatorOptions.Builder - Class in xg
Protobuf type ValidatorOptions
Validator.ValidatorOptionsOrBuilder - Interface in xg
 
value - Variable in class com.google.protobuf.LazyFieldLite
The parsed value.
value() - Element in annotation interface com.google.protobuf.ExperimentalApi
Context information such as links to discussion thread, tracking issue etc.
value() - Element in annotation interface com.ocient.util.SuppressFBWarnings
The set of FindBugs warnings that are to be suppressed in annotated element.
Value - Class in com.google.protobuf
Protobuf type google.protobuf.Value
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Any
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.BoolValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.BytesValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DoubleValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.FloatValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Int32Value
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Int64Value
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Option
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.StringValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.UInt32Value
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.UInt64Value
 
VALUE_TOO_LARGE - Static variable in class com.ocient.jdbc.SQLStates
 
Value.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Value
Value.KindCase - Enum Class in com.google.protobuf
 
valueOf(int) - Static method in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.Field.Cardinality
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.Field.Kind
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.NullValue
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.Syntax
Deprecated.
valueOf(int) - Static method in enum class com.google.protobuf.Value.KindCase
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.ResponseOneofCase
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.OneIdentityOptionCase
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
Deprecated.
valueOf(int) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
Deprecated.
valueOf(int) - Static method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.AddressCase
Deprecated.
valueOf(int) - Static method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
Deprecated.
valueOf(int) - Static method in enum class xg.md.ProtocolMetadata.protocolIdentity.IdentityCase
Deprecated.
valueOf(int) - Static method in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
Deprecated.
valueOf(int) - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
Deprecated.
valueOf(int) - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Deprecated.
valueOf(int) - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase
Deprecated.
valueOf(DescriptorProtos.FieldDescriptorProto.Type) - Static method in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.Field.Cardinality
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.Field.Kind
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.NullValue
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.Syntax
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.Descriptors.FieldDescriptor.JavaType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.Descriptors.FileDescriptor.Syntax
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.Extension.ExtensionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.Extension.MessageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.Field.Cardinality
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.Field.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.FieldType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.GeneratedMessageLite.MethodToInvoke
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.JavaType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.NullValue
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.ProtoSyntax
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.Syntax
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.Value.KindCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.WireFormat.FieldType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.google.protobuf.WireFormat.JavaType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.auth.OpenIDAuthenticators.OAuthFlow
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.BinaryFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.Compression
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.FileType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.HeaderMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.LocationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.TranslateCharactersMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.ResponseOneofCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.OneIdentityOptionCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.SyncRowCursor.CursorMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.XGConnection.ConnectionPoolingMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.XGConnection.ConnectionPropertyGroup
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.XGConnection.HandshakeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.XGConnection.Tls
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.jdbc.XGConnectionInfo.Hint
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class com.ocient.jdbc.XGDate
 
valueOf(String) - Static method in enum class com.ocient.jdbc.XGResultSet.Option
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class com.ocient.jdbc.XGTime
 
valueOf(String) - Static method in class com.ocient.jdbc.XGTimestamp
 
valueOf(String) - Static method in enum class com.ocient.metrics.Metric.CounterType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.metrics.Metric.DataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.metrics.Metric.Tag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.metrics.Metric.Units
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.metrics.PerfCounter.ThreadingModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.protocol.PerformanceMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.transport.TransportException.FailMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ocient.util.SortMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.AddressCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class xg.md.ProtocolMetadata.protocolIdentity.IdentityCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase
Returns the enum constant of this class with the specified name.
valueOf(LocalDate) - Static method in class com.ocient.jdbc.XGDate
 
valueOf(LocalDateTime) - Static method in class com.ocient.jdbc.XGTimestamp
 
ValueOrBuilder - Interface in com.google.protobuf
 
values() - Static method in enum class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.CType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.Descriptors.FieldDescriptor.JavaType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.Descriptors.FieldDescriptor.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.Descriptors.FileDescriptor.Syntax
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.Extension.ExtensionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.Extension.MessageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.Field.Cardinality
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.Field.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.FieldType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.GeneratedMessageLite.MethodToInvoke
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.JavaType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.NullValue
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.ProtoSyntax
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.Syntax
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.Value.KindCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.WireFormat.FieldType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.google.protobuf.WireFormat.JavaType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.auth.OpenIDAuthenticators.OAuthFlow
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.BinaryFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.Compression
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.FileType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.HeaderMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.LocationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.cli.extract.ExtractConfiguration.TranslateCharactersMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator.ResponseOneofCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse.ResponseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark.PartitioningType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ExplainFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries.OneIdentityOptionCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.PerformanceMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestOneofCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.Request.RequestType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.ServerSignal
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ParameterCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.SyncRowCursor.CursorMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.XGConnection.ConnectionPoolingMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.XGConnection.ConnectionProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.XGConnection.ConnectionPropertyGroup
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.XGConnection.HandshakeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.XGConnection.Tls
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.XGConnectionInfo.Hint
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.jdbc.XGResultSet.Option
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.metrics.Metric.CounterType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.metrics.Metric.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.metrics.Metric.Tag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.metrics.Metric.Units
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.metrics.PerfCounter.ThreadingModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.protocol.PerformanceMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.transport.TransportException.FailMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ocient.util.SortMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.AddressCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class xg.md.ProtocolMetadata.protocolEndpointAddress.addressType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class xg.md.ProtocolMetadata.protocolIdentity.IdentityCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class xg.md.ProtocolMetadata.protocolIdentity.identityType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck.denialReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.messageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class com.google.protobuf.ListValue
 
VENDOR_CODE_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
VERIFY - Enum constant in enum class com.ocient.jdbc.XGConnection.Tls
 
VERSION_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
VERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
VERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
VERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
VERSION_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
VIEW_ALREADY_EXISTS - Static variable in class com.ocient.jdbc.SQLStates
 
VIEW_FIELD_NUMBER - Static variable in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
VIEW_NOT_FOUND - Static variable in class com.ocient.jdbc.SQLStates
 
VOID - Enum constant in enum class com.google.protobuf.JavaType
 
VOID_TRANSPORT_RESULT - Static variable in interface com.ocient.transport.TransportResult
 
VOID_TRANSPORT_RESULT_FUTURE - Static variable in interface com.ocient.transport.TransportResult
 
voidfuture() - Static method in class com.ocient.util.CompletableFutures
 
voidFuture() - Static method in interface com.ocient.transport.TransportResult
Returns a CompletionStage instance that completes successfully with a CompletableFutures.SQLResult that represents a successful execution of a I/O operation that does not produce a result.
voidFuture() - Static method in interface com.ocient.util.CompletableFutures.IOResult
Returns a CompletionStage instance that completes successfully with a CompletableFutures.SQLResult that represents a successful execution of a I/O operation that does not produce a result.
voidFuture() - Static method in interface com.ocient.util.CompletableFutures.Result
Returns a CompletionStage that completes successfully with a CompletableFutures.Result that represents a successful execution of an operation that does not produce a result.
voidFuture() - Static method in interface com.ocient.util.CompletableFutures.SQLResult
Returns a CompletionStage that completes successfully with a CompletableFutures.SQLResult that represents a successful execution of a SQL query that does not produce a result.
voidResult() - Static method in interface com.ocient.transport.TransportResult
Returns an TransportResult that represents a successful execution of a I/O operation that does not produce a result.
voidResult() - Static method in interface com.ocient.util.CompletableFutures.IOResult
Returns an CompletableFutures.IOResult that represents a successful execution of a I/O operation that does not produce a result.
voidResult() - Static method in interface com.ocient.util.CompletableFutures.Result
Returns a CompletableFutures.Result that represents a successful execution of an operation that does not produce a result.
voidResult() - Static method in interface com.ocient.util.CompletableFutures.SQLResult
Returns a CompletableFutures.SQLResult that represents a successful execution of a SQL query that does not produce a result.

W

warnings - Variable in class com.ocient.jdbc.XGConnection
 
warnings - Variable in class com.ocient.jdbc.XGStatement
 
wasNull() - Method in class com.ocient.jdbc.XGResultSet
 
wasRedirected() - Method in class com.ocient.jdbc.XGConnection
 
WEAK_DEPENDENCY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
WEAK_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
WebStatusMapable - Interface in com.ocient.rest.exceptionMappers
 
WINDOW_FUNC_EXPECTED_POSITIVE_CONSTANT - Static variable in class com.ocient.jdbc.SQLStates
 
WireFormat - Class in com.google.protobuf
This class is used internally by the Protocol Buffer library and generated message implementations.
WireFormat.FieldType - Enum Class in com.google.protobuf
WireFormat.JavaType - Enum Class in com.google.protobuf
WIRETYPE_END_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED32 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED64 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_LENGTH_DELIMITED - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_START_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_VARINT - Static variable in class com.google.protobuf.WireFormat
 
wrap(Parser<T>) - Static method in class com.google.protobuf.DiscardUnknownFieldsParser
Wraps a given Parser into a new Parser that discards unknown fields during parsing.
wrapCompressedStream(OutputStream) - Method in class com.ocient.cli.extract.ExtractMetrics
 
WrappersProto - Class in com.google.protobuf
 
wrapUncompressedStream(OutputStream) - Method in class com.ocient.cli.extract.ExtractMetrics
 
write(byte) - Method in class com.google.protobuf.ByteOutput
Writes a single byte.
write(byte) - Method in class com.google.protobuf.CodedOutputStream
 
write(byte[]) - Method in class com.ocient.cli.extract.AsyncS3OutputStream
 
write(byte[]) - Method in class com.ocient.cli.extract.S3OutputStream
 
write(byte[], int, int) - Method in class com.google.protobuf.ByteOutput
Writes a sequence of bytes.
write(byte[], int, int) - Method in class com.google.protobuf.ByteString.Output
 
write(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
 
write(byte[], int, int) - Method in class com.ocient.cli.extract.AsyncS3OutputStream
 
write(byte[], int, int) - Method in class com.ocient.cli.extract.S3OutputStream
 
write(int) - Method in class com.google.protobuf.ByteString.Output
 
write(int) - Method in class com.ocient.cli.extract.AsyncS3OutputStream
 
write(int) - Method in class com.ocient.cli.extract.S3OutputStream
 
write(ByteBuffer) - Method in class com.google.protobuf.ByteOutput
Writes a sequence of bytes.
write(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
 
writeAsMessageSetExtensionTo(int, CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet.Field
Serializes the field, including field number, and writes it to output, using MessageSet wire format.
writeAsMessageSetTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the set and writes it to output using MessageSet wire format.
writeAsMessageSetTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSetLite
Serializes the set and writes it to output using MessageSet wire format.
writeBool(int, boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field, including tag, to the stream.
writeBoolNoTag(boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field to the stream.
writeByteArray(int, byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeByteArray(int, byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeByteArrayNoTag(byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeByteBuffer(int, ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeBytes(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeBytesNoTag(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeDelimitedTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Like MessageLite.writeTo(OutputStream), but writes the size of the message as a varint before writing the data.
writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.UnknownFieldSet
 
writeDouble(int, double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field, including tag, to the stream.
writeDoubleNoTag(double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field to the stream.
writeEnum(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field, including tag, to the stream.
writeEnumNoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field to the stream.
writeFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field, including tag, to the stream.
writeFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field to the stream.
writeFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field, including tag, to the stream.
writeFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field to the stream.
writeFloat(int, float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field, including tag, to the stream.
writeFloatNoTag(float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field to the stream.
writeGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Deprecated.
groups are deprecated.
writeGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Deprecated.
groups are deprecated.
writeInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field, including tag, to the stream.
writeInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field to the stream.
writeInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field, including tag, to the stream.
writeInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field to the stream.
writeLazy(byte[], int, int) - Method in class com.google.protobuf.ByteOutput
Writes a sequence of bytes.
writeLazy(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
 
writeLazy(ByteBuffer) - Method in class com.google.protobuf.ByteOutput
Writes a sequence of bytes.
writeLazy(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
 
writeMessage(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field, including tag, to the stream.
writeMessageNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field to the stream.
writeMessageSetExtension(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a MessageSet extension field to the stream.
writeOktaNativeSSOToken(Path, OktaAuthenticators.OktaNativeSSOToken) - Static method in class com.ocient.jdbc.XGConnection
 
writeRawByte(byte) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte.
writeRawByte(int) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte, represented by an integer value.
writeRawBytes(byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write an array of bytes.
writeRawBytes(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write part of an array of bytes.
writeRawBytes(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a byte string.
writeRawBytes(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
Write a ByteBuffer.
writeRawLittleEndian32(int) - Method in class com.google.protobuf.CodedOutputStream
writeRawLittleEndian64(long) - Method in class com.google.protobuf.CodedOutputStream
writeRawMessageSetExtension(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write an unparsed MessageSet extension field to the stream.
writeRawVarint32(int) - Method in class com.google.protobuf.CodedOutputStream
Deprecated.
writeRawVarint64(long) - Method in class com.google.protobuf.CodedOutputStream
writeReplace() - Method in class com.google.protobuf.GeneratedMessage
Replaces this object in the output stream with a serialized form.
writeReplace() - Method in class com.google.protobuf.GeneratedMessageV3
Replaces this object in the output stream with a serialized form.
writeSFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed32 field, including tag, to the stream.
writeSFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a sfixed32 field to the stream.
writeSFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed64 field, including tag, to the stream.
writeSFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a sfixed64 field to the stream.
writeSInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a sint32 field, including tag, to the stream.
writeSInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a sint32 field to the stream.
writeSInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sint64 field, including tag, to the stream.
writeSInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a sint64 field to the stream.
writeString(int, String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field, including tag, to the stream.
writeString(CodedOutputStream, int, Object) - Static method in class com.google.protobuf.GeneratedMessage
 
writeString(CodedOutputStream, int, Object) - Static method in class com.google.protobuf.GeneratedMessageV3
 
writeStringNoTag(CodedOutputStream, Object) - Static method in class com.google.protobuf.GeneratedMessage
 
writeStringNoTag(CodedOutputStream, Object) - Static method in class com.google.protobuf.GeneratedMessageV3
 
writeStringNoTag(String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field to the stream.
writeTag(int, int) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a tag.
WriteThroughResultSetExtractor - Class in com.ocient.cli.extract
 
WriteThroughResultSetExtractor(ExtractConfiguration) - Constructor for class com.ocient.cli.extract.WriteThroughResultSetExtractor
 
writeTo(int, CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet.Field
Serializes the field, including field number, and writes it to output.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.AbstractMessage
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Any
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Api
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.BoolValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.BytesValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.compiler.PluginProtos.Version
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DoubleValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Duration
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DynamicMessage
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Empty
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Enum
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.EnumValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Field
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.FieldMask
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.FloatValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessage
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageLite
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageV3
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Int32Value
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Int64Value
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.ListValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.MapEntry
 
writeTo(CodedOutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Method
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Mixin
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Option
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.SourceContext
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.StringValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Struct
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Timestamp
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Type
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.UInt32Value
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.UInt64Value
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the set and writes it to output.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSetLite
Serializes the set and writes it to output.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Value
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.AttachToQuery
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Authenticator
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQuery
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CancelQueryResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataRequest
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CheckDataResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClearCache
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnection2Response
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCM2Response
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionGCMResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSession
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshSessionResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshToken
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionRefreshTokenResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityToken
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSecurityTokenResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSOResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseConnection
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CloseResultSet
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.CompletedQueriesRow
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ConfirmationResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplain
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExplainForSpark
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExport
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteExportResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteInlinePlan
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecutePlan
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQuery
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteQueryResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdate
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExecuteUpdateResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineRequest
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPipelineResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainPlan
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ExplainResponseStringPlan
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticators
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchAuthenticatorsResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchData
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchDataResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadata
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchMetadataResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadataResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ForceExternal
Deprecated.
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchema
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.GetSchemaResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQuery
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.KillQueryResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlan
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ListPlanResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueries
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.LocalQueriesResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.OpenIDAuthenticator
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.QueryConcurrencyResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.Request
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.ResultSet
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecondaryInterfaceList
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SecurityToken
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SessionInfo
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Concurrency
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ForceExternal
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MaxTempDiskLimit
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.MemoryTracing
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.Priority
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustFactor
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.PriorityAdjustTime
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ResultSetColumnLimit
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.RowLimit
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.ServiceClassName
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter.TimeLimit
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetParameter
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SetSchema
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SysQueriesRow
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideCompletedQueries
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueries
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.SystemWideQueriesResponse
 
writeTo(CodedOutputStream) - Method in class com.ocient.jdbc.proto.ClientWireProtocol.TestConnection
 
writeTo(CodedOutputStream) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress.ipv4Address
 
writeTo(CodedOutputStream) - Method in class xg.md.ProtocolMetadata.protocolEndpointAddress
 
writeTo(CodedOutputStream) - Method in class xg.md.ProtocolMetadata.protocolIdentity.anonymousIdentity
 
writeTo(CodedOutputStream) - Method in class xg.md.ProtocolMetadata.protocolIdentity.certFingerprintIdentity
 
writeTo(CodedOutputStream) - Method in class xg.md.ProtocolMetadata.protocolIdentity.hostnameIdentity
 
writeTo(CodedOutputStream) - Method in class xg.md.ProtocolMetadata.protocolIdentity
 
writeTo(CodedOutputStream) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivAck
 
writeTo(CodedOutputStream) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivDisableProtocol
 
writeTo(CodedOutputStream) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivEnableProtocol
 
writeTo(CodedOutputStream) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivMessage
 
writeTo(CodedOutputStream) - Method in class xg.protocol.messages.ProtocolPrivMessages.protocolPrivNotifyIdentity
 
writeTo(CodedOutputStream) - Method in class xg.Validator.EnumValidatorOptions
 
writeTo(CodedOutputStream) - Method in class xg.Validator.OneofValidatorOptions
 
writeTo(CodedOutputStream) - Method in class xg.Validator.ValidatorOptions
 
writeTo(Writer) - Method in class com.google.protobuf.UnknownFieldSetLite
Serializes the set and writes it to writer.
writeTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString.Output
Writes the complete contents of this byte array output stream to the specified output stream argument.
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString
Writes a copy of the contents of this byte string to the specified output stream argument.
writeTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeTo(OutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the message and writes it to output.
writeUInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a uint32 field, including tag, to the stream.
writeUInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a uint32 field to the stream.
writeUInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a uint64 field, including tag, to the stream.
writeUInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a uint64 field to the stream.
writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter
 
writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter
 
writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage.ExtensionWriter
 
writeXML(Document, Element, String, String, int) - Method in class com.ocient.jdbc.StLinestring
 
writeXML(Document, Element, String, String, int) - Method in class com.ocient.jdbc.StPoint
 
writeXML(Document, Element, String, String, int) - Method in class com.ocient.jdbc.StPolygon
 
WRONG_FUNCTION_ARGUMENT_TYPE - Static variable in class com.ocient.jdbc.SQLStates
 
WRONG_NUMBER_OF_FUNCTION_ARGUMENTS - Static variable in class com.ocient.jdbc.SQLStates
 
WRONG_SHAPE_MATRIX_LITERAL - Static variable in class com.ocient.jdbc.SQLStates
 

X

xg - package xg
 
xg.md - package xg.md
 
xg.protocol.messages - package xg.protocol.messages
 
XGArray - Class in com.ocient.jdbc
 
XGArray(int, byte, XGConnection, XGStatement) - Constructor for class com.ocient.jdbc.XGArray
 
XGByteArrayHelper - Class in com.ocient.jdbc
 
XGByteArrayHelper() - Constructor for class com.ocient.jdbc.XGByteArrayHelper
 
XGConnection - Class in com.ocient.jdbc
 
XGConnection.ConfirmationSupplier<Response> - Interface in com.ocient.jdbc
 
XGConnection.ConnectionPoolingMode - Enum Class in com.ocient.jdbc
 
XGConnection.ConnectionProperty - Enum Class in com.ocient.jdbc
 
XGConnection.ConnectionPropertyGroup - Enum Class in com.ocient.jdbc
 
XGConnection.HandshakeType - Enum Class in com.ocient.jdbc
 
XGConnection.RemoteEndpoint - Class in com.ocient.jdbc
Represents an addressable endpoint for a network interface
XGConnection.RemoteNode - Class in com.ocient.jdbc
Represents a server with multiple network interfaces
XGConnection.ResponseHandler<Response> - Interface in com.ocient.jdbc
A response handler for wire messages.
XGConnection.Session - Class in com.ocient.jdbc
 
XGConnection.Tls - Enum Class in com.ocient.jdbc
 
XGConnection.XGConnectionFactory - Class in com.ocient.jdbc
Handles the entire XGConnection lifecycle.
XGConnection.XGTrustManager - Class in com.ocient.jdbc
 
XGConnectionFactory - Interface in com.ocient.jdbc
Functional interface for creating connections to a database.
XGConnectionFactory(Function<XGConnectionInfo, XGConnection>) - Constructor for class com.ocient.jdbc.XGConnection.XGConnectionFactory
 
XGConnectionInfo - Class in com.ocient.jdbc
 
XGConnectionInfo.Builder - Class in com.ocient.jdbc
 
XGConnectionInfo.Hint - Enum Class in com.ocient.jdbc
 
XGDatabaseMetaData - Class in com.ocient.jdbc
 
XGDatabaseMetaData(Connection) - Constructor for class com.ocient.jdbc.XGDatabaseMetaData
 
XGDate - Class in com.ocient.jdbc
 
XGDate(int, int, int) - Constructor for class com.ocient.jdbc.XGDate
Deprecated.
XGDate(long) - Constructor for class com.ocient.jdbc.XGDate
 
XGDate(XGTimestamp) - Constructor for class com.ocient.jdbc.XGDate
 
XGDate(Date) - Constructor for class com.ocient.jdbc.XGDate
 
XGPreparedStatement - Class in com.ocient.jdbc
 
XGPreparedStatement(XGConnection, String) - Constructor for class com.ocient.jdbc.XGPreparedStatement
 
XGPreparedStatement(XGConnection, String, int, int) - Constructor for class com.ocient.jdbc.XGPreparedStatement
 
XGPreparedStatement(XGConnection, String, int, int, int) - Constructor for class com.ocient.jdbc.XGPreparedStatement
 
XGProperties - Class in com.ocient.jdbc
 
XGRegexUtils - Class in com.ocient.jdbc
 
XGRegexUtils() - Constructor for class com.ocient.jdbc.XGRegexUtils
 
XGResultSet - Class in com.ocient.jdbc
TODO Make this an abstract class parameterized on the client's response type.
XGResultSet(XGConnection, XGResultSet.OcientResultSetMetadata, List<List<Object>>, XGStatement, RowTransformerFactory, XGResultSet.Option...) - Constructor for class com.ocient.jdbc.XGResultSet
Constructs a new XGResultSet object with the given parameters.
XGResultSet.OcientResultSetMetadata - Class in com.ocient.jdbc
 
XGResultSet.OcientResultSetMetadata.Builder - Class in com.ocient.jdbc
 
XGResultSet.Option - Enum Class in com.ocient.jdbc
 
XGResultSetMetaData - Class in com.ocient.jdbc
 
XGResultSetMetaData(Map<String, Integer>, NavigableMap<Integer, String>, Map<String, String>, String) - Constructor for class com.ocient.jdbc.XGResultSetMetaData
 
XGStatement - Class in com.ocient.jdbc
 
XGStatement(XGConnection) - Constructor for class com.ocient.jdbc.XGStatement
 
XGStatement(XGConnection, int, int) - Constructor for class com.ocient.jdbc.XGStatement
 
XGStatement(XGConnection, int, int, int) - Constructor for class com.ocient.jdbc.XGStatement
 
XGStatement(XGConnection, XGConnectionFactory) - Constructor for class com.ocient.jdbc.XGStatement
 
XGTime - Class in com.ocient.jdbc
 
XGTime(int, int, int) - Constructor for class com.ocient.jdbc.XGTime
Deprecated.
XGTime(long) - Constructor for class com.ocient.jdbc.XGTime
 
XGTime(Time) - Constructor for class com.ocient.jdbc.XGTime
 
XGTimestamp - Class in com.ocient.jdbc
 
XGTimestamp(int, int, int, int, int, int, int) - Constructor for class com.ocient.jdbc.XGTimestamp
Deprecated.
XGTimestamp(long) - Constructor for class com.ocient.jdbc.XGTimestamp
 
XGTimestamp(XGDate) - Constructor for class com.ocient.jdbc.XGTimestamp
 
XGTimestamp(Timestamp) - Constructor for class com.ocient.jdbc.XGTimestamp
 
XGTrustManager(XGConnection.Tls) - Constructor for class com.ocient.jdbc.XGConnection.XGTrustManager
 
XGTuple - Class in com.ocient.jdbc
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form