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