VisualIB
1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
|
Class implementing the DBParamByDPB property, which reimplements the AnsiString DBParamByDPB[int Idx]
property of TIBDatabase.
More...
#include <classVIBDatabase.h>
Public Member Functions | |
DBParamClass (Database *pParent) | |
std::string | operator[] (int i) |
Return the DBParam at the indicated DPB index. | |
Protected Attributes | |
Database * | parent |
Pointer to containing VIB::Database instance. | |
Class implementing the DBParamByDPB property, which reimplements the AnsiString DBParamByDPB[int Idx]
property of TIBDatabase.
std::string VIB::Database::DBParamClass::operator[] | ( | int | i | ) |
Return the DBParam at the indicated DPB index.
The index is an InterBase API-specific value such as isc_dpb_user_name
.