Some insensitive cursor implementations cache the data in a temporary table on the database server and avoid the performance issue, but most cache the information local to the application.
有些Scroll -Insensitive型光标的实现方式是在数据库的临时表中缓存数据来避免性能问题,但多数还是将数据缓存在应用程序中。
Here you use the get scroll insensitive cursor command, once again specifying an SQL statement for the data to include.
在这里您可以使用getscrollinsensitive游标命令,并再一次为要包括的数据指定sql语句。
A sensitive cursor provides a dynamic view of the underlying data, whereas an insensitive cursor generally isn「t sensitive to any changes made to the database while the cursor is open.
敏感游标将提供底层数据的一个动态视图,而不敏感游标通常对游标打开时数据库的变化不敏感。
The first request to an insensitive cursor fetches all (or many but not all rows when a JDBC driver using 「lazy」 fetching) of the rows and stores them on the client.
此类型的光标在第一次请求时就获取了所有的数据(当jdbc驱动采用」 lazy '方式获取数据时或许是很多的而不是全部的数据)并且储存在客户端。