CopyBothResponseMessage

internal class CopyBothResponseMessage(val format: Byte, val numColumns: Short, val columnFormats: List<Short>) : BackendMessage

Response indicating that the backend is ready for COPY BOTH.

Constructors

Link copied to clipboard
constructor(format: Byte, numColumns: Short, columnFormats: List<Short>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String