Class DatabaseDialect (3.29.0)

Stay organized with collections Save and categorize content based on your preferences.
DatabaseDialect(value)

Indicates the dialect type of a database.

Values: DATABASE_DIALECT_UNSPECIFIED (0): Default value. This value will create a database with the GOOGLE_STANDARD_SQL dialect. GOOGLE_STANDARD_SQL (1): Google standard SQL. POSTGRESQL (2): PostgreSQL supported SQL.