#include "platform.h"
#include <mysql.h>
Include dependency graph for defs.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | mysqlpp |
Typedefs | |
typedef MYSQL_FIELD | mysqlpp::Field |
Alias for MYSQL_FIELD. | |
typedef const char | mysqlpp::cchar |
Contraction for 'const char*'. | |
typedef unsigned int | mysqlpp::uint |
Contraction for 'unsigned int'. | |
typedef unsigned long | mysqlpp::ulong |
Contraction for 'unsigned long'. | |
Enumerations | |
enum | mysqlpp::sql_cmp_type { sql_use_compare } |
Used to disambiguate overloads of equal_list() in SSQLSes. | |
Variables | |
const bool | mysqlpp::use_exceptions = true |
Alias for 'true', to make code requesting exceptions more readable. |