Uses of Class
com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
-
Packages that use ExecuteSqlRequest.QueryOptions Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.spanner.v1 -
-
Uses of ExecuteSqlRequest.QueryOptions in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return ExecuteSqlRequest.QueryOptions Modifier and Type Method Description ExecuteSqlRequest.QueryOptionsSpannerOptions. getDefaultQueryOptions(DatabaseId databaseId)Returns the default query options to use for the specific database.ExecuteSqlRequest.QueryOptionsStatement. getQueryOptions()Returns theExecuteSqlRequest.QueryOptionsthat will be used with thisStatement.Methods in com.google.cloud.spanner with parameters of type ExecuteSqlRequest.QueryOptions Modifier and Type Method Description SpannerOptions.BuilderSpannerOptions.Builder. setDefaultQueryOptions(DatabaseId database, ExecuteSqlRequest.QueryOptions defaultQueryOptions)Sets the defaultExecuteSqlRequest.QueryOptionsthat will be used for all queries on the specified database.Statement.BuilderStatement.Builder. withQueryOptions(ExecuteSqlRequest.QueryOptions queryOptions)Sets theExecuteSqlRequest.QueryOptionsto use when executing thisStatement. -
Uses of ExecuteSqlRequest.QueryOptions in com.google.spanner.v1
Methods in com.google.spanner.v1 that return ExecuteSqlRequest.QueryOptions Modifier and Type Method Description ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions.Builder. build()ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions.Builder. buildPartial()static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. getDefaultInstance()ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions.Builder. getDefaultInstanceForType()ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. getDefaultInstanceForType()ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.Builder. getQueryOptions()Query optimizer configuration to use for the given query.ExecuteSqlRequest.QueryOptionsExecuteSqlRequest. getQueryOptions()Query optimizer configuration to use for the given query.ExecuteSqlRequest.QueryOptionsExecuteSqlRequestOrBuilder. getQueryOptions()Query optimizer configuration to use for the given query.static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseDelimitedFrom(InputStream input)static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseFrom(byte[] data)static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseFrom(com.google.protobuf.ByteString data)static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseFrom(com.google.protobuf.CodedInputStream input)static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseFrom(InputStream input)static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseFrom(ByteBuffer data)static ExecuteSqlRequest.QueryOptionsExecuteSqlRequest.QueryOptions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.spanner.v1 that return types with arguments of type ExecuteSqlRequest.QueryOptions Modifier and Type Method Description com.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.QueryOptions Modifier and Type Method Description ExecuteSqlRequest.QueryOptions.BuilderExecuteSqlRequest.QueryOptions.Builder. mergeFrom(ExecuteSqlRequest.QueryOptions other)ExecuteSqlRequest.BuilderExecuteSqlRequest.Builder. mergeQueryOptions(ExecuteSqlRequest.QueryOptions value)Query optimizer configuration to use for the given query.static ExecuteSqlRequest.QueryOptions.BuilderExecuteSqlRequest.QueryOptions. newBuilder(ExecuteSqlRequest.QueryOptions prototype)ExecuteSqlRequest.BuilderExecuteSqlRequest.Builder. setQueryOptions(ExecuteSqlRequest.QueryOptions value)Query optimizer configuration to use for the given query.
-