Data.DB.IProviderSupport.PSGetCommandType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PSGetCommandType: TPSCommandType;

C++

virtual TPSCommandType __fastcall PSGetCommandType _DEPRECATED_ATTRIBUTE0 () = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB IProviderSupport

Description

Warning: PSGetCommandType is deprecated. Please use IProviderSupportNG.

Gets the command type to be executed by PSExecute.

PSGetCommandType gets the command type executed by PSExecute. The type may be a type of SQL command or other command types, such as stored procedures.

See Also