| Class | Description |
|---|---|
| CallableRequest |
This class represents an entity which can be called to carry out a specific execution
of a request, which can be invoking a data service operation or accessing a resource.
|
| CallQuery |
A call-query is an expression which leads to the execution of a query.
|
| CallQuery.WithParam |
This class represents a "with-param" element in a call-query.
|
| DataEntry |
Represents one row of data.
|
| DataService |
This class is the logical representation of a data service, and is the
location of all the queries, operations and configurations associated with a specific DS.
|
| DataServiceSerializer |
This class represents the serializing functionality of a DataService.
|
| DSOMDataSource |
This class represents the data source for an OMElement,
where the generation of data is encapsulated in this object,
and it is used in on-demand data retrieval, and effectively
streaming data.
|
| ExternalParam |
Represents a parameter passed into call queries.
|
| ExternalParamCollection |
Represents a collection of ExternalParam objects.
|
| InternalParam |
This class represents a param that is used inside a query.
|
| InternalParamCollection |
Represents a collection of InternalParam objects.
|
| OutputElement |
Represents an entity which can yield a result, i.e.
|
| OutputElementGroup |
Represents a multilevel
|
| ParamValue |
This class represents a value of a parameter passed to a query.
|
| QueryParam |
Query param is an input parameter associated with a query,
e.g.
|
| Result |
Represents the result element in a query.
|
| ResultSetWrapper | |
| SQLDialect |
Represents SQL Dialects SQL Query mapping
|
| StaticOutputElement |
Represents a static entry in a Result element.
|
| XMLWriterHelper |
This class is used as a helper class in handling XML writing operations.
|
Copyright © 2017 WSO2. All rights reserved.