Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1985,7 +1985,8 @@ def rollback request, options = nil
# a `PartitionedDml` transaction for large, partition-friendly DML
# operations.
# @param params [::Google::Protobuf::Struct, ::Hash]
# Parameter names and values that bind to placeholders in the SQL string.
# Optional. Parameter names and values that bind to placeholders in the SQL
# string.
#
# A parameter placeholder consists of the `@` character followed by the
# parameter name (for example, `@firstName`). Parameter names can contain
Expand All @@ -1998,9 +1999,9 @@ def rollback request, options = nil
#
# It's an error to execute a SQL statement with unbound parameters.
# @param param_types [::Hash{::String => ::Google::Cloud::Spanner::V1::Type, ::Hash}]
# It isn't always possible for Cloud Spanner to infer the right SQL type
# from a JSON value. For example, values of type `BYTES` and values
# of type `STRING` both appear in
# Optional. It isn't always possible for Cloud Spanner to infer the right SQL
# type from a JSON value. For example, values of type `BYTES` and values of
# type `STRING` both appear in
# {::Google::Cloud::Spanner::V1::PartitionQueryRequest#params params} as JSON strings.
#
# In these cases, `param_types` can be used to specify the exact
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading