#include <options.h>
Inheritance diagram for mysqlpp::SslOption:
Public Member Functions | |
SslOption (const char *key=0, const char *cert=0, const char *ca=0, const char *capath=0, const char *cipher=0) | |
Create a set of SSL connection option parameters. |
mysqlpp::SslOption::SslOption | ( | const char * | key = 0 , |
|
const char * | cert = 0 , |
|||
const char * | ca = 0 , |
|||
const char * | capath = 0 , |
|||
const char * | cipher = 0 | |||
) | [inline] |
Create a set of SSL connection option parameters.
This option replaces Connection::enable_ssl()
from MySQL++ version 2. Now you can set this connection option just like any other.