IMariaDBConnection Class
(MariaDB::IMariaDBConnection)Implements MySQL and MariaDB support for CDP2SQL
. More...
Header: | #include <IMariaDBConnection> |
Inherits: | CDP2SQL::IDatabaseConnection |
Public Functions
virtual void | SetSSL(const std::string &key, const std::string &certificate, const std::string &ca, const std::string &caPath, const std::string &cipher) = 0 |
- 13 public functions inherited from CDP2SQL::IDatabaseConnection
Detailed Description
Implements MySQL and MariaDB support for CDP2SQL
.
Member Function Documentation
[pure virtual]
void IMariaDBConnection::SetSSL(const std::string &key, const std::string &certificate, const std::string &ca, const std::string &caPath, const std::string &cipher)
Set SSL options. All files should be PEM format
- key - Path to the key file
- certificate - Path to the certificate file
- ca - Path to the certificate authority file
- caPath - Path to a directory containing CA files
- cipher - List of allowed SSL ciphers. See MariaDB manual for possible values
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.