Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.33 KB

getcursorname-method-sqlserverresultset.md

File metadata and controls

42 lines (31 loc) · 1.33 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getCursorName Method (SQLServerResultSet)
getCursorName Method (SQLServerResultSet)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.getCursorName
Assembly

getCursorName Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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

Note

This method is not currently supported by the [!INCLUDEjdbcNoVersion]. If called, an exception will be thrown.

Syntax

  
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

SQLServerResultSet Members
SQLServerResultSet Class