VisualIB  1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
VIB::Transaction::DatabasesClass Class Reference

Property implementation class for the Databases property. More...

#include <classVIBTransaction.h>

Public Member Functions

 DatabasesClass (Transaction *pParent)
 Construct the Databases property wrapper object.
 
VIBDatabaseoperator[] (int i)
 Access the database at the given index, as would be returned by FindDatabase.
 

Protected Attributes

Transactionparent
 Pointer to parent VIB::Transaction instance.
 

Detailed Description

Property implementation class for the Databases property.

Constructor & Destructor Documentation

VIB::Transaction::DatabasesClass::DatabasesClass ( Transaction pParent)
inline

Construct the Databases property wrapper object.

Parameters
[in]pParentPointer to the parent VIB::Transaction instance.

Member Function Documentation

VIBDatabase * VIB::Transaction::DatabasesClass::operator[] ( int  i)

Access the database at the given index, as would be returned by FindDatabase.

Note
Reimplements Databases::operator []
API Difference - The returned object is a VIBDatabase instance. The corresponding TIBDatabase is hidden by the VisualIB C API abstraction.

The documentation for this class was generated from the following files: