![]() |
Developers ManualProject homepage |
00001 00041 #if !defined(O3DBI_O3DBITIMESTAMP_H) 00042 #define O3DBI_O3DBITIMESTAMP_H 00043 00044 #if _MSC_VER > 1000 00045 #pragma once 00046 #endif // _MSC_VER > 1000 00047 00048 #include "O3DBIDate.h" 00049 00055 class O3DBITimestamp : public O3DBIDate 00056 { 00057 public: 00058 O3DBITimestamp(); 00059 virtual ~O3DBITimestamp(); 00060 00061 public: 00062 bool operator==(const O3DBITimestamp& other) const; 00063 virtual TO3DBIString ToString(void) const; 00064 }; 00065 00066 #endif // !defined(O3DBI_O3DBITIMESTAMP_H)
|
Generated on Sun Jan 23 11:36:35 2005 for Oracle Object Oriented Database Interface (O3DBI) by
![]() |