CompositeDataSource
CompositeDataSource
A Composite Datasource.
Properties
create : booleanTrue if instance creation is supported.
delete : booleanTrue if instance deletion is supported.
description : stringData source description.
execute : booleanTrue if instance execution is supported.
join : booleanNot supported.
Currently, joins are not supported across DataSources. When this feature is implemented, this value will be true if schema objects from this data source can be joined to objects from another data source.read : booleanTrue if instance retrieval is supported.
readLimit : nonNegativeIntThe maximum number of instances that can be returned by read() (0 for unlimited).
Valid values based on“int”. 0 (minInclusive) update : booleanTrue if instance updating is supported.
Content
Sequence of:
t_DataSource_Properties [0..1]
Parent topic: references