mysql++.h File Reference

The main MySQL++ header file. More...

#include "connection.h"
#include "query.h"
#include "sql_types.h"

Include dependency graph for mysql++.h:

Go to the source code of this file.

Defines

#define MYSQLPP_MYSQLPP_H
#define MYSQLPP_VERSION(major, minor, bugfix)   (((major) << 16) | ((minor) << 8) | (bugfix))
#define MYSQLPP_LIB_VERSION   MYSQLPP_VERSION(2, 1, 1)


Detailed Description

The main MySQL++ header file.

This file brings in all MySQL++ headers except for custom*.h, which is a strictly optional feature of MySQL++.

There is no point in trying to optimize which headers you include, because every MySQL++ program needs query.h, and that includes all the other headers indirectly, except for custom*.h. The only possible optimization is to include query.h instead of mysql++.h, and this results only in trivial compile time reductions at the expense of code clarity.


Generated on Thu Jun 15 18:31:32 2006 for MySQL++ by  doxygen 1.4.6