Struct postgres_binary_copy::BinaryCopyWriter
[−]
[src]
pub struct BinaryCopyWriter<W> {
// some fields omitted
}A ReadWithInfo implementation that processes binary-formatted input
for use with COPY ... TO STDOUT (FORMAT binary) statements.
Methods
impl<W> BinaryCopyWriter<W> where W: WriteValue[src]
fn new(value_writer: W) -> BinaryCopyWriter<W>
Creates a new BinaryCopyWriter.
The writer will forward SQL values to the specified WriteValue.