Поделиться через


IRowsetCreatorImpl Class

Performs the same functions as IObjectWithSite but also enables the OLE DB properties DBPROPCANSCROLLBACKWARDS DBPROPCANFETCHBACKWARDS.

template < class T >
class ATL_NO_VTABLE IRowsetCreatorImpl 
   : public IObjectWithSiteImpl< T >

Параметры

  • T
    A class derived from IRowsetCreator.

Заметки

This class inherits from IObjectWithSite and overrides IObjectWithSite::SetSite. When a provider command or session object creates a rowset, it calls QueryInterface on the rowset object looking for IObjectWithSite and calls SetSite passing the rowset object's IUnkown interface as the site interface.

Требования

Header: atldb.h

См. также

Основные понятия

IRowsetCreatorImpl Members

OLE DB Provider Templates (C++)

The OLE DB Provider Template Architecture