#include "platform.h"
#include "const_string.h"
#include "convert.h"
#include "defs.h"
#include "exceptions.h"
#include "null.h"
#include "string_util.h"
#include "type_info.h"
#include <mysql.h>
#include <typeinfo>
#include <string>
#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 |
Roughly speaking, this defines classes that are the inverse of mysqlpp::SQLString.
|
Value: oprsw(+, other, conv) \ oprsw(-, other, conv) \ oprsw(*, other, conv) \ oprsw(/, other, conv) |
|
Value: operator_binary(other, conv) \ oprsw(%, other, conv) \ oprsw(&, other, conv) \ oprsw(^, other, conv) \ oprsw(|, other, conv) \ oprsw(<<, other, conv) \ oprsw(>>, other, conv) |
|
Value: template<class Str> \ inline other operator opr (ColData_Tmpl<Str> x, other y) \ {return static_cast<conv>(x) opr y;} \ template<class Str> \ inline other operator opr (other x, ColData_Tmpl<Str> y) \ {return x opr static_cast<conv>(y);} |