csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
csvzall::postgres::ExportResult Struct Reference

#include <exporter.hpp>

Public Attributes

bool success = true
 
int return_code = 0
 
std::uint64_t rows_loaded = 0
 
std::uint64_t rows_skipped_type_mismatch = 0
 
std::size_t observed_rows = 0
 

Member Data Documentation

◆ observed_rows

std::size_t csvzall::postgres::ExportResult::observed_rows = 0

◆ return_code

int csvzall::postgres::ExportResult::return_code = 0

◆ rows_loaded

std::uint64_t csvzall::postgres::ExportResult::rows_loaded = 0

◆ rows_skipped_type_mismatch

std::uint64_t csvzall::postgres::ExportResult::rows_skipped_type_mismatch = 0

◆ success

bool csvzall::postgres::ExportResult::success = true

The documentation for this struct was generated from the following file: