class DfcDbData : public CorBase A database data class.
| | become ( const DfcDbData& aRef ) |
| | DfcDbData ( const DfcDbData& aRef ) |
| | DfcDbData ( m_result* anEntry = 0 ) |
| | getNextColumn () |
| | getNextEntry () |
| | getNumberOfColumns () |
| | getNumberOfEntries () |
| | operator= ( const DfcDbData& aRef ) |
| | ~DfcDbData () |
| | Purpose Query the number of entries this instance is handling |
| | Purpose Query the next field in the dataset |
| | Purpose The d'tor |
| | $Id: DfcDbData |
| | Purpose Query the next entry handled by this instance |
| | clear () |
| | Purpose Query the number of the fields in this dataset |
| | utest_DfcDbData (CorUnitTest& aTesT) Purpose Clear this instance |
A database data class.
SYNOPSIS
#include <DfcDbData.h>
DfcDbData myObject;
DESCRIPTION
This class offers the services to get at individual components of
data in a database.
CAUTIONS
<optional>
EXAMPLES
<optional>
SEE ALSO
<optional>
CorBase
Preconditions Exceptions
Preconditions Returns Exceptions
Preconditions Returns Exceptions
Preconditions Returns Exceptions
Preconditions Returns Exceptions
Preconditions Exceptions
DfcDbData( m_result* anEntry = 0 )
DfcDbData( const DfcDbData& aRef )
DfcDbData& operator=( const DfcDbData& aRef )
virtual ~DfcDbData()
The d'tor.
int getNumberOfEntries()
Query the number of entries this instance is handling.
This function returns the number of entries.
RWCString getNextEntry()
Query the next entry handled by this instance.
This function returns the next entry or an empty sting ("") if there is
no entry or no more entries.
m_field* getNextColumn()
Query the next field in the dataset.
This function returns the next field.
int getNumberOfColumns()
Query the number of the fields in this dataset.
This function returns the nyumber of fields available.
void become( const DfcDbData& aRef )
CorBool clear()
friend void utest_DfcDbData(CorUnitTest& aTesT)
Clear this instance.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de