class Object

Base class for all KDB objects. More...

Full nameKDB::Object
Definition#include <object.h>
InheritsQObject [public ]
Inherited byCapability, Connection, Connector, Control, DBEngine, DataObject, Database, Field, Handler, Index, Plugin, Query, Record, Recordset, RecordsetIterator, Table
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

Base class for all KDB objects.

It inherits QObject and provide base error reporting

 Object ( QObject *parent = 0L, const char *name = 0L)

 ~Object ()

[virtual]

void  pushError (Exception *)

[const]

Exception * popError ()

[const]

Exception * getError ()

[const]

void  clearErrors ()

[const]

bool  error ()

[const]

QObject *  parent ()

[const]

void  printPendingObjects ()