MySQL++
3.3.0
|
Enable automatic reconnection to server. More...
#include <options.h>
Additional Inherited Members | |
![]() | |
typedef T | ArgType |
Alias for template param. | |
![]() | |
enum | Error { err_NONE , err_api_limit , err_api_reject , err_connected , err_disconnected } |
Types of option setting errors we can diagnose. More... | |
![]() | |
virtual | ~Option () |
Destroy object. | |
virtual Error | set (DBDriver *dbd)=0 |
Apply option. | |
![]() | |
DataOption (const T &arg) | |
Construct object. | |
![]() | |
T | arg_ |
The argument value. | |
Enable automatic reconnection to server.