|
csvzall 0.4.0
CSV command-line tool and emerging C++ library
|
#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 |
| std::size_t csvzall::postgres::ExportResult::observed_rows = 0 |
| int csvzall::postgres::ExportResult::return_code = 0 |
| std::uint64_t csvzall::postgres::ExportResult::rows_loaded = 0 |
| std::uint64_t csvzall::postgres::ExportResult::rows_skipped_type_mismatch = 0 |