In , any
SELECT statement generates a cursor which can be controlled by a
java.sql.ResultSet object.
does not
support SQL-92's DECLARE CURSOR language construct to create cursors,
however
supports positioned deletes and positioned updates of updatable
cursors.