dbmethodmodule.h
来自「bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编」· C头文件 代码 · 共 23 行
H
23 行
#ifndef bondmethod_h#define bondmethod_hgbooleandb_method_module_init (const gchar *pluginPath, const gchar *pluginName);gbooleandb_method_module_cleanup ();gchar *db_method_module_get_module_name ();gbooleandb_method_module_execute(Object *obj, gchar *funcname, GList *arglist, gpointer * retval);DbMethodDef *db_method_module_find(gchar * callbackname);GList *db_method_module_get_all_methods();#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?