Package wt.fc

Interface DatastoreArray

All Superinterfaces:
wt.fc._DatastoreArray, wt.fc.DatastoreElement

@GenAsDatastoreArray(interfaces=wt.fc.DatastoreElement.class, arrayType=java.lang.Object.class) public interface DatastoreArray extends wt.fc._DatastoreArray
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: