RegistryKey

internal data class RegistryKey(val host: String, val port: Int, val database: String)

Identifies the physical database (host, port, database name) a TypeRegistry belongs to.

Deliberately excludes the rest of the connection URL (credentials, SSL settings, timeouts, ...): none of that affects the type catalog, so keying on it would fragment the cache and would needlessly keep a password alive as a map key for the lifetime of the JVM.

Constructors

Link copied to clipboard
constructor(host: String, port: Int, database: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val port: Int