Data.DBXCommon.TDBXContext

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXContext = class
C++
class PASCALIMPLEMENTATION TDBXContext : public System::TObject
Description
Context information for a connection.
This class holds context information mostly of use to dbExpress driver writers. Access to a TDBXContext instance should not be provided to applications using the dbExpress driver framework. A TDBXContext instance contains members that need to be shared across a single TDBXConnection and all of its related objects, such as a TDBXCommand or a TDBXReader. All objects created directly or indirectly from a TDBXConnection use the same instance of TDBXContext as the TDBXConnection that created them.