Main Page   Class Hierarchy   Compound List   File List   Compound Members  

fastdb.h

00001 //-< FASTDB.H >------------------------------------------------------*--------*
00002 // FastDB                    Version 1.0         (c) 1999  GARRET    *     ?  *
00003 // (Main Memory Database Management System)                          *   /\|  *
00004 //                                                                   *  /  \  *
00005 //                          Created:     20-Nov-98    K.A. Knizhnik  * / [] \ *
00006 //                          Last update: 10-Dec-98    K.A. Knizhnik  * GARRET *
00007 //-------------------------------------------------------------------*--------*
00008 // Main header file
00009 
00010 //-------------------------------------------------------------------*--------*
00011 
00012 #ifndef __FASTDB_H__
00013 #define __FASTDB_H__
00014 
00015 #define FASTDB_MAJOR_VERSION 3
00016 #define FASTDB_MINOR_VERSION 33
00017 #define FASTDB_VERSION (FASTDB_MAJOR_VERSION*100 + FASTDB_MINOR_VERSION)
00018 
00019 #include "database.h"
00020 #include "array.h"
00021 #include "query.h"
00022 #include "cursor.h"
00023 #include "datetime.h"
00024 #include "container.h"
00025 
00026 #ifdef THROW_EXCEPTION_ON_ERROR
00027 #include "exception.h"
00028 #endif
00029 
00030 #endif

Generated on Mon Oct 23 13:23:58 2006 for FastDB by doxygen1.2.18