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

📄 samples.h

📁 eXtremeDB数据库在Linux平台下的使用源码。内含多个示例程序
💻 H
字号:
/************************************************************ *                                                          * * Copyright (c) 2001-2007 McObject LLC. All Right Reserved.* *                                                          * ************************************************************//* Common defines used throughout sample code */#ifndef SAMPLES_H_#define SAMPLES_H_#include "simple.h"#define NUMOBJECTS    10/*  * Function prototypes */void    showMem(mco_db_h db);int     newobj(mco_db_h db, int id0, uint4 vh);void    cursor(mco_db_h db);void    showStat(mco_db_h db, uint2 class_code);int     find_and_delete(mco_db_h db, uint4 vh);void    showStat(mco_db_h db, uint2 class_code);#endif											  /* SAMPLES_H */

⌨️ 快捷键说明

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