32 #if !defined(MYSQLPP_SCOPEDCONNECTION_H) 
   33 #define MYSQLPP_SCOPEDCONNECTION_H 
   39 #if !defined(DOXYGEN_IGNORE) 
   41 class MYSQLPP_EXPORT Connection;
 
   42 class MYSQLPP_EXPORT ConnectionPool;
 
   74         operator void*() 
const { 
return connection_; }
 
   89 #endif // !defined(MYSQLPP_SCOPEDCONNECTION_H) 
Grabs a Connection from a ConnectionPool on construction and releases it back to the pool on destruct...
Definition: scopedconnection.h:48
Manages the connection to the database server. 
Definition: connection.h:59
Manages a pool of connections for programs that need more than one Connection object at a time...
Definition: cpool.h:68
Connection & operator*() const 
Dereference. 
Definition: scopedconnection.h:71
Connection * operator->() const 
Access the Connection pointer. 
Definition: scopedconnection.h:68
This file includes top-level definitions for use both internal to the library, and outside it...