#include <DBDriverInfo.h>
Inheritance diagram for clawsoft::DBDriverInfo:
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 String & | vendor () |
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. |
|
Default constructor.
|
|
This constructor will initialize the values for version, revision and vendor.
|
|
The destructor, currently this destructor does not perform any function.
|
|
Returns the name of the current class.
|
|
This will return the revision of the driver.
|
|
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.
|
|
This will return the vendor or the author of the driver.
|
|
This will return the version of the driver.
|
Authors:
Juan V. Guerrero
Jannette C. Mejia
Juan C. Guevara
Powered by: