- name
- the Cursor name as a string,
Type Reason Java.Sql.SQLException if an error occurs accessing the database.
Sets the SQL cursor name. This name is used by subsequent statement execute methods.
Cursor names must be unique within one Connection.
With the cursor name set, it can then be used in SQL positioned update or delete statements to determine the current row in a ResultSet generated from this statement. The positioned update or delete must be done with a different statement than this one.