Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.epl.spec |
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.
|
Constructor and Description |
---|
EPPreparedStatementImpl(EPStatementObjectModel model,
List<SubstitutionParameterExpressionBase> subParams,
String optionalEPL)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
SubstitutionParameterExpressionIndexed |
class |
SubstitutionParameterExpressionNamed |
Modifier and Type | Method and Description |
---|---|
List<SubstitutionParameterExpressionBase> |
StatementSpecUnMapResult.getSubstitutionParams()
Returns the substitution paremeters keyed by the parameter's index.
|
List<SubstitutionParameterExpressionBase> |
StatementSpecUnMapContext.getSubstitutionParams() |
Modifier and Type | Method and Description |
---|---|
void |
StatementSpecUnMapContext.add(SubstitutionParameterExpressionBase subsParam) |
Modifier and Type | Method and Description |
---|---|
void |
StatementSpecUnMapContext.addAll(List<SubstitutionParameterExpressionBase> inner) |
Constructor and Description |
---|
StatementSpecUnMapResult(EPStatementObjectModel objectModel,
List<SubstitutionParameterExpressionBase> substitutionParams)
Ctor.
|