Share via


getCursorName Method (SQLServerResultSet)

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

참고

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()

반환 값

A String that contains the cursor name.

예외

SQLServerException

주의

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

참고

참조

SQLServerResultSet Class

개념

SQLServerResultSet Methods
SQLServerResultSet Members