Struct postgres::stmt::CopyInfo [] [src]

pub struct CopyInfo<'a> { /* fields omitted */ }

A struct containing information relevant for a COPY operation.

Methods

impl<'a> CopyInfo<'a>
[src]

Returns the format of the overall data.

Returns the format of the individual columns.

Returns session info for the associated connection.