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