pg_async
|
Variables | |
const std::string | HOST = "host" |
const std::string | PORT = "port" |
const std::string | USER = "user" |
const std::string | DATABASE = "database" |
const std::string | CLIENT_ENCODING = "client_encoding" |
const std::string | APPLICATION_NAME = "application_name" |
const std::string tip::db::pg::options::APPLICATION_NAME = "application_name" |
Definition at line 366 of file common.hpp.
const std::string tip::db::pg::options::CLIENT_ENCODING = "client_encoding" |
Definition at line 365 of file common.hpp.
const std::string tip::db::pg::options::DATABASE = "database" |
Definition at line 364 of file common.hpp.
const std::string tip::db::pg::options::HOST = "host" |
Definition at line 361 of file common.hpp.
const std::string tip::db::pg::options::PORT = "port" |
Definition at line 362 of file common.hpp.
const std::string tip::db::pg::options::USER = "user" |
Definition at line 363 of file common.hpp.