title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
getCursorName Method (SQLServerResultSet) |
getCursorName Method (SQLServerResultSet) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerResultSet.getCursorName |
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.