RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXContext Class

Context information for a connection.

Pascal
TDBXContext = class;
C++
class TDBXContext;

DBXCommon

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!