| Modifier and Type | Method and Description |
|---|---|
static Object[] |
DBUtils.convertInputParamValues(List<InternalParam> params)
Convert the input parameter values to its types object values.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
EchoDataSource.executeQuery(String query,
List<InternalParam> params) |
QueryResult |
CustomQueryBasedDS.executeQuery(String query,
List<InternalParam> params) |
| Constructor and Description |
|---|
EchoQueryResult(String query,
List<InternalParam> params) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.RDFNode |
SparqlQueryBase.convertTypeLiteral(com.hp.hpl.jena.rdf.model.Model model,
InternalParam param) |
| Constructor and Description |
|---|
MongoQueryResult(String query,
List<InternalParam> params) |
| Modifier and Type | Method and Description |
|---|---|
InternalParam |
InternalParamCollection.getParam(int ordinal) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,InternalParam> |
InternalParamCollection.getData() |
Collection<InternalParam> |
InternalParamCollection.getParams()
Returns the parameters sorted by the parameter ordinal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalParamCollection.addParam(InternalParam param) |
| Constructor and Description |
|---|
InternalParam(InternalParam param,
int ordinal) |
Copyright © 2017 WSO2. All rights reserved.