CCommand Class Members

Methods

Ccommand Constructor.
Open Executes and optionally binds the command.
GetNextResult Fetches the next result when using multiple result sets.

Inherited Methods

CreateCommand Creates a new command.
Prepare Validates and optimizes the current command.
Unprepare Discards the current command execution plan.
Create Creates a new command for the specified session, then sets the command text.
ReleaseCommand Releases the parameter accessor if necessary, then releases the command.
GetParameterInfo Gets a list of the command's parameters, their names, and their types.
SetParameterInfo Specifies the native type of each command parameter.

CCommand Overview