FETCH { cursor_name
      | cursor_variable_name
      | :host_cursor_variable_name
      }
  { into_clause
  | bulk_collect_into_clause [ LIMIT numeric_expression ]
  } ;