Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Dynamic list-like stuff in PL/SQL

RE: Dynamic list-like stuff in PL/SQL

From: Jamadagni, Rajendra <rajendra.jamadagni_at_espn.com>
Date: Thu, 30 Nov 2000 08:35:03 -0500
Message-Id: <10696.123316@fatcity.com>


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



Rajendra Jamadagni MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
QOTD: Any clod can have facts, but having an opinion is an art ! Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

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.


Received on Thu Nov 30 2000 - 07:35:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US