go top

显式游标

网络释义

  EXPLICIT CURSOR

显式游标( explicit cursor )是在程序的DECLARE部分声明的select语句。这样做使得Oracle会在运行程序之前,为你准备SQL语句。

基于68个网页-相关网页

有道翻译

显式游标

Explicit cursor

以上为机器翻译结果,长、整句建议使用 人工翻译

双语例句

  • 相反,虽然IDS SPL支持类似游标循环语句但是允许显式声明打开关闭游标

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

    youdao

  • 本文将从在ij工具显式使用SQL游标开始讨论这两种方法

    This article discusses both methods, beginning with the explicit use of SQL cursors within the ij tool.

    youdao

  • 另一种方法ROLLBACK之后再次显式打开游标然后在ROLLBACK游标指针跳到读取记录

    Another approach is to explicitly open the cursor again after ROLLBACK and skip the cursor pointer till the record read at the time of ROLLBACK.

    youdao

更多双语例句

百科

显式游标

DECLARE column1 varchar2 (20), column2 varchar2 (10), column3 number, cursor my_cursor is select column1,column2,column3 from table_1; BEGIN open my_cursor; fetch my_cusor into column1,column2,column3; while my_cusor % found loop

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定