![]() | StatementSubstitutionParameterContext Interface |
Namespace: com.espertech.esper.runtime.client.option
public interface StatementSubstitutionParameterContext
The StatementSubstitutionParameterContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | Annotations |
Returns the annotations
|
![]() | DeploymentId |
Returns the deployment id
|
![]() | Epl |
Returns the EPL when provided or null when not provided
|
![]() | StatementId |
Returns the statement id
|
![]() | StatementName |
Returns the statement name
|
![]() | SubstitutionParameterNames |
Returns the parameter names
|
![]() | SubstitutionParameterTypes |
Returns the parameter types
|
Name | Description | |
---|---|---|
![]() | SetObject(Int32, Object) |
Sets the value of the designated parameter using the given object.
|
![]() | SetObject(String, Object) |
Sets the value of the designated parameter using the given object.
|