InstanceDatabaseVersion

enum InstanceDatabaseVersion : Enum<InstanceDatabaseVersion> , ConvertibleToJava<InstanceDatabaseVersion>

The database engine type and version. The databaseVersion field cannot be changed after instance creation.

Entries

Link copied to clipboard

This is an unknown database version.

Link copied to clipboard

The database version is MySQL 5.1.

Link copied to clipboard

The database version is MySQL 5.5.

Link copied to clipboard

The database version is MySQL 5.6.

Link copied to clipboard

The database version is MySQL 5.7.

Link copied to clipboard

The database version is SQL Server 2017 Standard.

Link copied to clipboard

The database version is SQL Server 2017 Enterprise.

Link copied to clipboard

The database version is SQL Server 2017 Express.

Link copied to clipboard

The database version is SQL Server 2017 Web.

Link copied to clipboard

The database version is PostgreSQL 9.6.

Link copied to clipboard

The database version is PostgreSQL 10.

Link copied to clipboard

The database version is PostgreSQL 11.

Link copied to clipboard

The database version is PostgreSQL 12.

Link copied to clipboard

The database version is PostgreSQL 13.

Link copied to clipboard

The database version is PostgreSQL 14.

Link copied to clipboard

The database version is PostgreSQL 15.

Link copied to clipboard

The database version is MySQL 8.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 18.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 26.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 27.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 28.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 29.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 30.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 31.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 32.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 33.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 34.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 35.

Link copied to clipboard

The database major version is MySQL 8.0 and the minor version is 36.

Link copied to clipboard

The database version is SQL Server 2019 Standard.

Link copied to clipboard

The database version is SQL Server 2019 Enterprise.

Link copied to clipboard

The database version is SQL Server 2019 Express.

Link copied to clipboard

The database version is SQL Server 2019 Web.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: InstanceDatabaseVersion
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): InstanceDatabaseVersion
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.