Source: xql/xqllanguage.h
|
|
|
|
/***************************************************************************
xqllanguage.h - description
-------------------
begin : Thu Sep 7 2000
copyright : (C) 2000 by Raoul Markus
email : raoul.markus@arcormail.de
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef XQLLANGUAGE_H
#define XQLLANGUAGE_H
/**this class provides the xqlLanguage. It is a SQL wrapper.
No database interaction may be done without this layer
*@author Raoul Markus
*/
class xqlLanguage {
public:
xqlLanguage();
~xqlLanguage();
};
#endif
Generated by: markus on hobbes on Fri Mar 29 16:15:24 2002, using kdoc 2.0a53. |