Source: sqlguipart/dbtypes.h
|
|
|
|
/***************************************************************************
dbtypes.h - Database-Types
-------------------
begin : Mon Aug 26 2002
copyright : (C) 2002 by
email :
***************************************************************************/
/***************************************************************************
* *
* 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 DBTYPES_H
#define DBTYPES_H
#define SQLGUI_MYSQL 1
#define SQLGUI_PGSQL 2
#define SQLGUI_SAPDB 3
#define SQLGUI_IBMDB2 4
#define SQLGUI_ORACLE 5
#endif
Generated by: marcus on voyager on Mon Sep 16 15:31:33 2002, using kdoc 2.0a53. |