本文介绍了DB2中等效的VARRAY的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我有一个应用程序,我们使用oracle 8i作为数据库,我们有使用VARRAY的
编写的程序。现在,需要在DB2 UDB上迁移它。任何人都可以告诉我在DB2中是否有替代VARRAYs的等价物或




提前致谢,

Praveen

Hi All,

I have an application for that we used oracle 8i as the db and we have
written procedures using VARRAYs. Now, the requirement came to migrate
it on DB2 UDB. Can anyone pls tell me is there any equivalent or
alternative to VARRAYs in DB2?

Thanks in advance,
Praveen

推荐答案




你能告诉我们VARRAY的作用吗?



Can you tell us what VARRAY does?





可以你告诉我们VARRAY的作用吗?


Can you tell us what VARRAY does?




用户定义的数据类型对应一个可变长度数组。




-

Daniel Morgan




(将''x''替换为''u''来回复)



A user defined data type corresponding to a variable length array.

http://www.psoug.org/reference/varray.html

--
Daniel Morgan
http://www.outreach.washington.edu/e...ad/oad_crs.asp
http://www.outreach.washington.edu/e...oa/aoa_crs.asp
da******@x.washington.edu
(replace ''x'' with a ''u'' to reply)


这篇关于DB2中等效的VARRAY的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 05:32