LIST.DESTROY
built-in procedureThis procedure deletes an entire list.
PROCEDURE LIST.DESTROY
(list Listofchar);
Parameter |
Description |
|
The name of an existing list. |
/*
** Delete the List my_List
*/
LIST.DESTROY(my_package.my_List);
About the LIST
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.