Data.DBXClient.TDBXClientCommand

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXCommandSystem.TObjectTDBXClientCommand
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: Data.DBXClient

Delphi

TDBXClientCommand = class(TDBXCommand)

C++

class PASCALIMPLEMENTATION TDBXClientCommand : public Data::Dbxcommon::TDBXCommand

Description

Class to execute SQL statements and stored procedures for a DataSnap application.

TDBXClientCommand is the type of TDBXCommand that supports DataSnap. This class is used internally; you do not need to use it directly.

TDBXClientCommand can also execute other types of commands. The TDBXCommandTypes class lists constants for common command types.

TDBXClientCommand instances can be created by calling one of the CreateCommand methods if the connection is a Datasnap connection.

See Also