|
csvzall 0.4.0
CSV command-line tool and emerging C++ library
|
#include "commands.hpp"#include "sqlite_options.hpp"#include "../common/column_lookup.hpp"#include "../common/markdown_table.hpp"#include "../../sqlite/csv_loader.hpp"#include "../../sqlite/sqlite_db.hpp"#include <SQLiteCpp/SQLiteCpp.h>#include <algorithm>#include <cctype>#include <filesystem>#include <ostream>#include <string>#include <vector>Classes | |
| class | csvzall::pipeline::commands::SqlQueryCsvCommand |
Namespaces | |
| namespace | csvzall |
| namespace | csvzall::pipeline |
| namespace | csvzall::pipeline::commands |
Functions | |
| int | csvzall::pipeline::commands::RunSqlQueryCsv (const std::string &sql_query, const std::string &table_name, const std::string &format, std::istream &input, std::ostream &output, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats) |
| SqlQueryInputKind | csvzall::pipeline::commands::DetectSqlQueryInputKind (const std::string &path) |
| int | csvzall::pipeline::commands::RunSqlQueryDb (const std::string &sql_query, const std::string &db_path, const std::string &format, std::ostream &output, const LoggerCallbacks &logger, RunStats &stats) |
| bool | csvzall::pipeline::commands::ShouldWarnIntegerDivision (const std::string &sql_query) |
| TokenKind kind |
| std::string text |