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 #ifndef __FASTDB_H__
00012 #define __FASTDB_H__
00013 
00014 #define FASTDB_MAJOR_VERSION 2
00015 #define FASTDB_MINOR_VERSION 53
00016 #define FASTDB_VERSION (FASTDB_MAJOR_VERSION*100 + FASTDB_MINOR_VERSION)
00017 
00018 #include "database.h"
00019 #include "array.h"
00020 #include "query.h"
00021 #include "cursor.h"
00022 #include "datetime.h"
00023 #include "container.h"
00024 
00025 #ifdef THROW_EXCEPTION_ON_ERROR
00026 #include "exception.h"
00027 #endif
00028 
00029 #endif

Generated on Fri Nov 15 21:06:29 2002 for FastDB by doxygen1.2.15