Sets the SQL cursor name to the given string, which will be used by subsequent execute methods.

Note: This method is not currently supported by the Microsoft SQL Server 2005 JDBC Driver. Calling this method has no effect.

public final void setCursorName(java.lang.String name)

Parameters

name

A string that contains the cursor name.

Exceptions

SQLServerException

Remarks

This setCursorName method is specified by the setCursorName method in the java.sql.Statement interface.

See Also