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::SQL::ParamsSetClass Class Reference

Wrapper class for Params property Reimplements Borland TIBXSQLDA. More...

#include <classVIBSQL.h>

Public Member Functions

 ParamsSetClass (SQL *pParent)
 Construct a Params property wrapper object.
 
ParamClassByName (const std::string &name)
 Return a Param instance by parameter name.
 

Protected Attributes

SQLparent
 Pointer to parent VIB::SQL instance.
 
ParamClass pc
 Instance of ParamClass.
 

Detailed Description

Wrapper class for Params property Reimplements Borland TIBXSQLDA.

Constructor & Destructor Documentation

VIB::SQL::ParamsSetClass::ParamsSetClass ( SQL pParent)
inline

Construct a Params property wrapper object.

Parameters
[in]pParentPointer to parent VIB::SQL instance.

Member Function Documentation

auto VIB::SQL::ParamsSetClass::ByName ( const std::string &  name)

Return a Param instance by parameter name.

Parameters
[in]nameName of the parameter to retrieve.
Returns
Pointer to a ParamClass instance.

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