Skip to content

Structure

PostgresBinaryCopyFromWriter

Handle to send binary data for a COPY ... FROM STDIN query to the backend.
struct PostgresBinaryCopyFromWriter

Overview

It takes care of serializing PostgresEncodable column types into the binary format that Postgres expects.

Topics

Structures

Instance Methods