Data.DB.TPSCommandType

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
enum public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

説明

コマンド タイプの列挙型です。

TPSCommandType は、コマンド タイプの列挙型です。 TPSCommandType は、TDataSet.PSGetCommandType メソッドと関係しています。

関連項目