Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.45 KB

File metadata and controls

47 lines (36 loc) · 1.45 KB
title getCursorName Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSet.getCursorName
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid e5b3af67-423a-4551-a4c6-a4bc076bd504
author David-Engel
ms.author v-daenge

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