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::DataSet::SelectSQLClass Class Reference

Property implementation class for the SelectSQL property. More...

#include <classVIBDataSet.h>

Public Member Functions

 SelectSQLClass (DataSet *pParent)
 Construct a SelectSQL wrapper object.
 
void Clear ()
 Clear the SelectSQL list of all queries.
 
void Add (const std::string &str)
 Add a query to the SelectSQL list.
 

Public Attributes

Property< std::string > Text
 Lists the strings in the object as a single string with the individual strings delimited by carriage returns and line feeds.
 

Protected Attributes

DataSetparent
 Pointer to parent VIB::DataSet instance.
 

Detailed Description

Property implementation class for the SelectSQL property.

Constructor & Destructor Documentation

VIB::DataSet::SelectSQLClass::SelectSQLClass ( DataSet pParent)

Construct a SelectSQL wrapper object.

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

Member Function Documentation

void VIB::DataSet::SelectSQLClass::Add ( const std::string &  str)

Add a query to the SelectSQL list.

Parameters
[in]strSQL query code to add.
Note
Reimplements TStrings::Add
void VIB::DataSet::SelectSQLClass::Clear ( )

Clear the SelectSQL list of all queries.

Note
Reimplements TStrings::Clear

Member Data Documentation

Property<std::string> VIB::DataSet::SelectSQLClass::Text

Lists the strings in the object as a single string with the individual strings delimited by carriage returns and line feeds.

Use Text to get or set all the strings in the object at once.

Note
Reimplements TStrings::Text

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