Click or drag to resize

EPFireAndForgetPreparedQueryParameterized Interface

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.

Namespace:  com.espertech.esper.common.client.fireandforget
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface EPFireAndForgetPreparedQueryParameterized
Methods
  NameDescription
Public methodSetObject(Int32, Object)
Sets the value of the designated parameter using the given object.
Public methodSetObject(String, Object)
Sets the value of the designated parameter using the given object.
Top
See Also