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.
例外狀況
備註
This getCursorName method is specified by the getCursorName method in the java.sql.ResultSet interface.