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

📄 dboo.h

📁 bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编写的快速数据提取层应用软件
💻 H
字号:
#ifndef __dboo_h#define __dboo_h/* Note, this does not have much to do with Object inheretence, but more so joining	together objects to create bigger objects *//* The purpose of this is to extend the functionality of the base dbobject to be	be able to better support reports and complex forms which need to reference fields 	across many different tables.  The old way of mapping objects to object, while	working is slow and not really designed well. 		A GList of OOFields and a GList of OOPaths needs to be stored for every object.*/#include "dbpath.h"#include "dboosql.h"/*=====================================================================================*//* Some other stuff that this function may include, but I havn't thought about it * in great detail. *  *  * Work out the base name for a class.  this is the table/classname that is the root. */ #endif

⌨️ 快捷键说明

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