ifparse.h
上传用户:aidanglao
上传日期:2007-01-07
资源大小:69k
文件大小:1k
源码类别:

Oracle数据库

开发平台:

Unix_Linux

  1. typedef union
  2. #ifdef __cplusplus
  3. YYSTYPE
  4. #endif
  5.  {
  6.     eBoolean_t bVal; /* Boolean Value eTrue or eFalse */
  7.     Scalar_t *pScalar; /* Scalar Variable */
  8. } YYSTYPE;
  9. extern YYSTYPE yylval;
  10. # define IF 257
  11. # define AND 258
  12. # define OR 259
  13. # define NOT 260
  14. # define BETWEEN 261
  15. # define LIKE 262
  16. # define IS 263
  17. # define NULLX 264
  18. # define TRUEX 265
  19. # define FALSEX 266
  20. # define IN 267
  21. # define ASSIGN 268
  22. # define CAT 269
  23. # define COMPARISON 270
  24. # define LT 271
  25. # define GT 272
  26. # define LE 273
  27. # define GE 274
  28. # define EQ 275
  29. # define NEQ 276
  30. # define STRING 277
  31. # define INTNUM 278
  32. # define APPROXNUM 279
  33. # define FUNCNAME 280
  34. # define LITERAL 281
  35. # define TO_SCALAR 282
  36. # define UMINUS 283