wt.fc
Interface DatastoreArray

All Superinterfaces:
wt.fc.DatastoreElement

public interface DatastoreArray
extends wt.fc.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