dbaPluginInfo Struct ReferenceStruct describing driver plugin information.
More...
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Public Attributes | |
| char | mDescription [1000] |
| Plugin description. | |
| char | mLicense [40] |
| Type of license (Commercial, GPL, public domain, shareware etc). | |
| char | mName [40] |
| Name of plugin. | |
| char | mPluginType |
| Type of plugin. | |
| char | mUrl [80] |
| Web address to plugin homepage. | |
| char | mVendor [40] |
| Creator of plugin. | |
| int | mVersionMajor |
| Major part of version of library for which this plugin was build. | |
| int | mVersionMinor |
| Minor part of version of library for which this plugin was build. | |
| int | mVersionRelease |
| Release part of version of library for which this plugin was build. | |
Detailed Description
Struct describing driver plugin information.This struct should be initialized in every database driver for dyamic loading
Member Data Documentation
| char mPluginType |
Type of plugin.
See pluginType for available types
The documentation for this struct was generated from the following file:
| Documentation |
|---|
| Quick start |
| Examples |
| API Documentation |
|---|
| Class hierarchy |
| Member index |
| API Reference |
| Store filters |
| Store table macros |
Generated by doxygen at Fri Oct 22 23:15:43 2010
