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::Database::DBParamClass Class Reference

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

Databaseparent
 Pointer to containing VIB::Database instance.
 

Detailed Description

Class implementing the DBParamByDPB property, which reimplements the AnsiString DBParamByDPB[int Idx] property of TIBDatabase.

Member Function Documentation

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.


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