com.espertech.esper.client
Interface EPOnDemandPreparedQueryParameterized

All Known Implementing Classes:
EPPreparedStatementImpl

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

setObject

void setObject(int parameterIndex,
               java.lang.Object value)
               throws EPException
Sets the value of the designated parameter using the given object.

Parameters:
parameterIndex - the first parameter is 1, the second is 2, ...
value - the object containing the input parameter value
Throws:
EPException - if the substitution parameter could not be located

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com