wt.fc
Interface DatastoreArray

All Superinterfaces:
DatastoreElement
All Known Implementing Classes:
BaselineMemberTupleList, ExtendedPageResultsList, IdOidObjectList, IdUpdateCountObjectList, InstanceRowList, OidObjectList, PageResultsList, RawObjectList, RowObjectList, TableOfDate, TableOfNumber, TableOfVarchar2

public interface DatastoreArray
extends DatastoreElement

This interface provides an abstraction for a Datastore array. An Array is a complex type consisting of one or more items. The items can be native or DatastoreStruct types. This type corresponds to the JDBC Array.

Supported API: true

Extendable: true

See Also:
Array