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

Wrapper for a single Param object. More...

#include <classVIBSQL.h>

Public Member Functions

 ParamClass (SQL *pParent)
 Construct a ParamClass wrapper instance.
 

Public Attributes

Property< std::string > AsString
 Obtain the value of the property as a string.
 
Property< bool > IsNull
 Test whether or not the parameter is null.
 
Property< int > SQLType
 Obtain the InterBase SQLType value for the parameter.
 

Protected Attributes

friend ParamsSetClass
 
std::string name
 Name of the parameter.
 
SQLparent
 Pointer to the parent VIB::SQL instance.
 

Detailed Description

Wrapper for a single Param object.

Constructor & Destructor Documentation

VIB::SQL::ParamClass::ParamClass ( SQL pParent)

Construct a ParamClass wrapper instance.

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

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