Interface | Description |
---|---|
CustomDataSourceBase |
This interface represents the common functionality for a custom data source
implementation in data services.
|
CustomQueryBasedDS |
This interface represents a custom query data based custom data source
implementation in data services.
|
DataRow |
This interface represents a data row in a custom data source.
|
DataTable |
This represents a data table in a custom data source.
|
QueryResult |
This class represent the result for a custom query execution.
|
TabularDataBasedDS |
This interface represents a tabular data based custom data source
implementation in data services.
|
Class | Description |
---|---|
AbstractCustomDataSourceReader |
This class represents a common data source reader implementation for
data services custom data sources.
|
AbstractCustomDataSourceReader.CustomDataSourceInfo | |
CustomQueryDataSourceReader |
This class represents the data source reader implementation for
data services custom query data sources.
|
CustomTabularDataSourceReader |
This class represents the data source reader implementation for
data services custom tabular data sources.
|
DataColumn |
This class represents a data column in a custom data source.
|
EchoDataSource |
A sample query based data source implementation which simply echos the parameters sent to it.
|
FixedDataRow |
This class represents an implementation of
DataRow interface,
which is a data row which has a fixed data amount. |
InMemoryDataSource |
An in-memory custom data source implementation.
|
Enum | Description |
---|---|
TabularDataBasedDS.FilterOperator |
Copyright © 2019 WSO2. All rights reserved.