StartupMessage

internal class StartupMessage(parameters: Map<String, String>) : FrontendMessage

Initial message sent by the frontend to start a connection with the server.

Constructors

Link copied to clipboard
constructor(parameters: Map<String, String>)

Functions

Link copied to clipboard
open override fun encode(out: PgOutputStream)

Writes the entire message frame to the stream (including type marker and length).