ServerPropertiesResponse

data class ServerPropertiesResponse(val serverDatabaseCount: Int, val serverEdition: String, val serverName: String, val serverOperatingSystemVersion: String, val serverPlatform: String, val serverVersion: String)

Server properties for MySQL type source

Constructors

Link copied to clipboard
constructor(serverDatabaseCount: Int, serverEdition: String, serverName: String, serverOperatingSystemVersion: String, serverPlatform: String, serverVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of databases in the server

Link copied to clipboard

Edition of the database server

Link copied to clipboard

Name of the server

Link copied to clipboard

Version of the operating system

Link copied to clipboard

Name of the server platform

Link copied to clipboard

Version of the database server