Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
EPOnDemandPreparedQueryParameterized |
EPRuntime.prepareQueryWithParameters(String epl)
Prepare a parameterized on-demand query for repeated parameter setting and execution.
|
Modifier and Type | Method and Description |
---|---|
EPOnDemandQueryResult |
EPRuntime.executeQuery(EPOnDemandPreparedQueryParameterized parameterizedQuery)
Execute an on-demand parameterized query.
|
EPOnDemandQueryResult |
EPRuntime.executeQuery(EPOnDemandPreparedQueryParameterized parameterizedQuery,
ContextPartitionSelector[] contextPartitionSelectors)
Execute an on-demand parameterized query.
|
Modifier and Type | Class and Description |
---|---|
class |
EPPreparedStatementImpl
Prepared statement implementation that stores the statement object model and
a list of substitution parameters, to be mapped into an internal representation upon
creation.
|
Modifier and Type | Method and Description |
---|---|
EPOnDemandPreparedQueryParameterized |
EPRuntimeImpl.prepareQueryWithParameters(String epl) |
Modifier and Type | Method and Description |
---|---|
EPOnDemandQueryResult |
EPRuntimeImpl.executeQuery(EPOnDemandPreparedQueryParameterized parameterizedQuery) |
EPOnDemandQueryResult |
EPRuntimeImpl.executeQuery(EPOnDemandPreparedQueryParameterized parameterizedQuery,
ContextPartitionSelector[] contextPartitionSelectors) |