Retrieves the column index for the given column name in this SQLServerResultSet object.
public int findColumn(java.lang.String columnName)
Parameters
columnName
A string that contains the name of the column.
Return Value
An integer that indicates the column index.
Exceptions
Remarks
This findColumn method is specified by the findColumn method in the java.sql.ResultSet interface.