fields.h
上传用户:latoyin
上传日期:2017-10-19
资源大小:2882k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_FIELDS_H__B6D9E530_0231_4E70_BB52_C3AFC9A99BBD__INCLUDED_)
  2. #define AFX_FIELDS_H__B6D9E530_0231_4E70_BB52_C3AFC9A99BBD__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 CField;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CFields wrapper class
  13. class CFields : public COleDispatchDriver
  14. {
  15. public:
  16. CFields() {} // Calls COleDispatchDriver default constructor
  17. CFields(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CFields(const CFields& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. // Operations
  22. public:
  23. long GetCount();
  24. void Refresh();
  25. CField GetItem(const VARIANT& Index);
  26. void Delete(const VARIANT& Index);
  27. void Append(LPCTSTR Name, long Type, long DefinedSize, long Attrib, const VARIANT& FieldValue);
  28. void Update();
  29. void Resync(long ResyncValues);
  30. void CancelUpdate();
  31. };
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  34. #endif // !defined(AFX_FIELDS_H__B6D9E530_0231_4E70_BB52_C3AFC9A99BBD__INCLUDED_)