| add_datetime(Querybuf &qb, const Datetime &dt) const | dballe::sql::Connection | virtual |
| append_escaped(Querybuf &qb, const char *str) | dballe::sql::PostgreSQLConnection | |
| append_escaped(Querybuf &qb, const std::string &str) | dballe::sql::PostgreSQLConnection | |
| append_escaped(Querybuf &qb, const std::vector< uint8_t > &buf) | dballe::sql::PostgreSQLConnection | |
| cancel_running_query_nothrow() noexcept | dballe::sql::PostgreSQLConnection | |
| changes() | dballe::sql::PostgreSQLConnection | |
| Connection() (defined in dballe::sql::Connection) | dballe::sql::Connection | |
| create(const DBConnectOptions &options) | dballe::sql::Connection | static |
| db | dballe::sql::PostgreSQLConnection | protected |
| discard_all_input_nothrow() noexcept | dballe::sql::PostgreSQLConnection | |
| drop_settings() override | dballe::sql::PostgreSQLConnection | virtual |
| drop_table_if_exists(const char *name) | dballe::sql::PostgreSQLConnection | |
| exec(STRING query) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec(STRING query, ARGS... args) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_no_data(STRING query) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_no_data(STRING query, ARGS... args) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_one_row(STRING query) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_one_row(STRING query, ARGS... args) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_prepared(STRING name) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_prepared(STRING name, ARGS... args) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_prepared_no_data(STRING name) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_prepared_no_data(STRING name, ARGS... args) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_prepared_one_row(STRING name) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_prepared_one_row(STRING name, ARGS... args) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_prepared_unchecked(const char *name) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_prepared_unchecked(const std::string &name) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_prepared_unchecked(const char *name, ARGS... args) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_prepared_unchecked(const std::string &name, ARGS... args) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_unchecked(const char *query) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_unchecked(const std::string &query) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_unchecked(const char *query, ARGS... args) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| exec_unchecked(const std::string &query, ARGS... args) (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| execute(const std::string &query) override | dballe::sql::PostgreSQLConnection | virtual |
| explain(const std::string &query, FILE *out) override | dballe::sql::PostgreSQLConnection | virtual |
| get_setting(const std::string &key) override | dballe::sql::PostgreSQLConnection | virtual |
| get_url() const (defined in dballe::sql::Connection) | dballe::sql::Connection | inline |
| has_table(const std::string &name) override | dballe::sql::PostgreSQLConnection | virtual |
| init_after_connect() (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | protected |
| open_test() (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | |
| open_url(const std::string &connection_string) | dballe::sql::PostgreSQLConnection | |
| operator PGconn *() (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | inline |
| operator=(const PostgreSQLConnection &)=delete (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | |
| PostgreSQLConnection() (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | |
| PostgreSQLConnection(const PostgreSQLConnection &)=delete (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | |
| PostgreSQLConnection(const PostgreSQLConnection &&)=delete (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | |
| pqexec(const std::string &query) | dballe::sql::PostgreSQLConnection | |
| pqexec_nothrow(const std::string &query) noexcept | dballe::sql::PostgreSQLConnection | |
| prepare(const std::string &name, const std::string &query) | dballe::sql::PostgreSQLConnection | |
| prepared_names (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | protected |
| run_single_row_mode(const std::string &query_desc, std::function< void(const postgresql::Result &)> dest) | dballe::sql::PostgreSQLConnection | |
| server_type | dballe::sql::Connection | |
| set_setting(const std::string &key, const std::string &value) override | dballe::sql::PostgreSQLConnection | virtual |
| transaction(bool readonly=false) override | dballe::sql::PostgreSQLConnection | virtual |
| url (defined in dballe::sql::Connection) | dballe::sql::Connection | protected |
| ~Connection() (defined in dballe::sql::Connection) | dballe::sql::Connection | virtual |
| ~PostgreSQLConnection() (defined in dballe::sql::PostgreSQLConnection) | dballe::sql::PostgreSQLConnection | |