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::ParamClass Class Reference

Class implementing the Params property, which reimplements the TStrings *Params property of TIBDatabase. More...

#include <classVIBDatabase.h>

Public Member Functions

 ParamClass (Database *pParent)
 Construct the Params wrapper object with a pointer to its parent VIB::Database instance.
 
void Add (const std::string &str)
 Call Params->Add to add a parameter value to the database.
 

Protected Attributes

Databaseparent
 Pointer to containing VIB::Database instance.
 

Detailed Description

Class implementing the Params property, which reimplements the TStrings *Params property of TIBDatabase.

Member Function Documentation

void VIB::Database::ParamClass::Add ( const std::string &  str)

Call Params->Add to add a parameter value to the database.

Parameters
[in]strParameter string to add to the database, such as user_name=sysdba.
Note
Reimplements TStrings::Add

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