Data2Set.h
上传用户:y440e3
上传日期:2010-03-08
资源大小:200k
文件大小:1k
- #if !defined(AFX_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_)
- #define AFX_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Data2Set.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CData2Set recordset
- #include "databaseset.h"
- class CData2Set : public CDataBaseSet
- {
- public:
- CData2Set(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CData2Set)
- // Field/Param Data
- //{{AFX_FIELD(CData2Set, CRecordset)
- int m_database_id;
- long m_record_id;
- int m_graph_id;
- long m_element_id;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CData2Set)
- public:
- virtual CString GetDefaultConnect(); // Default connection string
- virtual CString GetDefaultSQL(); // Default SQL for Recordset
- virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
- //}}AFX_VIRTUAL
- virtual int GetID();
- // Implementation
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_)