Data2Set.h
上传用户:y440e3
上传日期:2010-03-08
资源大小:200k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_)
  2. #define AFX_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Data2Set.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CData2Set recordset
  10. #include "databaseset.h"
  11. class CData2Set : public CDataBaseSet
  12. {
  13. public:
  14. CData2Set(CDatabase* pDatabase = NULL);
  15. DECLARE_DYNAMIC(CData2Set)
  16. // Field/Param Data
  17. //{{AFX_FIELD(CData2Set, CRecordset)
  18. int m_database_id;
  19. long m_record_id;
  20. int m_graph_id;
  21. long m_element_id;
  22. //}}AFX_FIELD
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CData2Set)
  26. public:
  27. virtual CString GetDefaultConnect();    // Default connection string
  28. virtual CString GetDefaultSQL();    // Default SQL for Recordset
  29. virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support
  30. //}}AFX_VIRTUAL
  31. virtual int GetID();
  32. // Implementation
  33. #ifdef _DEBUG
  34. virtual void AssertValid() const;
  35. virtual void Dump(CDumpContext& dc) const;
  36. #endif
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_)