LIST
built-in package
Procedure/Exception/Function |
Description |
procedure that appends an item to a list |
|
procedure that deletes an entire list |
|
procedure that deletes the item at the specified position in a list |
|
exception that is raised when any list operation fails |
|
function that gets an item from a list |
|
procedure that inserts an item into a list at the specified position |
|
procedure type that specifies a handle to a list |
|
function that creates a new, empty list |
|
function that returns the number of items in a list |
|
procedure adds an item to the beginning of a list |
About the LIST
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.