Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 JDBC Driver for SQL Server. Calling this method has no effect.
Syntax
public final void setCursorName(java.lang.String name)
Parameters
name
A String that contains the cursor name.
Exceptions
Remarks
This setCursorName method is specified by the setCursorName method in the java.sql.Statement interface.