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

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

A struct containing information relevant for a COPY operation.

Methods

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

fn format(&self) -> Format

Returns the format of the overall data.

fn column_formats(&self) -> &[Format]

Returns the format of the individual columns.

fn session_info<'b>(&'b self) -> SessionInfo<'b>

Returns session info for the associated connection.