Cursor.columnName() (Method)

Returns the name of the indexed column within the cursor.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
Property/method value type:String primitive
JavaScript syntax:NESmyCursor.columnName(anIndex)
Argument list:anIndexA valid column number within the cursor

The columns are arranged in order as they appear in the answer set. This method indexes the name list in the answer set and returns the names for each column using a zero-based index.