ExecuteMessage

internal class ExecuteMessage(portalName: String, maxRows: Int = 0) : FrontendMessage

Message sent to the backend to execute a portal.

Constructors

Link copied to clipboard
constructor(portalName: String, maxRows: Int = 0)

Functions

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

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