다음을 통해 공유


IOpenRowsetImpl 클래스

Provides implementation for the IOpenRowset interface.

template <class SessionClass>
class IOpenRowsetImpl : public IOpenRowset

매개 변수

  • SessionClass
    Your class, derived from IOpenRowsetImpl.

멤버

메서드

CreateRowset

Creates a rowset object. Not called directly by user.

OpenRowset

Opens 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 공급자 템플릿(C++)

OLE DB 공급자 템플릿 구조