Data.DBXCommon.TDBXCommandTypes

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXCommandTypes = class
C++
class PASCALIMPLEMENTATION TDBXCommandTypes : public System::TObject
Description
Type of command to be executed by a TDBXCommand
This class provides the types of commands that can be executed against a database using an instance of TDBXCommand.
This table lists the commands.
Constant | Description |
---|---|
DbxSQL |
Used for any SQL statement including selects, inserts, updates, deletes, and so on. |
DbxStoredProcedure |
Used for any stored procedure. |
DbxTable |
Used to retrieve all rows and columns of a table. |
DbxMetaData |
Used to retrieve metadata objects such as tables and columns that are accessible from a TDBXConnection. |
DbxCommand |
Deprecated. Do not use. |
DbxPool |
Command type for TDBXPool delegate driver commands. |
DSServerMethod |
Command type for DataSnap server method commands. |