Data.DBXClient.TDBXClientCommand

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXCommandSystem.TObjectTDBXClientCommand

Delphi

TDBXClientCommand = class(TDBXCommand)

C++

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

Properties

Type Visibility Source Unit Parent
class public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient Data.DBXClient

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