| title | CAccessorRowset Class | Microsoft Docs | |||
|---|---|---|---|---|
| ms.custom | ||||
| ms.date | 11/04/2016 | |||
| ms.reviewer | ||||
| ms.suite | ||||
| ms.technology |
|
|||
| ms.tgt_pltfrm | ||||
| ms.topic | article | |||
| f1_keywords |
|
|||
| dev_langs |
|
|||
| helpviewer_keywords |
|
|||
| ms.assetid | bd4f58ed-cebf-4d43-8985-1e5fcbf06953 | |||
| caps.latest.revision | 12 | |||
| author | mikeblome | |||
| ms.author | mblome | |||
| manager | ghogen |
Encapsulates a rowset and its associated accessors in a single class.
template <
class TAccessor = CNoAccessor,
template <typename T> class TRowset = CRowset
>
class CAccessorRowset :
public TAccessor,
public TRowset<TAccessor>
TAccessor
An accessor class.
TRowset
A rowset class.
| Bind | Creates bindings (used when bBind is specified as false in CCommand::Open). |
| CAccessorRowset | Constructor. |
| Close | Closes the rowset and any accessors. |
| FreeRecordMemory | Frees any columns in the current record that need to be freed. |
| GetColumnInfo | Implements IColumnsInfo::GetColumnInfo. |
Class TAccessor manages the accessor. Class TRowset manages the rowset.
Header: atldbcli.h
OLE DB Consumer Templates
OLE DB Consumer Templates Reference