#include "common.h"
#include "const_string.h"
#include "convert.h"
#include "exceptions.h"
#include "null.h"
#include "string_util.h"
#include "type_info.h"
#include <mysql.h>
#include <typeinfo>
#include <string>
#include <sstream>
#include <stdlib.h>
Include dependency graph for coldata.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::ColData_Tmpl< Str > |
Template for string data that can convert itself to any standard C data type. More... | |
Typedefs | |
typedef ColData_Tmpl< const_string > | mysqlpp::ColData |
The type that is returned by constant rows. | |
typedef ColData_Tmpl< std::string > | mysqlpp::MutableColData |
The type that is returned by mutable rows. |
Roughly speaking, this defines classes that are the inverse of mysqlpp::SQLString.