public interface ParameterizedQuery extends Query
| Modifier and Type | Method and Description |
|---|---|
void |
clearParameters()
clears the parameters.
|
int |
getParamCount()
get the number of parameters in this query.
|
ParameterHolder[] |
getParameters() |
String |
getQuery() |
byte[][] |
getQueryPartsArray() |
void |
setParameter(int position,
ParameterHolder parameter)
Sets a parameter at a position.
|
getQueryType, validate, writeToint getParamCount()
void clearParameters()
void setParameter(int position,
ParameterHolder parameter)
throws IllegalParameterException
position - the position to set it atparameter - the parameter to setIllegalParameterException - if, for example, the position is out of boundsParameterHolder[] getParameters()
byte[][] getQueryPartsArray()
Copyright © 2014. All rights reserved.