json.JSONReader.getEventType

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

Syntax

getEventType()
  RETURNS STRING

Usage

This method returns the name of the event type the JSONReader object cursor is pointing to.

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).