| 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 |
[!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.
public java.lang.String getCursorName()
A String that contains the cursor name.
This getCursorName method is specified by the getCursorName method in the java.sql.ResultSet interface.