MySQL++
3.3.0
|
A special std::set derivative for holding MySQL data sets. More...
#include <myset.h>
Public Member Functions | |
Set () | |
Default constructor. | |
Set (const char *str) | |
Create object from a comma-separated list of values. | |
Set (const std::string &str) | |
Create object from a comma-separated list of values. | |
Set (const String &str) | |
Create object from a comma-separated list of values. | |
operator std::string () const | |
Convert this set's data to a string containing comma-separated items. | |
std::string | str () const |
Return our value in std::string form. | |
A special std::set derivative for holding MySQL data sets.