sql_string.h File Reference

Declares an std::string derivative that adds some things needed within the library. More...

#include "common.h"
#include "null.h"
#include <stdio.h>
#include <string>

Go to the source code of this file.

Namespaces

namespace  mysqlpp

Classes

class  mysqlpp::SQLString
 A specialized std::string that will convert from any valid MySQL type. More...


Detailed Description

Declares an std::string derivative that adds some things needed within the library.

This class adds some flags needed by other parts of MySQL++, and it adds conversion functions from any primitive type. This helps in inserting these primitive types into the database, because we need everything in string form to build SQL queries.


Generated on 10 Oct 2017 for MySQL++ by  doxygen 1.4.7