Main | License | Installation | FAQ | Screenshots | Contact | Links | Sf.net | Freshmeat.net | KDE-Apps.org
Requirements | Design | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

Server Class Reference
[MySQL C++ Wrappers]

#include <server.hpp>

Inheritance diagram for Server:

Inheritance graph
[legend]

Public Member Functions

 Server (const std::string &_userName) throw (Error)
const std::string & getUserName (void) const

Protected Attributes

std::string userName

Detailed Description

Connection to a database server.
Date:
Sun Feb 19 2006
Author:
Jan Wedekind (wedesoft@users.sourceforge.net)

Definition at line 28 of file server.hpp.


Constructor & Destructor Documentation

Server::Server ( const std::string &  _userName  )  throw (Error) [inline]

Constructor for server object.

Parameters:
_userName Name of database user.

Definition at line 33 of file server.hpp.

00033                                                     :
00034     userName( _userName ) {}


Member Function Documentation

const std::string& Server::getUserName ( void   )  const [inline]

Definition at line 36 of file server.hpp.

References userName.

00036 { return userName; }


Field Documentation

std::string Server::userName [protected]

Definition at line 39 of file server.hpp.

Referenced by getUserName().


The documentation for this class was generated from the following file:

anymeal 0.30 - recipe management software - Make the most of your food! - © Jan Wedekind Sun Sep 14 16:01:29 2008 - GNU Free Documentation License