⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dbmethodmodule.h

📁 bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编写的快速数据提取层应用软件
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -