public interface EPOnDemandPreparedQueryParameterized
A pre-compiled query can only be executed when actual values for all substitution parameters are set.
Modifier and Type | Method and Description |
---|---|
void |
setObject(int parameterIndex,
Object value)
Sets the value of the designated parameter using the given object.
|
void setObject(int parameterIndex, Object value) throws EPException
parameterIndex
- the first parameter is 1, the second is 2, ...value
- the object containing the input parameter valueEPException
- if the substitution parameter could not be located