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

📄 dbobjectdel.h

📁 bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编写的快速数据提取层应用软件
💻 H
字号:
/* dbobjectdel.h * Andrew Hill - treshna Enterprises Ltd * This is designed to allow you to delete objects, and specifically the objects inside objects.  */#ifndef dbobjectdel_h#define dbobjectdel_h#include "dbheader.h"#include "dbgather.h"/* A list of objects that are to be deleted. Aswell as how it is obtained */typedef struct	{	GList *creflist;	GList *objlist;	} DbDeleteList;gint db_del_objectrec(Object *referent, DbUniqueId *objid);void db_del_cleanup(DbDeleteList * dellist);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -