public abstract class Statement extends Object
Modifier and Type | Method and Description |
---|---|
void |
addParameter(Object o) |
List<Object> |
getParameters() |
abstract List<Map> |
getResult(ResultSet resultSet)
Provides the de-serialized outcome of the query.
|
String |
getStatement() |
public Statement(String rawStatement)
public abstract List<Map> getResult(ResultSet resultSet) throws SQLException
resultSet
- the result-set obtained from the DB.SQLException
public String getStatement()
public void addParameter(Object o)
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.