NSqlRecord Class Reference

Base class for SQL Record manipulation. More...

Inheritance diagram for NSqlRecord:

NObject

List of all members.

Public Member Functions

 NSqlRecord (void)
 Constructs a NSqlRecord object.
 ~NSqlRecord (void)
 Destroys a NSqlRecord object.
NVtype getData (const NString &rowName) const
 Gets data from the current record.

Friends

class NSql


Detailed Description

Base class for SQL Record manipulation.
Examples:

nsqlapp.cpp.

Definition at line 39 of file nsqlrecord.h.


Member Function Documentation

NVtype getData ( const NString rowName  )  const

Gets data from the current record.

Parameters:
rowName The name of the row containing the data
Examples:
nsqlapp.cpp.

Definition at line 37 of file nsqlrecord.cpp.

References NMap::contains(), NException::DBAL, and NMap::value().


The documentation for this class was generated from the following files:
Generated on Wed Mar 5 23:10:37 2008 for NemesisUtilitiesSystem by  doxygen 1.5.4