ICommandTextImpl Class

Provides an implementation for the ICommandText interface.

template <class T >
class ATL_NO_VTABLE ICommandTextImpl 
   : public ICommandImpl<T, ICommandText>

Parameters

  • T
    The command class derived from ICommandTextImpl.

Remarks

A mandatory interface on commands.

Requirements

Header: altdb.h

See Also

Concepts

OLE DB Provider Templates (C+)

The OLE DB Provider Template Architecture

Other Resources

ICommandTextImpl Members