Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Dynamic list-like stuff in PL/SQL
I don't know what is meant by dynamic chained list is, but if it is anything
comparable to a linked list as in 'C', you can use PL/SQL tables to
implement it. It will be a crude implementation as there is no concept of
pointers in Oraclespeak.
PL/SQL tables are a sparse collection type so (probably) they are a good candidate for such implementations.
HTH
Raj
This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify ESPN at (860) 766-2000 and delete this e-mail message from your computer, Thank you.