SQL$HELP_OLD72.HLB  —  FETCH  Format
  FETCH -+---------------->-----------------+-+- <cursor-name> ++
         +> fetch-orientation-clause FROM --+ +> <parameter> --+|
        +--------------------------<----------------------------+
        ++------------------->---------------------------+----->
         +--> INTO -+-+-> <parameter> ------------+-+-+--+
         |          | +-> <qualified-parameter> --+ | |
         |          | +-> <variable> -------------+ | |
         |          +--------- , <------------------+ |
         +--> USING DESCRIPTOR <descriptor-name> -----+

  fetch-orientation-clause =

   -----+--> NEXT  --------------------------------------+--->
        +--> PRIOR --------------------------------------+
        +--> FIRST --------------------------------------+
        +--> LAST ---------------------------------------+
        +--> RELATIVE ----> simple-value-expression -----+
        +--> ABSOLUTE ----> simple-value-expression -----+
Close Help