Uses of Enum
com.google.cloud.spanner.DecodeMode
Packages that use DecodeMode
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of DecodeMode in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return DecodeModeModifier and TypeMethodDescriptionSpannerOptions.getDecodeMode()static DecodeModeReturns the enum constant of this type with the specified name.static DecodeMode[]DecodeMode.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 DecodeModeModifier and TypeMethodDescriptionstatic Options.ReadAndQueryOptionOptions.decodeMode(DecodeMode decodeMode) SpannerOptions.Builder.setDecodeMode(DecodeMode decodeMode) Specifies how values that are returned from a query should be decoded and converted from protobuf values into plain Java objects.