Lightweight 0.1.0
|
Represents an ODBC connection string. More...
#include <SqlConnectInfo.hpp>
Public Member Functions | |
LIGHTWEIGHT_API auto | operator<=> (SqlConnectionString const &) const noexcept=default |
LIGHTWEIGHT_API std::string | Sanitized () const |
Static Public Member Functions | |
static LIGHTWEIGHT_API std::string | SanitizePwd (std::string_view input) |
Public Attributes | |
std::string | value |
Represents an ODBC connection string.
Definition at line 14 of file SqlConnectInfo.hpp.
std::string SqlConnectionString::value |
Definition at line 16 of file SqlConnectInfo.hpp.