Data.DB.TPSCommandType

From RAD Studio API Documentation
Jump to: navigation, search

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 };

Properties

Type Visibility Source Unit Parent
enum public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

Enumeration of command types.

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

See Also