motable.h
上传用户:qinfarui
上传日期:2022-08-10
资源大小:362k
文件大小:2k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOTABLE_H__680F9A82_BEF1_4799_8F2F_7C548A530B08__INCLUDED_)
  2. #define AFX_MOTABLE_H__680F9A82_BEF1_4799_8F2F_7C548A530B08__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. // Dispatch interfaces referenced by this interface
  10. class CMoRecordset;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMoTable wrapper class
  13. class CMoTable : public COleDispatchDriver
  14. {
  15. public:
  16. CMoTable() {} // Calls COleDispatchDriver default constructor
  17. CMoTable(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CMoTable(const CMoTable& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. CString GetUser();
  22. void SetUser(LPCTSTR);
  23. CString GetPassword();
  24. void SetPassword(LPCTSTR);
  25. CString GetDatabase();
  26. void SetDatabase(LPCTSTR);
  27. CString GetName();
  28. void SetName(LPCTSTR);
  29. CMoRecordset GetRecords();
  30. void SetRecords(LPDISPATCH);
  31. CString GetServer();
  32. void SetServer(LPCTSTR);
  33. // Operations
  34. public:
  35. CMoRecordset SearchExpression(LPCTSTR expression);
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_MOTABLE_H__680F9A82_BEF1_4799_8F2F_7C548A530B08__INCLUDED_)