public interface StatementSubstitutionParameterContext
StatementSubstitutionParameterOption
.Modifier and Type | Method and Description |
---|---|
Annotation[] |
getAnnotations()
Returns the annotations
|
String |
getDeploymentId()
Returns the deployment id
|
String |
getEpl()
Returns the EPL when provided or null when not provided
|
int |
getStatementId()
Returns the statement id
|
String |
getStatementName()
Returns the statement name
|
Map<String,Integer> |
getSubstitutionParameterNames()
Returns the parameter names
|
Class[] |
getSubstitutionParameterTypes()
Returns the parameter types
|
void |
setObject(int parameterIndex,
Object value)
Sets the value of the designated parameter using the given object.
|
void |
setObject(String parameterName,
Object value)
Sets the value of the designated parameter using the given object.
|
String getDeploymentId()
String getStatementName()
int getStatementId()
String getEpl()
Annotation[] getAnnotations()
Class[] getSubstitutionParameterTypes()
Map<String,Integer> getSubstitutionParameterNames()
void setObject(int parameterIndex, Object value) throws com.espertech.esper.common.client.EPException
parameterIndex
- the first parameter is 1, the second is 2, ...value
- the object containing the input parameter valuecom.espertech.esper.common.client.EPException
- if the substitution parameter could not be setvoid setObject(String parameterName, Object value) throws com.espertech.esper.common.client.EPException
parameterName
- the name of the parametervalue
- the object containing the input parameter valuecom.espertech.esper.common.client.EPException
- if the substitution parameter could not be setCopyright © 2005–2018. All rights reserved.