Data.DB.TPSCommandType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TPSCommandType = (ctUnknown, ctQuery, ctTable, ctStoredProc, ctServerMethod, ctSelect,
ctInsert, ctUpdate, ctDelete, ctDDL);

C++

enum DECLSPEC_DENUM TPSCommandType : unsigned char { ctUnknown, ctQuery, ctTable, ctStoredProc, ctServerMethod, ctSelect, ctInsert, ctUpdate, ctDelete, ctDDL };

Description

Enumeration of command types.

TPSCommandType is an enumeration of command types. TPSCommandType is related to the TDataSet.PSGetCommandType method.

See Also