public class Statement extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Statement.Parameter |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String propertyName,
SynapseXPath xpath,
String type) |
void |
addResult(String propertyName,
String column) |
List<Statement.Parameter> |
getParameters() |
String |
getRawStatement() |
Map<String,String> |
getResultsMap() |
public Statement(String rawStatement)
public String getRawStatement()
public void addParameter(String propertyName, SynapseXPath xpath, String type)
public List<Statement.Parameter> getParameters()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.