CCommand Members

Methods

Close

Closes the current command.

GetNextResult

Fetches the next result when using multiple result sets.

Open

Executes and optionally binds the command.

Inherited Methods

Create

Creates a new command for the specified session, then sets the command text.

CreateCommand

Creates a new command.

GetParameterInfo

Gets a list of the command's parameters, their names, and their types.

Prepare

Validates and optimizes the current command.

ReleaseCommand

Releases the parameter accessor if necessary, then releases the command.

SetParameterInfo

Specifies the native type of each command parameter.

Unprepare

Discards the current command execution plan.

See Also

Reference

CCommand Class