ParseMessage

internal class ParseMessage(statementName: String, query: String, parameterTypes: IntArray = IntArray(0)) : FrontendMessage

Message sent to the backend to parse a prepared statement.

Constructors

Link copied to clipboard
constructor(statementName: String, query: String, parameterTypes: IntArray = IntArray(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).