Data1Set.h
上传用户:yklx818
上传日期:2013-04-13
资源大小:459k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. // Data1Set.h : interface of the CData1Set class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_DATA1SET_H__693FBB74_D731_45E1_B7C1_5632DD5B6808__INCLUDED_)
  5. #define AFX_DATA1SET_H__693FBB74_D731_45E1_B7C1_5632DD5B6808__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CData1Set : public CRecordset
  10. {
  11. public:
  12. CData1Set(CDatabase* pDatabase = NULL);
  13. DECLARE_DYNAMIC(CData1Set)
  14. // Field/Param Data
  15. //{{AFX_FIELD(CData1Set, CRecordset)
  16. long m_only_id;
  17. CString m_city_name;
  18. long m_population;
  19. long m_area;
  20. long m_industry;
  21. CString m_translate;
  22. CString m_enviroment;
  23. //}}AFX_FIELD
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CData1Set)
  27. public:
  28. virtual CString GetDefaultConnect(); // Default connection string
  29. virtual CString GetDefaultSQL();  // default SQL for Recordset
  30. virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
  31. //}}AFX_VIRTUAL
  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_DATA1SET_H__693FBB74_D731_45E1_B7C1_5632DD5B6808__INCLUDED_)