Data.DBXCommon.TDBXMorphicCommand

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXMorphicCommand = class(TDBXCommand)
C++
class PASCALIMPLEMENTATION TDBXMorphicCommand : public TDBXCommand
Description
Used by driver implementations to morph from one command type to another.
TDBXMorphicCommand is used by driver implementations to morph from one command type to another through delegation.