dbaPluginInfo Struct Reference
[Public API]
Struct describing driver plugin information.
More...
#include <plugininfo.h>
List of all members.
|
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
|
|
Type of plugin.
See pluginType for available types |
The documentation for this struct was generated from the following file:
|
|
|