Condividi tramite


setCursorName Method (SQLServerStatement)

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

Nota

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)

Parametri

name

A String that contains the cursor name.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerStatement Class

Concetti

SQLServerStatement Methods
SQLServerStatement Members