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