SimpleQueryMessage

internal class SimpleQueryMessage(query: String) : FrontendMessage

Message sent by the frontend to execute a simple, un-parameterized SQL query.

Constructors

Link copied to clipboard
constructor(query: 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).