Databaseconnectionclasses  0.5.3
hk_mysqlview.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 //$Revision: 1.3 $
12 
13 #ifndef HK_MYSQLVIEW
14 #define HK_MYSQLVIEW
15 #include "hk_mysqldatasource.h"
16 
17 class hk_mysqldatabase;
18 class hk_presentation;
20 {
21  friend class hk_mysqldatabase;
22  public:
23  enum_datasourcetypes type() const;
24 
25  protected:
27  virtual bool driver_specific_load_view();
28  virtual bool driver_specific_create_view_now(void);
29 
30  private:
31 };
32 #endif
Definition: hk_mysqldatasource.h:25
Definition: hk_mysqldatabase.h:19
Definition: hk_mysqlview.h:19
base class for multidatasource based classes like forms and reports
Definition: hk_presentation.h:40
enum_datasourcetypes
Definition: hk_data.h:41