Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

dbCollection.h

Go to the documentation of this file.
00001 /*************************************************************************** 00002 * 00003 * $Id: dbCollection.h,v 1.1 2000/03/28 17:03:19 porter Exp $ 00004 * 00005 * Author: R. Jeff Porter 00006 *************************************************************************** 00007 * 00008 * Description: Simple table definition of a named collection for 00009 * timestamped collection access (e.g. in Conditions) 00010 * 00011 *************************************************************************** 00012 * 00013 * $Log: dbCollection.h,v $ 00014 * Revision 1.1 2000/03/28 17:03:19 porter 00015 * Several upgrades: 00016 * 1. configuration by timestamp for Conditions 00017 * 2. query by whereClause made more systematic 00018 * 3. conflict between db-stored comments & number lists resolved 00019 * 4. ensure endtime is correct for certain query falures 00020 * 5. dbstl.h->handles ObjectSpace & RogueWave difference (Online vs Offline) 00021 * 00022 * 00023 **************************************************************************/ 00024 #ifndef DBCOLLECTION_HH 00025 #define DBCOLLECTION_HH 00026 00027 00028 struct dbCollection { 00029 00030 char name[64]; // name of the collection 00031 00032 }; 00033 00034 #endif 00035

Generated on Thu Aug 24 14:45:24 2006 for Doxygen by doxygen 1.3.7