|
csvzall 0.4.0
CSV command-line tool and emerging C++ library
|
#include <pqxx/pqxx>#include <string>Go to the source code of this file.
Classes | |
| struct | csvzall::postgres::ConnectionConfig |
| class | csvzall::postgres::PostgresConnection |
Namespaces | |
| namespace | csvzall |
| namespace | csvzall::postgres |
| namespace | csvzall::pipeline |
Functions | |
| bool | csvzall::postgres::TableExists (pqxx::connection &conn, const std::string &table_name) |
| void | csvzall::postgres::DropTableIfExists (pqxx::connection &conn, const std::string &table_name) |
| std::string | csvzall::postgres::QuoteIdentifier (const std::string &identifier) |