Data.DBXClient.TDBXClientCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Data.DBXCommon.TDBXCommandSystem.TObjectTDBXClientCommand

Delphi

TDBXClientCommand = class(TDBXCommand)

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
class public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient Data.DBXClient


Description

Classe pour l'exécution d'instructions SQL et de procédures stockées pour une application DataSnap.

TDBXClientCommand est le type de TDBXCommand qui supporte DataSnap. Cette classe est utilisée en interne. Vous n'avez pas besoin de l'utiliser directement.

TDBXClientCommand peut aussi exécuter d'autres types de commandes. La classe TDBXCommandTypes liste les constantes des types de commandes communs.

Des instances de TDBXClientCommand peuvent être créées en appelant l'une des méthodes CreateCommand si la connexion est une connexion Datasnap.

Voir aussi