|
GnuCash c935c2f+
|
Public Member Functions | |
| UriStrings (const std::string &uri) | |
| std::string | basename () const noexcept |
| const char * | dbname () const noexcept |
| std::string | quote_dbname (DbType t) const noexcept |
Data Fields | |
| std::string | m_protocol |
| std::string | m_host |
| std::string | m_dbname |
| std::string | m_username |
| std::string | m_password |
| std::string | m_basename |
| int | m_portnum |
Definition at line 116 of file gnc-backend-dbi.cpp.
| UriStrings::UriStrings | ( | const std::string & | uri | ) |
Definition at line 133 of file gnc-backend-dbi.cpp.
|
noexcept |
Definition at line 156 of file gnc-backend-dbi.cpp.
|
noexcept |
Definition at line 162 of file gnc-backend-dbi.cpp.
|
noexcept |
Definition at line 168 of file gnc-backend-dbi.cpp.
| std::string UriStrings::m_basename |
Definition at line 129 of file gnc-backend-dbi.cpp.
| std::string UriStrings::m_dbname |
Definition at line 126 of file gnc-backend-dbi.cpp.
| std::string UriStrings::m_host |
Definition at line 125 of file gnc-backend-dbi.cpp.
| std::string UriStrings::m_password |
Definition at line 128 of file gnc-backend-dbi.cpp.
| int UriStrings::m_portnum |
Definition at line 130 of file gnc-backend-dbi.cpp.
| std::string UriStrings::m_protocol |
Definition at line 124 of file gnc-backend-dbi.cpp.
| std::string UriStrings::m_username |
Definition at line 127 of file gnc-backend-dbi.cpp.