Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

MCDBDriver Class Reference

Obtains connections from an database driver. More...

#include <mcllib/db/MCDBDriver.h>

List of all members.

Static Public Member Functions

MCDBConnection getConnection (const mcllib::MCString &connURL)
 Obtain a connection from a driver.


Detailed Description

Obtains connections from an database driver.


Member Function Documentation

MCDBConnection getConnection const mcllib::MCString connURL  )  [static]
 

Obtain a connection from a driver.

The connection URL format is mcdb:driver://key=value;key=value; where driver is the name of a registered database driver (e.g. mysql), and key and value are key/value pairs used to initialize the connection. Typically, this will include user and password (or pwd) keys.


Generated on Wed Jan 12 19:05:51 2005 for MCLLIB by  doxygen 1.3.9.1