#include <options.h>
Inheritance diagram for mysqlpp::Option:
Public Types | |
err_NONE | |
option was set successfully | |
err_api_limit | |
option not supported by underlying C API | |
err_api_reject | |
underlying C API returned error when setting option | |
err_connected | |
can't set the given option while connected | |
err_disconnected | |
can only set the given option while connected | |
enum | Error { err_NONE, err_api_limit, err_api_reject, err_connected, err_disconnected } |
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.