Skip to content

Latest commit

 

History

History
79 lines (65 loc) · 1.95 KB

File metadata and controls

79 lines (65 loc) · 1.95 KB
title CNoRowset Class | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
ATL.CNoRowset
ATL::CNoRowset<TAccessor>
CNoRowset
ATL.CNoRowset<TAccessor>
ATL::CNoRowset
dev_langs
C++
helpviewer_keywords
CNoRowset class
ms.assetid 55c6c7a4-9e3a-4775-a2dd-c8b333012fa6
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

CNoRowset Class

Can be used as a template argument (TRowset) for CCommand or CTable.

Syntax

template <class TAccessor = CAccessorBase>  
class CNoRowset  

Parameters

TAccessor
An accessor class. The default is CAccessorBase.

Remarks

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 (returns S_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.

Requirements

Header: atldbcli.h

See Also

OLE DB Consumer Templates
OLE DB Consumer Templates Reference