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

connection.h File Reference

Declares the Connection class. More...

#include "common.h"
#include "lockable.h"
#include "noexceptions.h"
#include <deque>
#include <string>

Include dependency graph for connection.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  mysqlpp


Detailed Description

Declares the Connection class.

Every program using MySQL++ must create a Connection object, which manages information about the connection to the MySQL database, and performs connection-related operations once the connection is up. Subordinate classes, such as Query and Row take their defaults as to whether exceptions are thrown when errors are encountered from the Connection object that created them, directly or indirectly.


Generated on Wed Jul 11 15:34:40 2007 for MySQL++ by doxygen 1.3.5