public class QueryStatement extends Object
| Constructor and Description |
|---|
QueryStatement(QueryType type,
QueryCmd command) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String name,
TypeDescription type) |
List<ParamDescription> |
getParams() |
QueryType |
getType() |
boolean |
hasResults() |
boolean |
hasUpdateCount() |
boolean |
isDDL() |
void |
setHasReturning(boolean hasReturning) |
public QueryType getType()
public List<ParamDescription> getParams()
public void addParameter(String name, TypeDescription type)
public void setHasReturning(boolean hasReturning)
public boolean hasUpdateCount()
public boolean hasResults()
public boolean isDDL()
Copyright © 2024. All rights reserved.