dboo.h
来自「bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编」· C头文件 代码 · 共 28 行
H
28 行
#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 + =
减小字号Ctrl + -
显示快捷键?