oracle cursor type

来源:互联网 发布:雅可比矩阵中的d 编辑:程序博客网 时间:2024/06/06 01:32

create or replace package types

as
type cursorType is ref cursor;
end;

原创粉丝点击