Uses of Enum
com.google.spanner.v1.ExecuteSqlRequest.QueryMode
-
Uses of ExecuteSqlRequest.QueryMode in com.google.spanner.v1
Methods in com.google.spanner.v1 that return ExecuteSqlRequest.QueryModeModifier and TypeMethodDescriptionstatic ExecuteSqlRequest.QueryModeExecuteSqlRequest.QueryMode.forNumber(int value) ExecuteSqlRequest.Builder.getQueryMode()Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].ExecuteSqlRequest.getQueryMode()Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].ExecuteSqlRequestOrBuilder.getQueryMode()Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].static ExecuteSqlRequest.QueryModeExecuteSqlRequest.QueryMode.valueOf(int value) Deprecated.static ExecuteSqlRequest.QueryModeExecuteSqlRequest.QueryMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ExecuteSqlRequest.QueryModeReturns the enum constant of this type with the specified name.static ExecuteSqlRequest.QueryMode[]ExecuteSqlRequest.QueryMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.spanner.v1 that return types with arguments of type ExecuteSqlRequest.QueryModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ExecuteSqlRequest.QueryMode>ExecuteSqlRequest.QueryMode.internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type ExecuteSqlRequest.QueryModeModifier and TypeMethodDescriptionExecuteSqlRequest.Builder.setQueryMode(ExecuteSqlRequest.QueryMode value) Used to control the amount of debugging information returned in [ResultSetStats][google.spanner.v1.ResultSetStats].