get_n_columns


Description:

public int get_n_columns ()

Retrieves the number of columns available in the result set.

This method should only be called after a successful [method@SparqlCursor.next], otherwise its return value will be undefined.

Parameters:

this

a `TrackerSparqlCursor`

Returns:

The number of columns returned in the result set.