IOpenRowsetImpl Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at IOpenRowsetImpl Class.

Provides implementation for the IOpenRowset interface.

template <class SessionClass>  
class IOpenRowsetImpl : public IOpenRowset  

Parameters

SessionClass
Your class, derived from IOpenRowsetImpl.

Methods

CreateRowsetCreates a rowset object. Not called directly by user.
OpenRowsetOpens and returns a rowset that includes all rows from a single base table or index. (Not in ATLDB.H)

The IOpenRowset interface is mandatory for a session object. It opens and returns a rowset that includes all rows from a single base table or index.

Header: atldb.h

OLE DB Provider Templates
OLE DB Provider Template Architecture

Show: