field.h
上传用户:biney012
上传日期:2022-05-09
资源大小:4592k
文件大小:2k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_FIELD_H__284CDF34_D77A_4538_9790_62AA03CABA04__INCLUDED_)
  2. #define AFX_FIELD_H__284CDF34_D77A_4538_9790_62AA03CABA04__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 CProperties;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CField wrapper class
  13. class CField : public COleDispatchDriver
  14. {
  15. public:
  16. CField() {} // Calls COleDispatchDriver default constructor
  17. CField(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CField(const CField& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. // Operations
  22. public:
  23. CProperties GetProperties();
  24. long GetActualSize();
  25. long GetAttributes();
  26. long GetDefinedSize();
  27. CString GetName();
  28. long GetType();
  29. VARIANT GetValue();
  30. void SetValue(const VARIANT& newValue);
  31. // method 'GetPrecision' not emitted because of invalid return type or parameter type
  32. // method 'GetNumericScale' not emitted because of invalid return type or parameter type
  33. void AppendChunk(const VARIANT& Data);
  34. VARIANT GetChunk(long Length);
  35. VARIANT GetOriginalValue();
  36. VARIANT GetUnderlyingValue();
  37. LPUNKNOWN GetDataFormat();
  38. void SetRefDataFormat(LPUNKNOWN newValue);
  39. // method 'SetPrecision' not emitted because of invalid return type or parameter type
  40. // method 'SetNumericScale' not emitted because of invalid return type or parameter type
  41. void SetType(long nNewValue);
  42. void SetDefinedSize(long nNewValue);
  43. void SetAttributes(long nNewValue);
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_FIELD_H__284CDF34_D77A_4538_9790_62AA03CABA04__INCLUDED_)