#include <options.h>
Inheritance diagram for mysqlpp::Option:
Public Types | |
enum | Error { err_NONE, err_api_limit, err_api_reject, err_connected } |
Types of option setting errors we can diagnose. More... | |
Public Member Functions | |
virtual | ~Option () |
Destroy object. | |
virtual Error | set (DBDriver *dbd)=0 |
Apply option. |
This is the base class for the mid-level interface classes that take arguments, plus the direct base for options that take no arguments.
|
Types of option setting errors we can diagnose.
|