CProcedures, CProcedureInfo

Call the typedef class CProcedures to implement its parameter class CProcedureInfo.

Remarks

See Schema Rowset Classes and Typedef Classes for more information on using typedef classes.

This class identifies the procedures, defined in the catalog, that are owned by a given user.

The following table lists the class data members and their corresponding OLE DB Columns. See PROCEDURES Rowset in the OLE DB Programmer's Reference for more information about the schema and columns.

Data members

OLE DB columns

m_szCatalog

PROCEDURE_CATALOG

m_szSchema

PROCEDURE_SCHEMA

m_szName

PROCEDURE_NAME

m_nType

PROCEDURE_TYPE

m_szDefinition

PROCEDURE_DEFINITION

m_szDescription

DESCRIPTION

Requirements

Header: atldbsch.h

See Also

Reference

CRestrictions Class