游标

yóu biāo
  • cursor;vernier;nonius
游标游标
游标 [yóu biāo,yóu biāo chǐ]
  • [vernier] 沿着度量仪器主标尺滑动的辅助标尺

游标[yóu biāo]
  1. 利用双游标式复摆测定重力加速度g

    The measurement of acceleration of gravity g by using double vernier physical pendulum

  2. USB接口为基的游标卡尺计算机数据采集软件系统开发

    Computer data acquisition software system for vernier caliper base on USB interface

  3. next为默认的游标提取选项。

    Next is the default cursor fetch option .

  4. XML游标定义了XML文档中的一个位置。

    An XML cursor defines a location in an XML document .

  5. 变量$this表示XML游标的当前位置。

    The variable $ this denotes the current position of the XML cursor .

  6. cursortype:用于指定游标行为的可选参p。

    Cursor_type : Optional arguments to specify cursor behavior .

  7. 该例中的游标被定义在XML实例的开头。

    Here , the cursor is defined at the beginning of the XML instance .

  8. ORACLE游标中的多表UPDATE行锁讨论

    Discussing UPDATE and Row-Level Lock of Multi-Tables in the ORACLE Cursor

  9. 对于每个将要返回的结果集,使用WITHRETURN子句声明游标。

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

  10. 在代码中移动XML游标时,可以将它从一个标志移动到另一个标志。

    As XML cursors are moved in the code , they move from one token to another .

  11. load工具也从指定的管道、设备(比如磁带设备)或用户定义游标接受输入。

    The load utility also accepts input from named pipes , devices ( such as tape devices ), or user-defined cursors .

  12. 当有可能减少所持有共享锁的数量时,可以使用游标稳定性(CursorStability)隔离级别。

    Use the Cursor Stability isolation level when possible to decrease the number of share locks held .

  13. 这也解释了使用PREPARE、DECLARE、OPEN和CLOSESQL游标语句的原因。

    This also explains the use of the PREPARE , DECLARE , OPEN and CLOSE SQL cursor statements .

  14. PB中用游标进行动态数据处理

    Dynamic Data Process Using Cursor in PowerBuilder

  15. Oracle封锁及动态游标技术分析与应用

    Analysis and Application of Oracle Blockade and Dynamic Cursor

  16. 提出了一种新的数据对象DataCursor,它将数据库的游标思想用于Java对象,并且通过提供本地缓存可以分批访问服务器端的数据。

    Data Cursor handle Java objects like cursor in database and access server-side data in batches by offering local cache .

  17. 第一种是基于半波耦合器的环形谐振腔可调谐半导体激光器。本文结合V型耦合腔激光器的游标效应以及环谐振腔提出了半波耦合环形谐振腔可调谐激光器。

    The first one is a tunable semiconductor laser based on half-wave coupled ring resonators with vernier effect .

  18. 当您在游标内找到了所需行后,您可以执行相应的UPDATE操作。

    When you 've found the desired row within your cursor , you can issue the appropriate UPDATE operation .

  19. 通过关联(correlation),SQL表函数允许以一种更高效的方式实现迭代,而不是使用游标。

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

  20. 在同一个会话或作业中第二次执行OPEN后,SQL游标将变得可重用。

    After the second execution of the OPEN within the same session or job , the SQL cursor will become reusable .

  21. 可以使用StatisticDetails等监视面板上的历史游标访问短期历史数据。

    Short-term history data can be accessed using the history slider on the monitoring panels , such as Statistic Details .

  22. 还应注意的是,在顶部没有SORT,因为该语句是一种SELECTINTO,而不是游标。

    Also note that there is no SORT at the top because the statement is a SELECT INTO rather than a cursor .

  23. Oracle游标的使用方法

    The use of the cursor in Oracle

  24. ALTERTABLE等一些操作要求不打开游标,而CREATEINDEXONLINE等其它操作则允许表上的游标。

    Some operations like ALTER TABLE require no cursor to be open , while others like CREATE INDEX ONLINE allow cursors on the table .

  25. 在DB2中,要想让游标在提交之后仍然打开,应该把它们声明为WITHHOLD游标。

    In order to keep the cursor open after commit , they should be declared as WITH HOLD cursors in DB2 .

  26. 然后,DB2打开从过程中返回的游标,并处理分配给结果集的定位器。

    Then DB2 opens the cursor returns from the procedure and processes the locator allocation to the result set .

  27. 不需要通过执行DECLARECURSOR单独定义所需的游标。

    Definition of the required cursor does not occur separately by executing DECLARE CURSOR .

  28. 另外,还可以在shell命令前面加上从当前游标位置开始希望操作的行数。

    Alternatively , you can prefix the shell command with the number of lines you want it to operate on from the current cursor .

  29. 产生这种性能问题的原因是,统一ODBC使用可滚动的键集驱动游标来发出SELECT语句。

    The reason for this performance issue is that Unified ODBC uses scrollable dynamic cursors to issue SELECT statements .

  30. 游标是一种数据库结构,它将允许您循环访问SQL查询的结果。

    A cursor is a database structure that allows you to iterate through the results of an SQL query .