std::string
derivative that adds some things needed within the library. More...
#include "common.h"
#include <stdio.h>
#include <string>
Include dependency graph for sql_string.h:
This graph shows which files directly or indirectly include this file:
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... |
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.