| description | Learn more about: CNoRowset Class | |||||
|---|---|---|---|---|---|---|
| title | CNoRowset Class | |||||
| ms.date | 11/04/2016 | |||||
| f1_keywords |
|
|||||
| helpviewer_keywords |
|
|||||
| ms.assetid | 55c6c7a4-9e3a-4775-a2dd-c8b333012fa6 |
Can be used as a template argument (TRowset) for CCommand or CTable.
template <class TAccessor = CAccessorBase>
class CNoRowsetTAccessor
An accessor class. The default is CAccessorBase.
Use CNoRowset as a template argument if the command does not return a rowset.
CNoRowset implements the following stub methods, each of which correspond to other accessor class methods:
-
BindFinished- Indicates when binding is complete (returnsS_OK). -
Close- Releases rows and the current IRowset interface. -
GetIID- Retrieves the interface ID of a connection point. -
GetInterface- Retrieves an interface. -
GetInterfacePtr- Retrieves an encapsulated interface pointer. -
SetAccessor- Sets a pointer to the accessor. -
SetupOptionalRowsetInterfaces- Sets up optional interfaces for the rowset.
Header: atldbcli.h
OLE DB Consumer Templates
OLE DB Consumer Templates Reference