public interface QueryManager
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
int |
getQueryLenght(long tableId,
org.gcube.data.analysis.tabulardata.query.parameters.QueryFilter filter) |
org.gcube.data.analysis.tabulardata.model.table.Table |
getTable(long tableId) |
String |
queryAsJson(long tableId,
org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page,
org.gcube.data.analysis.tabulardata.query.parameters.select.QuerySelect select,
org.gcube.data.analysis.tabulardata.query.parameters.QueryFilter filter,
org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group,
org.gcube.data.analysis.tabulardata.query.parameters.QueryOrder order) |
static final String SERVICE_NAME
org.gcube.data.analysis.tabulardata.model.table.Table getTable(long tableId)
throws NoSuchTableException
NoSuchTableExceptionString queryAsJson(long tableId, org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page, org.gcube.data.analysis.tabulardata.query.parameters.select.QuerySelect select, org.gcube.data.analysis.tabulardata.query.parameters.QueryFilter filter, org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group, org.gcube.data.analysis.tabulardata.query.parameters.QueryOrder order) throws NoSuchTableException
NoSuchTableExceptionint getQueryLenght(long tableId,
org.gcube.data.analysis.tabulardata.query.parameters.QueryFilter filter)
throws NoSuchTableException
NoSuchTableExceptionCopyright © 2014. All Rights Reserved.