Databaseconnectionclasses
0.5.3
Main Page
Related Pages
Classes
Files
File List
hk_mysqlclasses
hk_mysqlresultquery.h
1
// ****************************************************************************
2
// copyright (c) 2000-2005 Horst Knorr <hk_classes@knoda.org>
3
// This file is part of the hk_mysqlclasses library.
4
// This file may be distributed and/or modified under the terms of the
5
// GNU Library Public License version 2 as published by the Free Software
6
// Foundation and appearing in the file COPYING included in the
7
// packaging of this file.
8
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
9
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
10
// ****************************************************************************
11
#ifndef HK_MYSQLRESULTQUERY
12
#define HK_MYSQLRESULTQUERY
13
#include <hk_datasource.h>
14
#include <hk_mysqldatasource.h>
15
class
hk_mysqldatabase
;
16
class
hk_presentation
;
17
18
class
hk_mysqlresultquery
:
public
hk_mysqldatasource
19
{
20
friend
class
hk_mysqldatabase
;
21
public
:
22
enum_datasourcetypes
type()
const
;
23
24
protected
:
25
hk_mysqlresultquery
(
hk_mysqldatabase
* db,
hk_presentation
* p);
26
27
private
:
28
29
} ;
30
#endif
hk_mysqldatasource
Definition:
hk_mysqldatasource.h:25
hk_mysqldatabase
Definition:
hk_mysqldatabase.h:19
hk_presentation
base class for multidatasource based classes like forms and reports
Definition:
hk_presentation.h:40
hk_mysqlresultquery
Definition:
hk_mysqlresultquery.h:18
hk_data::enum_datasourcetypes
enum_datasourcetypes
Definition:
hk_data.h:41
Generated by
1.8.5