简体   繁体   中英

Is VARARRAY a data type in DB2?

VARARRAY a data type in DB2? If so how can i invoke a stored procedure with IN parameter as VARARRAY using simpleJdbcCall using Java.

VARARRAY is not a data type in Db2.

For the list of Db2 data types you can look here

https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.5.0/com.ibm.db2.luw.sql.ref.doc/doc/r0008483.html

Db2 does support array types in Procedures however, see this page for details

https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.5.0/com.ibm.db2.luw.apdv.sqlpl.doc/doc/c0052894.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM