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

📄 fastdb_8h-source.html

📁 俄罗斯牛人KK的作品,著名的ORDBMS,这里上传最新的3.39版本源代码.希望了解对象关系数据库的同好,请不要错过.
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>fastdb.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.2.18 --><center><a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center><hr><h1>fastdb.h</h1><div class="fragment"><pre>00001 <span class="comment">//-&lt; FASTDB.H &gt;------------------------------------------------------*--------*</span>00002 <span class="comment">// FastDB                    Version 1.0         (c) 1999  GARRET    *     ?  *</span>00003 <span class="comment">// (Main Memory Database Management System)                          *   /\|  *</span>00004 <span class="comment">//                                                                   *  /  \  *</span>00005 <span class="comment">//                          Created:     20-Nov-98    K.A. Knizhnik  * / [] \ *</span>00006 <span class="comment">//                          Last update: 10-Dec-98    K.A. Knizhnik  * GARRET *</span>00007 <span class="comment">//-------------------------------------------------------------------*--------*</span>00008 <span class="comment">// Main header file</span>00009 00010 <span class="comment">//-------------------------------------------------------------------*--------*</span>00011 00012 <span class="preprocessor">#ifndef __FASTDB_H__</span>00013 <span class="preprocessor"></span><span class="preprocessor">#define __FASTDB_H__</span>00014 <span class="preprocessor"></span>00015 <span class="preprocessor">#define FASTDB_MAJOR_VERSION 3</span>00016 <span class="preprocessor"></span><span class="preprocessor">#define FASTDB_MINOR_VERSION 33</span>00017 <span class="preprocessor"></span><span class="preprocessor">#define FASTDB_VERSION (FASTDB_MAJOR_VERSION*100 + FASTDB_MINOR_VERSION)</span>00018 <span class="preprocessor"></span>00019 <span class="preprocessor">#include "database.h"</span>00020 <span class="preprocessor">#include "array.h"</span>00021 <span class="preprocessor">#include "query.h"</span>00022 <span class="preprocessor">#include "cursor.h"</span>00023 <span class="preprocessor">#include "datetime.h"</span>00024 <span class="preprocessor">#include "container.h"</span>00025 00026 <span class="preprocessor">#ifdef THROW_EXCEPTION_ON_ERROR</span>00027 <span class="preprocessor"></span><span class="preprocessor">#include "exception.h"</span>00028 <span class="preprocessor">#endif</span>00029 <span class="preprocessor"></span>00030 <span class="preprocessor">#endif</span></pre></div><hr><address style="align: right;"><small>Generated on Mon Oct 23 13:23:58 2006 for FastDB by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address></body></html>

⌨️ 快捷键说明

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