xml.StaxReader.getEventType

Returns a string that indicates the type of event the cursor of the StaxReader object is pointing to.

Syntax

getEventType()
  RETURNING eventtype STRING

Usage

See StaxReader Event Types for the full list of StaxReader event types.

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).