Retrieves the name of the given column.
This name will be defined at the SPARQL query, either implicitly from the names of the variables returned in the resultset, or explicitly through the `AS ?var` SPARQL syntax.
| this |
a `TrackerSparqlCursor` |
| column |
column number to retrieve (first one is 0) |
|
The name of the given column. |