We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcloud spanner databases execute-sql (DATABASE : --instance=INSTANCE) --sql=SQL [--database-role=DATABASE_ROLE] [--enable-partitioned-dml] [--priority=PRIORITY] [--query-mode=QUERY_MODE; default="NORMAL"] [--timeout=TIMEOUT; default="10m"] [--read-timestamp=TIMESTAMP | --strong] [GCLOUD_WIDE_FLAG ...]
--database-role
--role
--sql
--execute
--enable-partitioned-dml
--query-mode
CLI_QUERY_MODE
--timeout
--read-timestamp
--strong
gcloud spanner databases ddl update (DATABASE : --instance=INSTANCE) [--async] [--ddl=DDL] [--ddl-file=DDL_FILE] [--proto-descriptors-file=PROTO_DESCRIPTORS_FILE] [GCLOUD_WIDE_FLAG ...]
--async
--ddl
--ddl-file
--proto-descriptors-file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
--database-role
as an alias of--role
--sql
as an alias of--execute
Add --sql as alias of --execute #6--enable-partitioned-dml
--query-mode
Implement --query-mode andCLI_QUERY_MODE
#44--timeout
--read-timestamp
and--strong
Implements --string and --read-timestamp #48--async
--ddl
,--ddl-file
--proto-descriptors-file
Implement proto descriptor file functionality #18The text was updated successfully, but these errors were encountered: