LIST.LISTOFCHAR
built-in procedureThis procedure type specifies a handle to a list.
TYPE LIST.LISTOFCHAR;
/*
** Declare a variable of the type
** LISTOFCHAR, then create the List
*/
PROCEDURE my_proc IS
my_List LIST.LISTOFCHAR;
BEGIN
my_List := List.Make;
END;
About the LIST
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.