Required. A CREATE DATABASE statement, which specifies the ID of the
new database. The database ID must conform to the regular expression
a-z*[a-z0-9] and be between 2 and 30 characters in length.
If the database ID is a reserved word or if it contains a hyphen, the
database ID must be enclosed in backticks (`).
Required. A CREATE DATABASE statement, which specifies the ID of the
new database. The database ID must conform to the regular expression
a-z*[a-z0-9] and be between 2 and 30 characters in length.
If the database ID is a reserved word or if it contains a hyphen, the
database ID must be enclosed in backticks (`).
Optional. The encryption configuration for the database. If this field is not
specified, Cloud Spanner will encrypt/decrypt all data at rest using
Google default encryption.
Optional. The encryption configuration for the database. If this field is not
specified, Cloud Spanner will encrypt/decrypt all data at rest using
Google default encryption.
Optional. A list of DDL statements to run inside the newly created
database. Statements can create tables, indexes, etc. These
statements execute atomically with the creation of the database:
if there is an error in any statement, the database is not created.
Optional. A list of DDL statements to run inside the newly created
database. Statements can create tables, indexes, etc. These
statements execute atomically with the creation of the database:
if there is an error in any statement, the database is not created.
The bytes of the extraStatements at the given index.
getExtraStatementsCount()
publicintgetExtraStatementsCount()
Optional. A list of DDL statements to run inside the newly created
database. Statements can create tables, indexes, etc. These
statements execute atomically with the creation of the database:
if there is an error in any statement, the database is not created.
Optional. A list of DDL statements to run inside the newly created
database. Statements can create tables, indexes, etc. These
statements execute atomically with the creation of the database:
if there is an error in any statement, the database is not created.
Optional. The encryption configuration for the database. If this field is not
specified, Cloud Spanner will encrypt/decrypt all data at rest using
Google default encryption.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]