Package | Description |
---|---|
org.wso2.carbon.dataservices.core.description.query |
Modifier and Type | Method and Description |
---|---|
static InternalParamCollection |
Query.getCurrentInternalParams() |
Modifier and Type | Method and Description |
---|---|
protected String |
ExpressionQuery.createProcessedQuery(String query,
InternalParamCollection params,
int paramCount)
Returns the Query manipulated to suite the given parameters, e.g.
|
protected boolean |
ExpressionQuery.isDynamicQuery(InternalParamCollection params)
This method checks whether DataTypes.QUERY_STRING type parameters are available in the query
input mappings and returns a boolean value.
|
protected Object[] |
ExpressionQuery.processDynamicQuery(String query,
InternalParamCollection params)
Modifies the Query to include the direct value of the parameters of type
"QUERY_STRING"; The Query will be recreated and the other parameters will
be re-organized to point to correct ordinal values.
|
abstract void |
SparqlQueryBase.processPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
void |
RdfFileQuery.processPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
void |
SparqlEndpointQuery.processPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
abstract Object |
SparqlQueryBase.processPreQuery(InternalParamCollection params,
int queryLevel) |
Object |
RdfFileQuery.processPreQuery(InternalParamCollection params,
int queryLevel) |
Object |
SparqlEndpointQuery.processPreQuery(InternalParamCollection params,
int queryLevel) |
void |
SparqlQueryBase.runPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
void |
SQLQuery.runPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
void |
CustomQueryBasedDSQuery.runPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
void |
ExcelQuery.runPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
void |
MongoQuery.runPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
void |
CSVQuery.runPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
void |
SPARQLQuery.runPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
void |
WebQuery.runPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
void |
GSpreadQuery.runPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
abstract void |
Query.runPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel)
This method must be implemented by concrete implementations of this class,
to provide the logic to execute the query.
|
void |
CassandraQuery.runPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
Object |
SparqlQueryBase.runPreQuery(InternalParamCollection params,
int queryLevel) |
Object |
SQLQuery.runPreQuery(InternalParamCollection params,
int queryLevel) |
Object |
CustomQueryBasedDSQuery.runPreQuery(InternalParamCollection params,
int queryLevel) |
Object |
ExcelQuery.runPreQuery(InternalParamCollection params,
int queryLevel) |
Object |
MongoQuery.runPreQuery(InternalParamCollection params,
int queryLevel) |
Object |
CSVQuery.runPreQuery(InternalParamCollection params,
int queryLevel) |
Object |
SPARQLQuery.runPreQuery(InternalParamCollection params,
int queryLevel) |
Object |
WebQuery.runPreQuery(InternalParamCollection params,
int queryLevel) |
Object |
GSpreadQuery.runPreQuery(InternalParamCollection params,
int queryLevel) |
abstract Object |
Query.runPreQuery(InternalParamCollection params,
int queryLevel)
This method must be implemented by concrete implementations of this class,
to provide the logic to execute the query.
|
Object |
CassandraQuery.runPreQuery(InternalParamCollection params,
int queryLevel) |
static void |
Query.setCurrentInternalParams(InternalParamCollection params) |
void |
Query.writeResultEntry(XMLStreamWriter xmlWriter,
DataEntry dataEntry,
InternalParamCollection ipc,
int queryLevel)
writes an result entry to the output.
|
Copyright © 2019 WSO2. All rights reserved.