Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.42 KB

File metadata and controls

49 lines (37 loc) · 1.42 KB
title setCursorName Method (SQLServerStatement) | 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
SQLServerStatement.setCursorName
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 3f3ec4f2-103a-4e16-9206-c5bd8639f946
author David-Engel
ms.author v-daenge

setCursorName Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the SQL cursor name to the given String, which will be used by subsequent execute methods.

Note

This method is not currently supported by the [!INCLUDEjdbcNoVersion]. Calling this method has no effect.

Syntax

  
public final void setCursorName(java.lang.String name)  

Parameters

name

A String that contains the cursor name.

Exceptions

SQLServerException

Remarks

This setCursorName method is specified by the setCursorName method in the java.sql.Statement interface.

See Also

SQLServerStatement Members
SQLServerStatement Class