Uses of Interface
com.google.cloud.spanner.connection.StatementResult
Packages that use StatementResult
-
Uses of StatementResult in com.google.cloud.spanner.connection
Subinterfaces of StatementResult in com.google.cloud.spanner.connectionMethods in com.google.cloud.spanner.connection that return StatementResultModifier and TypeMethodDescriptionExecutes the given statement if allowed in the currentTransactionModeand connection state.default 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.