cursors

cursors

美 [ˈkɜrsər]  英 [ˈkɜː(r)sə(r)]

  • n.(计算尺的)游标;【计】(电脑显示屏上的)光标
  • 网络显示与光标;鼠标指针文件夹;使用显式的游标

词形变化

复数:cursors  现在分词:cursoring  过去分词:cursored  

同义词

英汉解释

n.
1.
(计算尺的)游标
2.
【计】(电脑显示屏上的)光标

英英解释

n.

例句

For OLTP applications, there should be less sorting and temp space required and only a handful of concurrent cursors opened at a time.

对于OLTP应用程序排序临时空间比较少一次打开少数并发游标

Oracle also allows cursors to be tightly bound to a looping statement, a construct called a cursor FOR loop.

Oracle允许游标一个循环语句紧密绑定一起形成所谓游标FOR循环结构

Cursors do not need to be used to read only the first message in a queue.

读取队列第一消息需要使用游标

It is possible to exceed the maximum number of cursors available on the Publisher during this process.

在此过程可能超过发布服务器可用最大游标

The two cursors may be attached to any of the signals in the analyzed ASCII file.

两个游标可能附加任何信号分析ASCII文件

Each user session can open multiple cursors up to the limit set by the initialization parameter OPEN_ CURSORS .

每个用户会话能够打开多个游标上限OPEN_CURSORS初始参数决定

If you do not close your Cursors, then you might quickly run out of memory and cause your application to crash.

如果没有关闭Cursors那么可能会迅速耗尽内存导致应用程序崩溃

Open cursors of any other type are closed but not deallocated .

关闭释放任何其他类型打开游标

Adaptive Server Anywhere must execute value-sensitive cursors in such a way that result set membership is guaranteed.

AdaptiveServerAnywhere必须保证结果成员资格方式执行敏感游标

Cursor stability ensures that applications using cursors do not introduce inconsistencies into the data in the database.

游标稳定性可以确保使用游标应用程序不会导致数据库数据出现一致

Stored procedures that DECLARE and OPEN local cursors can pass the cursors out for use by the calling stored procedure , trigger, or batch .

使用DECLAREOPEN局部游标存储过程可以游标传递出去调用存储过程触发器批处理使用

In contrast, IDS SPL supports a similar cursor looping statement but does not allow cursors to be explicitly declared, opened, or closed.

相反虽然IDSSPL支持类似游标循环语句但是允许声明打开关闭游标

Static cursors do not actually get a row of data until you scroll to that record.

滚动某个记录之前静态游标并不真正获取一行数据

First, a package must be created to define all of the cursors used in the procedure, then the procedure can be created using the new cursor.

首先必须创建一个程序定义过程使用所有游标然后使用游标创建过程

The TYPE_FORWARD_ONLY, TYPE_SS_DIRECT_FORWARD_ONLY, and TYPE_SS_SERVER_CURSOR_FORWARD_ONLY cursors support only the next positioning method.

TYPE_FORWARD_ONLY、TYPE_SS_DIRECT_FORWARD_ONLYTYPE_SS_SERVER_CURSOR_FORWARD_ONLY游标支持next定位方法

Such cursors can be manipulated in a number of interesting ways, as shown in Listing 2.

游标可以很多有趣方法操作清单2

In cursors, however, an additional set of scroll locks can be acquired based on the specification of a cursor concurrency level.

游标可以根据指定游标并发级别获取一套额外滚动

Typically used for pointer cursors and for animated figures in games.

典型用于游戏鼠标动画绘制

When cursors generate a keyset for a result set, the query optimizer estimates the number of rows that will be returned for that result set.

游标某个结果生成查询优化估计结果返回

Static cursors do not reflect updates , deletes, or inserts that are made to underlying data while the cursor is open .

静态游标反映打开游标基础数据更新删除插入

Adaptive Server Anywhere provides cursors with a variety of sensitivity characteristics.

AdaptiveServerAnywhere游标提供各种敏感性特性

When a transaction rolls back to a savepoint, all non-hold cursors opened after that savepoint are closed.

一个事务某个保存点保存之后打开所有占用指针关闭

Through correlation, SQL table functions allow a more efficient way of implementing iterations, otherwise done with cursors.

通过关联correlation),SQL函数允许一种高效方式实现迭代不是使用游标

When this parameter is enabled, cursors are not actually closed until the next database request.

启用参数游标并不真正关闭直到下一个数据库请求为止

It records everything you see on the computer screen, including the entire desktop, windows, menus, cursors - even video with sound.

记录看到一切电脑屏幕上包括整个桌面窗口菜单光标-甚至有声录像

Software Description: About Native Maiden, The theme features a portrait of a native female with icons, key cursors and sounds.

主题包括图标光标声音一起特别推出女子人像

No cursors have been opened, no rows qualified for the last opened cursor, or the last-opened cursor is closed or deallocated.

没有打开游标对于上一个打开游标没有符合条件上一个打开游标关闭释放

DECLARE statements can be used to define data variables and cursors that are local to the function.

DECLARE语句语句用于定义函数局部数据变量游标

Determines whether database cursors are used for SELECT statements.

决定数据库游标是否用于SELECT语句

You may want to check the settings in the game to see if there is an option to enable hardware mouse cursors (HW cursors).

可能检查设置游戏看看是否一个选择使硬件游标硬件光标)。

These locks are held until the end of the current transaction for both cursors and independent SELECT statements.

对于游标独立SELECT语句这些都会保持当前事务结束

Previously this kind of extraction would require cursors iterating over sections of a string.

以前提取需要游标循环访问字符串各部分

In ODBC terminology, dynasets and snapshots are referred to as cursors.

ODBC术语动态集快照称为游标”。

This sample demonstrates how to use server-side cursors to work around the lack of MARS support for server-side programming.

示例说明如何使用服务器游标解决服务器编程缺少MARS支持问题

If your driver already supports static cursors, you do not need to load the cursor library to get snapshot support.

驱动程序已经支持静态游标不再需要加载游标获取快照支持

Full synchronizations do not use vectors that create updates (DS_REPL_CURSORS) for filtering updates.

完全同步使用创建更新向量(DS_REPL_CURSORS)筛选更新

Developers should also avoid using insensitive cursors when long data is returned, because memory can be exhausted.

返回数据开发者避免使用Scroll-Insensitive光标因为这样可能造成内存耗尽

Compound statements can include declarations of variables, exceptions, temporary tables, or cursors inside the compound statement.

复合语句可以包括复合语句变量异常临时游标声明

Declare cursors for each of the result sets to be returned that specify the WITH RETURN clause.

对于每个将要返回结果使用WITHRETURN子句声明游标

Users specify the type of concurrency control by selecting transaction isolation levels for connections or concurrency options on cursors.

用户通过游标连接并发选项选择事务隔离级别指定并发控制类型

热门查询