DB.TPSCommandType

From RAD Studio VCL Reference
Jump to: navigation, search

Delphi Information

From DB.pas

TPSCommandType = {
	ctUnknown,
	ctQuery,
	ctTable,
	ctStoredProc,
	ctServerMethod,
	ctSelect,
	ctInsert,
	ctUpdate,
	ctDelete,
	ctDDL
};


Unit: DB

Type: enum

C++ Information

From DB.hpp

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


Unit: DB

Type: enum


Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!

Personal tools
Translations
Newest Version