Package | Description |
---|---|
org.wso2.carbon.dataservices.core.custom.datasource | |
org.wso2.carbon.dataservices.core.description.query |
Modifier and Type | Method and Description |
---|---|
List<DataColumn> |
InMemoryDataSource.InMemoryDataTable.getColumns() |
List<DataColumn> |
DataTable.getDataColumns()
Returns all the data table columns available.
|
List<DataColumn> |
InMemoryDataSource.InMemoryDataTable.getDataColumns() |
List<DataColumn> |
QueryResult.getDataColumns()
Returns all the data table columns available.
|
List<DataColumn> |
EchoDataSource.EchoQueryResult.getDataColumns() |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryDataSource.createDataTable(String name,
List<DataColumn> columns) |
void |
TabularDataBasedDS.createDataTable(String name,
List<DataColumn> columns)
Creates a data table with the given name and the column information.
|
Constructor and Description |
---|
InMemoryDataTable(List<DataColumn> columns) |
Modifier and Type | Method and Description |
---|---|
List<DataColumn> |
MongoQuery.MongoQueryResult.getDataColumns() |
Copyright © 2019 WSO2. All rights reserved.