AprioriSet.h
上传用户:zscyanite
上传日期:2022-07-25
资源大小:4947k
文件大小:1k
开发平台:

Visual C++

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