Package | Description |
---|---|
org.wso2.carbon.dataservices.core.custom.datasource | |
org.wso2.carbon.dataservices.core.description.query |
Modifier and Type | Class and Description |
---|---|
class |
FixedDataRow
This class represents an implementation of
DataRow interface,
which is a data row which has a fixed data amount. |
Modifier and Type | Method and Description |
---|---|
DataRow |
EchoDataSource.EchoQueryResult.next() |
DataRow |
QueryResult.next()
Reads in the next record in the result set.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,DataRow> |
InMemoryDataSource.InMemoryDataTable.filterData(String column,
Object value,
TabularDataBasedDS.FilterOperator operator) |
Map<Long,DataRow> |
DataTable.filterData(String column,
Object value,
TabularDataBasedDS.FilterOperator operator)
Returns filtered data according to the given criteria.
|
Map<Long,DataRow> |
InMemoryDataSource.InMemoryDataTable.getData() |
Map<Long,DataRow> |
InMemoryDataSource.InMemoryDataTable.getData(long start,
long length) |
Map<Long,DataRow> |
DataTable.getData(long start,
long length)
Returns all the data in the table.
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryDataSource.InMemoryDataTable.insertData(DataRow... values) |
void |
DataTable.insertData(DataRow... values)
Inserts a new row in to the data table.
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryDataSource.InMemoryDataTable.updateData(Map<Long,DataRow> values) |
void |
DataTable.updateData(Map<Long,DataRow> values)
Updates the data table with the given values.
|
Modifier and Type | Method and Description |
---|---|
DataRow |
MongoQuery.MongoQueryResult.next() |
Copyright © 2019 WSO2. All rights reserved.