Enum DatabaseDialect (3.14.0)

public enum DatabaseDialect

Indicates the dialect type of a database.

Namespace

Google.Cloud.Spanner.Admin.Database.V1

Assembly

Google.Cloud.Spanner.Admin.Database.V1.dll

Fields

NameDescription
GoogleStandardSql

Google standard SQL.

Postgresql

PostgreSQL supported SQL.

Unspecified

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