csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
sql_export.cpp File Reference
#include "commands.hpp"
#include "sqlite_options.hpp"
#include "../../sqlite/csv_loader.hpp"
#include <SQLiteCpp/SQLiteCpp.h>
#include <filesystem>
#include <string>

Classes

class  csvzall::pipeline::commands::SqlExportCommand
 

Namespaces

namespace  csvzall
 
namespace  csvzall::pipeline
 
namespace  csvzall::pipeline::commands
 

Functions

int csvzall::pipeline::commands::RunSqlExport (const std::string &input_path, const std::string &dest_path, const std::string &table_name, std::istream &input, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats)