共用方式為


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 2005 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