VisualIB
1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
|
Property implementation class for the Databases property. More...
#include <classVIBTransaction.h>
Public Member Functions | |
DatabasesClass (Transaction *pParent) | |
Construct the Databases property wrapper object. | |
VIBDatabase * | operator[] (int i) |
Access the database at the given index, as would be returned by FindDatabase. | |
Protected Attributes | |
Transaction * | parent |
Pointer to parent VIB::Transaction instance. | |
Property implementation class for the Databases property.
|
inline |
Construct the Databases property wrapper object.
[in] | pParent | Pointer to the parent VIB::Transaction instance. |
VIBDatabase * VIB::Transaction::DatabasesClass::operator[] | ( | int | i | ) |
Access the database at the given index, as would be returned by FindDatabase.