Share via


getCursorName Method (SQLServerResultSet)

Retrieves the name of the SQL cursor that is used by this SQLServerResultSet object.

Hinweis

This method is not currently supported by the Microsoft SQL Server JDBC Driver. If called, an exception will be thrown.

public java.lang.String getCursorName()

Rückgabewert

A String that contains the cursor name.

Ausnahmen

SQLServerException

Hinweise

This getCursorName method is specified by the getCursorName method in the java.sql.ResultSet interface.

Siehe auch

Referenz

SQLServerResultSet Class

Konzepte

SQLServerResultSet Methods
SQLServerResultSet Members