Uses of Class
com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
-
Uses of ExecuteSqlRequest.QueryOptions in com.google.spanner.v1
Methods in com.google.spanner.v1 that return ExecuteSqlRequest.QueryOptionsModifier and TypeMethodDescriptionExecuteSqlRequest.QueryOptions.Builder.build()ExecuteSqlRequest.QueryOptions.Builder.buildPartial()ExecuteSqlRequest.QueryOptions.getDefaultInstance()ExecuteSqlRequest.QueryOptions.Builder.getDefaultInstanceForType()ExecuteSqlRequest.QueryOptions.getDefaultInstanceForType()ExecuteSqlRequest.Builder.getQueryOptions()Query optimizer configuration to use for the given query.ExecuteSqlRequest.getQueryOptions()Query optimizer configuration to use for the given query.ExecuteSqlRequestOrBuilder.getQueryOptions()Query optimizer configuration to use for the given query.ExecuteSqlRequest.QueryOptions.parseDelimitedFrom(InputStream input) ExecuteSqlRequest.QueryOptions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExecuteSqlRequest.QueryOptions.parseFrom(byte[] data) ExecuteSqlRequest.QueryOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExecuteSqlRequest.QueryOptions.parseFrom(com.google.protobuf.ByteString data) ExecuteSqlRequest.QueryOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExecuteSqlRequest.QueryOptions.parseFrom(com.google.protobuf.CodedInputStream input) ExecuteSqlRequest.QueryOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExecuteSqlRequest.QueryOptions.parseFrom(InputStream input) ExecuteSqlRequest.QueryOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExecuteSqlRequest.QueryOptions.parseFrom(ByteBuffer data) ExecuteSqlRequest.QueryOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.v1 that return types with arguments of type ExecuteSqlRequest.QueryOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ExecuteSqlRequest.QueryOptions>ExecuteSqlRequest.QueryOptions.getParserForType()static com.google.protobuf.Parser<ExecuteSqlRequest.QueryOptions>ExecuteSqlRequest.QueryOptions.parser()Methods in com.google.spanner.v1 with parameters of type ExecuteSqlRequest.QueryOptionsModifier and TypeMethodDescriptionExecuteSqlRequest.QueryOptions.Builder.mergeFrom(ExecuteSqlRequest.QueryOptions other) ExecuteSqlRequest.Builder.mergeQueryOptions(ExecuteSqlRequest.QueryOptions value) Query optimizer configuration to use for the given query.ExecuteSqlRequest.QueryOptions.newBuilder(ExecuteSqlRequest.QueryOptions prototype) ExecuteSqlRequest.Builder.setQueryOptions(ExecuteSqlRequest.QueryOptions value) Query optimizer configuration to use for the given query.