Enum postgres::stmt::Format
[−]
[src]
pub enum Format {
Text,
Binary,
}The format of a portion of COPY query data.
Variants
Text | A text based format. | |
Binary | A binary format. |