CancelRequestMessage

internal class CancelRequestMessage(processId: Int, secretKey: ByteArray) : FrontendMessage

Message sent by the frontend to cancel an ongoing request on another connection.

Constructors

Link copied to clipboard
constructor(processId: Int, secretKey: ByteArray)

Functions

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

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