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

GIS编程

开发平台:

Visual C++

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