다음을 통해 공유


setCursorName Method (SQLServerStatement)

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

참고

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)

매개 변수

name

A String that contains the cursor name.

예외

SQLServerException

주의

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

참고 항목

참조

SQLServerStatement Class

개념

SQLServerStatement Methods
SQLServerStatement Members