Uses of Enum
com.google.cloud.spanner.Options.RpcOrderBy
Packages that use Options.RpcOrderBy
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of Options.RpcOrderBy in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return Options.RpcOrderByModifier and TypeMethodDescriptionstatic Options.RpcOrderByOptions.RpcOrderBy.fromProto(ReadRequest.OrderBy proto) static Options.RpcOrderByReturns the enum constant of this type with the specified name.static Options.RpcOrderBy[]Options.RpcOrderBy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.spanner with parameters of type Options.RpcOrderByModifier and TypeMethodDescriptionstatic Options.ReadOptionOptions.orderBy(Options.RpcOrderBy orderBy) Specifies the order_by to use for the RPC.