Retrieves the name of the SQL cursor that is used by this SQLServerResultSet object.

Note: This method is not currently supported by the Microsoft SQL Server 2005 JDBC Driver. If called, an exception will be thrown.

public java.lang.String getCursorName()

Return Value

A string that contains the cursor name.

Exceptions

SQLServerException

Remarks

This getCursorName method is specified by the getCursorName method in the java.sql.ResultSet interface.

See Also