MCPcopy Create free account
hub / github.com/acl-dev/acl / db_pgsql

Method db_pgsql

lib_acl_cpp/src/db/db_pgsql.cpp:361–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361db_pgsql::db_pgsql(const pgsql_conf& conf)
362{
363 sane_pgsql_init(conf.get_dbaddr(), conf.get_dbname(),
364 conf.get_dbuser(), conf.get_dbpass(), conf.get_conn_timeout(),
365 conf.get_rw_timeout(), conf.get_charset());
366}
367
368db_pgsql::~db_pgsql(void)
369{

Callers

nothing calls this directly

Calls 2

get_rw_timeoutMethod · 0.80
get_charsetMethod · 0.80

Tested by

no test coverage detected