Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

defs.hh

00001 /*
00002 *  Name:        defs.hh
00003 *  Author:      Rafael Jesus Alcantara Perez
00004 *  Contributor: Francisco Vides Fernández
00005 *  Summary:     UESQLC common definitions
00006 *  Date:        $Date: 2002/10/16 22:44:48 $
00007 *  Revision:    $Revision: 1.14 $
00008 *
00009 *  Copyright (C) 1996-2002  Rafael Jesus Alcantara Perez <rafa@dedalo-ing.com>
00010 *
00011 *  This program is free software; you can redistribute it and/or modify
00012 *  it under the terms of the GNU General Public License as published by
00013 *  the Free Software Foundation; either version 2 of the License, or
00014 *  (at your option) any later version.
00015 *
00016 *  This program is distributed in the hope that it will be useful,
00017 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00018 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00019 *  GNU General Public License for more details.
00020 *
00021 *  You should have received a copy of the GNU General Public License
00022 *  along with this program; if not, write to the Free Software
00023 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
00024 *  MA 02111-1307, USA.
00025 */
00026 
00027 #ifndef _DEFS_UESQLC__
00028 #define _DEFS_UESQLC__
00029 
00030 #include "exceptions.hh"
00031 
00032 
00034 #define YYSTYPE  TStackValue
00035 
00036 
00038 enum ESQL92_ConformanceLevels
00039 {
00040   eSTRICT_SQL_92 = 1      , 
00041   eENTRY_SQL_LEVEL        , 
00042   eINTERMEDIATE_SQL_LEVEL , 
00043   eFULL_SQL_LEVEL           
00044 };
00045 
00046 
00058 enum ESQL92_Requirements 
00059 {
00060   eSQL92_F_5_4_A = 1  ,
00061   eSQL92_F_5_4_B      ,
00062   eSQL92_F_5_4_C      ,
00063   eSQL92_F_17_A_A     ,
00064   eSQL92_F_17_A_B     ,
00065   eSQL92_F_19_1_A     ,
00066   eSQL92_F_19_2_A     ,
00067   eSQL92_SR_5_2_P8    ,
00068   eSQL92_SR_5_2_P9    ,
00069   eSQL92_SR_5_3_P21   ,
00070   eSQL92_SR_8_2_P1    ,
00071   eSQL92_SR_11_3_P5   ,
00072   eSQL92_SR_11_19_P10 ,
00073   eSQL92_SR_13_5_P1   ,
00074   eSQL92_SR_13_8_P5   ,
00075   eSQL92_SR_13_11_P4  ,
00076   eSQL92_LR_5_2_P1    ,
00077   eSQL92_LR_5_2_P2_A  ,
00078   eSQL92_LR_5_2_P2_B  ,
00079   eSQL92_LR_6_3_P2_B  ,
00080   eSQL92_LR_6_3_P2_C  ,
00081   eSQL92_LR_6_8_P1    ,
00082   eSQL92_LR_6_8_P2    ,
00083   eSQL92_LR_6_11_P2_A ,
00084   eSQL92_LR_6_11_P2_B ,
00085   eSQL92_LR_6_11_P2_C ,
00086   eSQL92_LR_6_11_P2_D ,
00087   eSQL92_LR_8_9_P2    ,
00088   eSQL92_LR_8_10_P1   ,
00089   eSQL92_LR_11_4_P2_A ,
00090   eSQL92_LR_11_10_P2  ,
00091   eSQL92_LR_13_1_P1_A ,
00092   eSQL92_LR_13_1_P2_A ,
00093   eSQL92_LR_13_1_P2_B ,
00094   eSQL92_LR_13_3_P2_A ,
00095   eSQL92_LR_13_3_P2_B
00096 };
00097 
00098 
00099 #endif  // not _DEFS_UESQLC__

Generated on Mon Oct 13 02:40:10 2003 for UESQLC by doxygen1.2.18