代码拉取完成,页面将自动刷新
同步操作将从 leegoobin/AutoPHS 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#if !defined(AFX__RECORDSET_H__2C10F223_CEDD_11D5_AE99_00D00961973B__INCLUDED_)
#define AFX__RECORDSET_H__2C10F223_CEDD_11D5_AE99_00D00961973B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
// Dispatch interfaces referenced by this interface
class CProperties;
class CFields;
/////////////////////////////////////////////////////////////////////////////
// C_Recordset wrapper class
class C_Recordset : public COleDispatchDriver
{
public:
C_Recordset() {} // Calls COleDispatchDriver default constructor
C_Recordset(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
C_Recordset(const C_Recordset& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
CProperties GetProperties();
long GetAbsolutePosition();
void SetAbsolutePosition(long nNewValue);
void SetRefActiveConnection(LPDISPATCH newValue);
void SetActiveConnection(const VARIANT& newValue);
VARIANT GetActiveConnection();
BOOL GetBof();
VARIANT GetBookmark();
void SetBookmark(const VARIANT& newValue);
long GetCacheSize();
void SetCacheSize(long nNewValue);
long GetCursorType();
void SetCursorType(long nNewValue);
BOOL GetEof();
CFields GetFields();
long GetLockType();
void SetLockType(long nNewValue);
long GetMaxRecords();
void SetMaxRecords(long nNewValue);
long GetRecordCount();
void SetRefSource(LPDISPATCH newValue);
void SetSource(LPCTSTR lpszNewValue);
VARIANT GetSource();
void AddNew(const VARIANT& FieldList, const VARIANT& Values);
void CancelUpdate();
void Close();
void Delete(long AffectRecords);
VARIANT GetRows(long Rows, const VARIANT& Start, const VARIANT& Fields);
void Move(long NumRecords, const VARIANT& Start);
void MoveNext();
void MovePrevious();
void MoveFirst();
void MoveLast();
void Open(const VARIANT& Source, const VARIANT& ActiveConnection, long CursorType, long LockType, long Options);
void Requery(long Options);
void Update(const VARIANT& Fields, const VARIANT& Values);
long GetAbsolutePage();
void SetAbsolutePage(long nNewValue);
long GetEditMode();
VARIANT GetFilter();
void SetFilter(const VARIANT& newValue);
long GetPageCount();
long GetPageSize();
void SetPageSize(long nNewValue);
CString GetSort();
void SetSort(LPCTSTR lpszNewValue);
long GetStatus();
long GetState();
void UpdateBatch(long AffectRecords);
void CancelBatch(long AffectRecords);
long GetCursorLocation();
void SetCursorLocation(long nNewValue);
C_Recordset NextRecordset(VARIANT* RecordsAffected);
BOOL Supports(long CursorOptions);
long GetMarshalOptions();
void SetMarshalOptions(long nNewValue);
void Find(LPCTSTR Criteria, long SkipRecords, long SearchDirection, const VARIANT& Start);
void Cancel();
LPUNKNOWN GetDataSource();
void SetRefDataSource(LPUNKNOWN newValue);
LPDISPATCH GetActiveCommand();
void SetStayInSync(BOOL bNewValue);
BOOL GetStayInSync();
CString GetString(long StringFormat, long NumRows, LPCTSTR ColumnDelimeter, LPCTSTR RowDelimeter, LPCTSTR NullExpr);
CString GetDataMember();
void SetDataMember(LPCTSTR lpszNewValue);
long CompareBookmarks(const VARIANT& Bookmark1, const VARIANT& Bookmark2);
C_Recordset Clone(long LockType);
void Resync(long AffectRecords, long ResyncValues);
void Seek(const VARIANT& KeyValues, long SeekOption);
void SetIndex(LPCTSTR lpszNewValue);
CString GetIndex();
void Save(const VARIANT& Destination, long PersistFormat);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX__RECORDSET_H__2C10F223_CEDD_11D5_AE99_00D00961973B__INCLUDED_)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。