Uses of Enum
com.google.cloud.spanner.connection.StatementResult.ResultType
Packages that use StatementResult.ResultType
-
Uses of StatementResult.ResultType in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return StatementResult.ResultTypeModifier and TypeMethodDescriptionStatementResult.getResultType()Returns theStatementResult.ResultTypeof this result.static StatementResult.ResultTypeReturns the enum constant of this type with the specified name.static StatementResult.ResultType[]StatementResult.ResultType.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.google.cloud.spanner.connection with type arguments of type StatementResult.ResultTypeModifier and TypeMethodDescriptiondefault StatementResultConnection.execute(Statement statement, Set<StatementResult.ResultType> allowedResultTypes) Executes the given statement if allowed in the currentTransactionModeand connection state, and if the result that would be returned is in the set of allowed result types.