|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPOnDemandPreparedQueryParameterized | |
---|---|
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 |
Uses of EPOnDemandPreparedQueryParameterized in com.espertech.esper.client |
---|
Methods in com.espertech.esper.client that return EPOnDemandPreparedQueryParameterized | |
---|---|
EPOnDemandPreparedQueryParameterized |
EPRuntime.prepareQueryWithParameters(java.lang.String epl)
Prepare a parameterized on-demand query for repeated parameter setting and execution. |
Methods in com.espertech.esper.client with parameters of type EPOnDemandPreparedQueryParameterized | |
---|---|
EPOnDemandQueryResult |
EPRuntime.executeQuery(EPOnDemandPreparedQueryParameterized parameterizedQuery)
Execute an on-demand parameterized query. |
EPOnDemandQueryResult |
EPRuntime.executeQuery(EPOnDemandPreparedQueryParameterized parameterizedQuery,
ContextPartitionSelector[] contextPartitionSelectors)
Execute an on-demand parameterized query. |
Uses of EPOnDemandPreparedQueryParameterized in com.espertech.esper.core.service |
---|
Classes in com.espertech.esper.core.service that implement EPOnDemandPreparedQueryParameterized | |
---|---|
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. |
Methods in com.espertech.esper.core.service that return EPOnDemandPreparedQueryParameterized | |
---|---|
EPOnDemandPreparedQueryParameterized |
EPRuntimeImpl.prepareQueryWithParameters(java.lang.String epl)
|
Methods in com.espertech.esper.core.service with parameters of type EPOnDemandPreparedQueryParameterized | |
---|---|
EPOnDemandQueryResult |
EPRuntimeImpl.executeQuery(EPOnDemandPreparedQueryParameterized parameterizedQuery)
|
EPOnDemandQueryResult |
EPRuntimeImpl.executeQuery(EPOnDemandPreparedQueryParameterized parameterizedQuery,
ContextPartitionSelector[] contextPartitionSelectors)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |