| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 3f3ec4f2-103a-4e16-9206-c5bd8639f946 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!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.
public final void setCursorName(java.lang.String name)
name
A String that contains the cursor name.
This setCursorName method is specified by the setCursorName method in the java.sql.Statement interface.