Package-level declarations

Types

Link copied to clipboard
class CopyIn(stream: PgStream) : CopyOperation
Link copied to clipboard
class CopyManager(stream: PgStream)

Manages COPY IN and COPY OUT operations for a specific connection stream.

Link copied to clipboard

Base interface for COPY operations.

Link copied to clipboard
class CopyOut(stream: PgStream) : CopyOperation