Source: /app/hbasic/hbasic/hbdata/hbsqlstmt.h


Annotated List
Files
Globals
Hierarchy
Index

#ifndef HBSQL_STMT_H
#define HBSQL_STMT_H

#include 

/* ------------------------------------------- */
/* Structure that describes one SQL statement. */

class HBSqlStatement : public QObject, public HBObject
{
public:
	HBSqlStatement( char *name );

	/* Save statement description to file */
	void saveToFile( QFile *f );

	/* Description for statement */
	QString *desc;

	/* Command text for statement */
	QString *statement;
};

#endif


Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54.