在Java程序中返回游标

问题描述:

我正在使用存储过程,在该过程中,我正在使用游标从表中获取一些值.
我可以将此游标用作存储过程中的out参数.如果是,那我如何从这个游标中获取值到一个Java程序中呢?
谢谢.

[已编辑]更正了较小的拼写错误[/已编辑]

I am using a stored procedure and in that procedure I am using a cursor to get some values from a table.
can I use this cursor as out parameter in stored procedure. if yes then how can i get the values from this cursor into a java program?
thank you.

Corrected Minor Spelling Errors[/Edited]

您可以设置 ^ ]. SelectionListener将对单击/双击做出反应,并通过Event.getSource()提供目的地.
非常简单,只需阅读我链接到的教程即可.
You can set up a SelectionListener[^]. The SelectionListener will react on a click/doubleclick and provide via Event.getSource() the destination.
Pretty simple, just read the tutorial I linked to.