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

GIS编程

开发平台:

Visual C++

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