IOpenRowsetImpl

template <class SessionClass**>
class ATL_NO_VTABLE IOpenRowsetImpl : public IOpenRowset**

Parameters

SessionClass

Your class, derived from IOpenRowsetImpl.

Remarks

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

#include <atldb.h>

Class Members

See Also

Using the OLE DB Provider Templates, The OLE DB Provider Architecture