#include <plugin.h>
Collaboration diagram for _PluginFunc:

Data Fields | |
| int | enabled |
| Enabling/disabling function flag. | |
| MSPlugin * | plugin |
| Plugin reference where the function is implemented. | |
| int | prio |
| Priority of function. | |
| PluginFuncType | type |
| Funtion type. | |
| int(* | AfterRestore )(Statement *stmt, void *private_data) |
| int(* | AfterSet )(PluginArg *arg, PluginResp *resp) |
| int(* | BeforeSet )(PluginArg *arg, PluginResp *resp) |
| int(* | GetFilter )(PluginArg *arg, PluginResp *resp) |
| int(* | GetGenerate )(PluginArg *arg, PluginResp *resp) |
| int(* | GetPost )(PluginArg *arg, PluginResp *resp) |
|
|
|
|
|
|
|
|
|
|
|
Enabling/disabling function flag.
|
|
|
|
|
|
|
|
|
|
|
|
Plugin reference where the function is implemented.
|
|
|
Priority of function.
|
|
|
Funtion type.
|
1.4.4