Cloud Spanner Database Admin V1 API - Module Google::Cloud::Spanner::Admin::Database::V1::DatabaseDialect (v0.9.0)

Reference documentation and code samples for the Cloud Spanner Database Admin V1 API module Google::Cloud::Spanner::Admin::Database::V1::DatabaseDialect.

Indicates the dialect type of a database.

Constants

DATABASE_DIALECT_UNSPECIFIED

value: 0
Default value. This value will create a database with the GOOGLE_STANDARD_SQL dialect.

GOOGLE_STANDARD_SQL

value: 1
Google standard SQL.

POSTGRESQL

value: 2
PostgreSQL supported SQL.