FrontendCopyDataMessage

internal class FrontendCopyDataMessage(data: ByteArray, offset: Int = 0, length: Int = data.size) : FrontendMessage

Sends data during a COPY IN operation.

Constructors

Link copied to clipboard
constructor(data: ByteArray, offset: Int = 0, length: Int = data.size)

Functions

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

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