第二版的 JDBC API 引入了对两类新游标的支持:滚动敏感游标 和滚动不敏感游标。
The second edition of the JDBC API introduced support for two new types of cursors: scroll-sensitive cursors and scroll-insensitive cursors.
注意,要使用滚动不敏感型游标,必须关闭自动提交功能。
Note that autocommit must be off to use a scroll-insensitive cursor.
此示例完全不同于第一个示例,使用了滚动不敏感游标。
This example differs from the first example exclusively in the use of a scroll-insensitive cursor.
应用推荐