Datasnap.DSCommonServer.TDSDefaultCommandHandler.DbxExecute
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: TDSDefaultCommandHandler |
Delphi
procedure DbxExecute(const Message: TDBXExecuteMessage); override;
C++
virtual void __fastcall DbxExecute(Data::Dbxmessagehandlercommon::TDBXExecuteMessage* const Message);
Description
Executes a specific DBX command.
The DbxExecute method executes a DBX command specified through the Message
parameter. DbxExecute can only execute the GetDatabase
command.
As an effect of the GetDatabase
command's execution, a TDBXReader
instance is returned with a single row of database-specific metadata.