|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EPOnDemandPreparedQueryParameterized
Parameter holder for parameterized on-demand queries that are prepared with substitution parameters and that can be executed efficiently multiple times with different actual values for parameters.
A pre-compiled query can only be executed when actual values for all substitution parameters are set.
Method Summary | |
---|---|
void |
setObject(int parameterIndex,
java.lang.Object value)
Sets the value of the designated parameter using the given object. |
Method Detail |
---|
void setObject(int parameterIndex, java.lang.Object value) throws EPException
parameterIndex
- the first parameter is 1, the second is 2, ...value
- the object containing the input parameter value
EPException
- if the substitution parameter could not be located
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |