![]() |
OceanBase Plugin Development Kit
OceanBase Plugin Development Kit
|
ob plugin description structure 更多...
#include <ob_plugin.h>
Public 属性 | |
const char * | author |
ObPluginVersion | version |
library version for the plugin | |
const char * | license |
The license of the plugin. | |
int(* | init )(ObPluginParamPtr param) |
The plugin init function, NULL if no need | |
int(* | deinit )(ObPluginParamPtr param) |
The plugin deinit function, NULL if no need | |
ob plugin description structure
在文件 ob_plugin.h 第 134 行定义.
const char* _ObPlugin::author |
在文件 ob_plugin.h 第 136 行定义.
int(* _ObPlugin::deinit) (ObPluginParamPtr param) |
The plugin deinit function, NULL if no need
在文件 ob_plugin.h 第 150 行定义.
int(* _ObPlugin::init) (ObPluginParamPtr param) |
The plugin init function, NULL if no need
在文件 ob_plugin.h 第 144 行定义.
const char* _ObPlugin::license |
ObPluginVersion _ObPlugin::version |
library version for the plugin
在文件 ob_plugin.h 第 137 行定义.