Lightweight 0.20250904.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 17 of file SqlConnectInfo.hpp.
std::string Lightweight::SqlConnectionString::value |
Definition at line 19 of file SqlConnectInfo.hpp.