Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.DbxPrepare
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: TDSDefaultDatabaseConnectionHandler |
Delphi
procedure DbxPrepare(const Message: TDBXPrepareMessage); override;
C++
virtual void __fastcall DbxPrepare(Data::Dbxmessagehandlercommon::TDBXPrepareMessage* const Message);
Description
Does nothing in this implementation.
The DbxPrepare method does nothing as implemented in the TDSDefaultDatabaseConnectionHandler class.