csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
postgres_connection.cpp File Reference
#include "postgres_connection.hpp"
#include <sstream>
#include <stdexcept>

Namespaces

namespace  csvzall
 
namespace  csvzall::postgres
 

Functions

std::string csvzall::postgres::QuoteIdentifier (const std::string &identifier)
 
bool csvzall::postgres::TableExists (pqxx::connection &conn, const std::string &table_name)
 
void csvzall::postgres::DropTableIfExists (pqxx::connection &conn, const std::string &table_name)