Index

DKAttrDefDL

Purpose:

This is the class that is used to represent a datastore definition object.

Class summary:

class DKAttrDefDL : public dkAttrDef
 {
  public:
   DKAttrDefDL();
   DKAttrDefDL(dkDatastore *ds);
   DKAttrDefDL(const DKAttrDefDL& def);
   virtual ~DKAttrDefDL();
   virtual void add();
   virtual void del();
 }

Members:

Constructors and destructor
   DKAttrDefDL();
   DKAttrDefDL(dkDatastore *ds);
   DKAttrDefDL(const DKAttrDefDL& def);
   virtual ~DKAttrDefDL();
 

Member functions

add
Adds an attribute definition to the datastore.
virtual void add();

del
Deletes an attribute definition to the datastore.
virtual void del();

(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.