src/sql/dmlyacc.h

Go to the documentation of this file.
00001 #define STRING 257
00002 #define FIELD 258
00003 #define NUMBER_STRING 259
00004 #define BINARY_STRING 260
00005 #define DOUBLE 261
00006 #define OPERATOR 262
00007 #define PARAMETER 263
00008 #define SELECT 264
00009 #define FROM 265
00010 #define WHERE 266
00011 #define BETWEEN 267
00012 #define IN 268
00013 #define AND 269
00014 #define OR 270
00015 #define NOT 271
00016 #define STAR 272
00017 #define INSERT 273
00018 #define INTO 274
00019 #define VALUES 275
00020 #define DELETE 276
00021 #define UPDATE 277
00022 #define SET 278
00023 #define NULL_VALUE 279
00024 #define CREATE 280
00025 #define TABLE 281
00026 #define PRIMARY 282
00027 #define KEY 283
00028 #define DEFAULT 284
00029 #define INDEX 285
00030 #define ON 286
00031 #define HASH 287
00032 #define TREE 288
00033 #define UNIQUE 289
00034 #define DROP 290
00035 #define INT_TYPE 291
00036 #define LONG_TYPE 292
00037 #define SHORT_TYPE 293
00038 #define DOUBLE_TYPE 294
00039 #define TIMESTAMP_TYPE 295
00040 #define DATE_TYPE 296
00041 #define CHAR_TYPE 297
00042 #define TIME_TYPE 298
00043 #define BIGINT_TYPE 299
00044 #define FLOAT_TYPE 300
00045 #define TINYINT_TYPE 301
00046 typedef union
00047 {
00048    char *stringval;
00049    void *predicate;
00050 } YYSTYPE;
00051 extern YYSTYPE yylval;

Generated on Mon Jun 9 22:37:14 2008 for csql by  doxygen 1.4.7