Click or drag to resize

StatementSubstitutionParameterContext Interface

Provides the environment to .

Namespace:  com.espertech.esper.runtime.client.option
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public interface StatementSubstitutionParameterContext

The StatementSubstitutionParameterContext type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Returns the annotations
Public propertyDeploymentId
Returns the deployment id
Public propertyEpl
Returns the EPL when provided or null when not provided
Public propertyStatementId
Returns the statement id
Public propertyStatementName
Returns the statement name
Public propertySubstitutionParameterNames
Returns the parameter names
Public propertySubstitutionParameterTypes
Returns the parameter types
Top
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