databaseVersion property

String? databaseVersion
getter/setter pair

The database engine type and version. Possible string values are:

  • "SQL_DATABASE_VERSION_UNSPECIFIED" : Unspecified version.
  • "MYSQL_5_6" : MySQL 5.6.
  • "MYSQL_5_7" : MySQL 5.7.
  • "MYSQL_8_0" : MySQL 8.0.
  • "MYSQL_8_0_18" : The database major version is MySQL 8.0 and the minor version is 18.
  • "MYSQL_8_0_26" : The database major version is MySQL 8.0 and the minor version is 26.
  • "MYSQL_8_0_27" : The database major version is MySQL 8.0 and the minor version is 27.
  • "MYSQL_8_0_28" : The database major version is MySQL 8.0 and the minor version is 28.
  • "MYSQL_8_0_30" : The database major version is MySQL 8.0 and the minor version is 30.
  • "MYSQL_8_0_31" : The database major version is MySQL 8.0 and the minor version is 31.
  • "MYSQL_8_0_32" : The database major version is MySQL 8.0 and the minor version is 32.
  • "MYSQL_8_0_33" : The database major version is MySQL 8.0 and the minor version is 33.
  • "MYSQL_8_0_34" : The database major version is MySQL 8.0 and the minor version is 34.
  • "MYSQL_8_0_35" : The database major version is MySQL 8.0 and the minor version is 35.
  • "POSTGRES_9_6" : PostgreSQL 9.6.
  • "POSTGRES_11" : PostgreSQL 11.
  • "POSTGRES_10" : PostgreSQL 10.
  • "POSTGRES_12" : PostgreSQL 12.
  • "POSTGRES_13" : PostgreSQL 13.
  • "POSTGRES_14" : PostgreSQL 14.
  • "POSTGRES_15" : PostgreSQL 15.

Implementation

core.String? databaseVersion;