|
csvzall 0.4.0
CSV command-line tool and emerging C++ library
|
#include "commands.hpp"#include "../../postgres/exporter.hpp"#include <exception>#include <string>#include <utility>Classes | |
| class | csvzall::pipeline::commands::PostgresInferCommand |
| class | csvzall::pipeline::commands::PostgresExportCommand |
Namespaces | |
| namespace | csvzall |
| namespace | csvzall::pipeline |
| namespace | csvzall::pipeline::commands |
Functions | |
| int | csvzall::pipeline::commands::RunPostgresExport (std::istream &input, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats, const postgres::ConnectionConfig &pg_config, const std::string &table_name, const std::string &if_exists_mode) |
| int | csvzall::pipeline::commands::RunPostgresInfer (std::istream &input, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats, const std::string &table_name) |