Data.DB.TPSCommandType

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

Enumération de types de commande.

TPSCommandType est une énumération de types de commande. TPSCommandType est associé à la méthode TDataSet.PSGetCommandType.

Voir aussi