class DfcDb : public CorBase

A database class.

Inheritance:


Public Methods

void addTable ( const RWCString& aName, DfcDbData aDataset )
DfcDbData applySelection ( const DfcDbSelection* aSelection )
void become ( const DfcDb& aRef )
DfcDb ( const DfcDb& aRef )
DfcDb ( const RWCString& aName = "DB", int aSocket = -1 )
RWCString getName ()
DfcDb& operator= ( const DfcDb& aRef )
virtual ~DfcDb ()

Public


Purpose
The d'tor

Purpose
Query the name of the database

$Id: DfcDb

Documentation

A database class.
$Id: DfcDb.h,v 1.3 1997/04/11 13:39:49 mwiedmer Exp $

SYNOPSIS

    #include <DfcDb.h>
  
    DfcDb myObject;
  

DESCRIPTION
This class provides easy access to the ESO databases. It is a database that can be queried upon.

CAUTIONS
<optional>

EXAMPLES
<optional>

SEE ALSO
<optional>
DfcDbSelection
DfcDbData
DfcDbManager
CorBase

DfcDb( const RWCString& aName = "DB", int aSocket = -1 )

virtual ~DfcDb()

Purpose
The d'tor.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.

DfcDbData applySelection( const DfcDbSelection* aSelection )

RWCString getName()

Purpose
Query the name of the database.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Returns
This function returns the of this database.

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.

DfcDb( const DfcDb& aRef )

DfcDb& operator=( const DfcDb& aRef )

void become( const DfcDb& aRef )

void addTable( const RWCString& aName, DfcDbData aDataset )


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de