#include "refcounted.h"
#include "type_info.h"
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | mysqlpp |
Classes | |
class | mysqlpp::SQLBuffer |
Holds SQL data in string form plus type information for use in converting the string to compatible C++ data types. More... | |
Typedefs | |
typedef RefCountedPointer< SQLBuffer > | mysqlpp::RefCountedBuffer |
Reference-counted version of SQLBuffer. |