home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / source / qrymod / qrymod.h < prev    next >
Encoding:
C/C++ Source or Header  |  1985-01-23  |  665 b   |  28 lines

  1. #
  2. /*
  3. **  QRYMOD.H -- Query Modification header file.
  4. **
  5. **    Contains the manifest constants and global variables
  6. **    used by the query modification process.
  7. **
  8. **    Version:
  9. **        @(#)qrymod.h    8.1    12/31/84
  10. */
  11.  
  12. extern DESC    Treedes;    /* descriptor for tree catalog */
  13.  
  14.  
  15. struct
  16. {
  17.     short    qm_newresvar;    /* new result variable number */
  18. }  Qm;
  19.  
  20.  
  21. /*********************************************************************
  22. **                                    **
  23. **  The following stuff is used by the protection algorithm only.   **
  24. **                                    **
  25. *********************************************************************/
  26. /* maximum query mode for proopset (<--> sizeof Proopmap - 1) */
  27. # define    MAXPROQM    4
  28.