Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
Retrieves the name of the SQL cursor that is used by this SQLServerResultSet object.
Note
This method is not currently supported by the Microsoft JDBC Driver for SQL Server. If called, an exception will be thrown.
Syntax
public java.lang.String getCursorName()
Return Value
A String that contains the cursor name.
Exceptions
Remarks
This getCursorName method is specified by the getCursorName method in the java.sql.ResultSet interface.