Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.34 KB

setcursorname-method-sqlserverstatement.md

File metadata and controls

44 lines (32 loc) · 1.34 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
setCursorName Method (SQLServerStatement)
setCursorName Method (SQLServerStatement)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerStatement.setCursorName
Assembly

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