VisualIB
1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
|
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 | |
Database * | parent |
Pointer to containing VIB::Database instance. | |
Class implementing the Params property, which reimplements the TStrings *Params
property of TIBDatabase.
void VIB::Database::ParamClass::Add | ( | const std::string & | str | ) |
Call Params->Add to add a parameter value to the database.
[in] | str | Parameter string to add to the database, such as user_name=sysdba . |