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

Wrapper class for the SQL property. More...

#include <classVIBSQL.h>

Public Member Functions

 SQLClass (SQL *pParent)
 Construct a SQL property wrapper object.
 

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

SQLparent
 Pointer to the parent VIB::SQL instance.
 

Detailed Description

Wrapper class for the SQL property.

Equivalent to a Borland TStrings object.

Constructor & Destructor Documentation

VIB::SQL::SQLClass::SQLClass ( SQL pParent)

Construct a SQL property wrapper object.

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

Member Data Documentation

Property<std::string> VIB::SQL::SQLClass::Text

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

Use to get or set all the strings in the object with a single call.

Note
Reimplements TStrings::Text

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