Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Lists

Work with lists.

Background Information

In Caché, the word list can refer either of the following:

List Classes

Defines the interface for a list property whose elements are literal values.

For an introduction, see “Working with Collections” in Using Caché Objects.

Availability: All namespaces.

Defines the interface for a list property whose elements are objects.

For an introduction, see “Working with Collections” in Using Caché Objects.

Availability: All namespaces.

Defines a stand-alone object that represents a list of literal values.

Availability: All namespaces.

Defines a stand-alone object that represents a list of objects.

Availability: All namespaces.

These datatype classes represents the ObjectScript native list format.

Availability: All namespaces.

A version of the %ListOfObjectsOpens in a new tab collection class that stores class names in OIDs. These classes can be used stand alone to store a collection.

Availability: All namespaces.

FeedbackOpens in a new tab