|
csvzall 0.4.0
CSV command-line tool and emerging C++ library
|
This is the complete list of members for csvzall::postgres::RowLoader, including all inherited members.
| add_row(const csv::CSVRow &row) | csvzall::postgres::RowLoader | |
| add_row(const std::vector< std::string > &row) | csvzall::postgres::RowLoader | |
| add_rows(const std::vector< csv::CSVRow > &rows) | csvzall::postgres::RowLoader | |
| flush() | csvzall::postgres::RowLoader | |
| PgValue typedef | csvzall::postgres::RowLoader | |
| RowLoader(pqxx::connection &connection, pqxx::work &transaction, const std::string &table_name, const std::vector< InferredColumn > &columns) | csvzall::postgres::RowLoader | |
| rows_loaded() const | csvzall::postgres::RowLoader | inline |
| rows_skipped_type_mismatch() const | csvzall::postgres::RowLoader | inline |
| ~RowLoader() | csvzall::postgres::RowLoader |