![]() |
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 第 135 行定义.
const char* _ObPlugin::author |
在文件 ob_plugin.h 第 137 行定义.
int(* _ObPlugin::deinit) (ObPluginParamPtr param) |
The plugin deinit function, NULL if no need
在文件 ob_plugin.h 第 151 行定义.
int(* _ObPlugin::init) (ObPluginParamPtr param) |
The plugin init function, NULL if no need
在文件 ob_plugin.h 第 145 行定义.
const char* _ObPlugin::license |
ObPluginVersion _ObPlugin::version |
library version for the plugin
在文件 ob_plugin.h 第 138 行定义.