CloseMessage

internal class CloseMessage(targetType: Char, name: String) : FrontendMessage

Message sent to the backend to close a statement or portal.

Constructors

Link copied to clipboard
constructor(targetType: Char, name: 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).