Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

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:

Include dependency graph

Go to the source code of this file.


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 Fri Mar 24 14:04:40 2006 for MySQL++ by doxygen1.2.18