Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields  

clawsoft::DBDriverInfo Class Reference

#include <DBDriverInfo.h>

Inheritance diagram for clawsoft::DBDriverInfo:

Inheritance graph
[legend]
Collaboration diagram for clawsoft::DBDriverInfo:

Collaboration graph
[legend]

Detailed Description

This class holds information on database driver devices.

STATUS: READY TO TEST


Public Methods

 DBDriverInfo ()
 Default constructor.

 DBDriverInfo (int ver, int rev, const String &vend)
 This constructor will initialize the values for version, revision and vendor.

 ~DBDriverInfo ()
 The destructor, currently this destructor does not perform any function.

const int version ()
 This will return the version of the driver.

const int revision ()
 This will return the revision of the driver.

const Stringvendor ()
 This will return the vendor or the author of the driver.

const char * getClassName ()
 Returns the name of the current class.


Protected Methods

void setClassName (const char *n)
 Call this method when you need to set the name of the class you're creating, typically in it's constructor, remember that you must set the classname for every class you create, that way you can have more information while debugging.


Constructor & Destructor Documentation

clawsoft::DBDriverInfo::DBDriverInfo  
 

Default constructor.

clawsoft::DBDriverInfo::DBDriverInfo int    ver,
int    rev,
const String   vend
 

This constructor will initialize the values for version, revision and vendor.

clawsoft::DBDriverInfo::~DBDriverInfo  
 

The destructor, currently this destructor does not perform any function.


Member Function Documentation

const char * clawsoft::Object::getClassName   [inherited]
 

Returns the name of the current class.

const int clawsoft::DBDriverInfo::revision  
 

This will return the revision of the driver.

void clawsoft::Object::setClassName const char *    n [protected, inherited]
 

Call this method when you need to set the name of the class you're creating, typically in it's constructor, remember that you must set the classname for every class you create, that way you can have more information while debugging.

const String & clawsoft::DBDriverInfo::vendor  
 

This will return the vendor or the author of the driver.

const int clawsoft::DBDriverInfo::version  
 

This will return the version of the driver.


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

Authors:

Juan V. Guerrero
Jannette C. Mejia
Juan C. Guevara

Powered by:

SourceForgeLogo