Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.33 KB

File metadata and controls

42 lines (31 loc) · 1.33 KB
title getCursorName Method (SQLServerResultSet)
description getCursorName Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
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