Package | Description |
---|---|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.epl.declexpr |
Declared expression handling.
|
Modifier and Type | Method and Description |
---|---|
ExprNodeScript |
MethodPollingViewableMeta.getScriptExpression() |
Constructor and Description |
---|
MethodPollingExecStrategyScript(ExprNodeScript scriptExpression,
EventType eventTypeEventBeanArray) |
MethodPollingViewableMeta(Class methodProviderClass,
boolean isStaticMethod,
Map<String,Object> optionalMapType,
LinkedHashMap<String,Object> optionalOaType,
Object invocationTarget,
MethodPollingExecStrategyEnum strategy,
boolean isCollection,
boolean isIterator,
VariableReader variableReader,
String variableName,
EventType eventTypeEventBeanArray,
ExprNodeScript scriptExpression) |
Modifier and Type | Method and Description |
---|---|
static ExprNodeScript |
ExprDeclaredHelper.getExistsScript(String defaultDialect,
String expressionName,
List<ExprNode> parameters,
Collection<ExpressionScriptProvided> scriptExpressions,
ExprDeclaredService exprDeclaredService) |