Source: dataobject.h


Annotated List
Files
Globals
Hierarchy
Index
#ifndef DATAOBJECT_H
#define DATAOBJECT_H

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include "object.h"
#include "ksharedptr.h"

namespace KDB {

/**
 * base class for all 'real' data access objects.
 *
 * It mostly provide shared support (with automatic deallocation)
 * It inherits from KShared.
 *
 * Table, Query and Recordset are DatabaseObject.
 *
 */

class DataObject : public Object, public KShared {

    Q_OBJECT

public:
    DataObject(const char * name);

    virtual ~DataObject();


};

}


#endif



Generated by: pradu@server.rete.casa on Fri Jul 28 15:15:55 2000, using kdoc 2.0a36.