Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.37 KB

File metadata and controls

43 lines (32 loc) · 1.37 KB
title getCursorName Method (SQLServerResultSet)
description getCursorName Method (SQLServerResultSet)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.getCursorName
apitype 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