IOpenRowsetImpl Class
Provides implementation for the IOpenRowset interface.
template <class SessionClass>
class IOpenRowsetImpl : public IOpenRowset
Parameters
- SessionClass
Your class, derived from IOpenRowsetImpl.
Members
Methods
Creates a rowset object. Not called directly by user. |
|
Opens and returns a rowset that includes all rows from a single base table or index. (Not in ATLDB.H) |
Remarks
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.
Requirements
Header: atldb.h