|
|
#ifndef HBDBTABLE_H #define HBDBTABLE_H #include#include "hbobject.h" class HBDbTable : public QObject, public HBObject { public: HBDbTable( char *name ); short flags; /* flags: see TABLE_* in defines.h */ short num_rows; /* number of rows for table/select */ }; #endif
Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54. |