BackendCopyDataMessage

internal class BackendCopyDataMessage(val data: ByteArray) : BackendMessage

Contains data during a COPY operation (received from the backend).

Constructors

Link copied to clipboard
constructor(data: ByteArray)

Properties

Link copied to clipboard

Functions

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