Data.DBXCommon.TDBXContext

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDBXContext

Delphi

TDBXContext = class

C++

class PASCALIMPLEMENTATION TDBXContext : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

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.

See Also