Uses of Interface
com.espertech.esper.client.EPOnDemandPreparedQuery

Packages that use EPOnDemandPreparedQuery
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 EPOnDemandPreparedQuery in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return EPOnDemandPreparedQuery
 EPOnDemandPreparedQuery EPRuntime.prepareQuery(EPStatementObjectModel model)
          Prepare an unparameterized on-demand query before execution and for repeated execution.
 EPOnDemandPreparedQuery EPRuntime.prepareQuery(java.lang.String epl)
          Prepare an unparameterized on-demand query before execution and for repeated execution.
 

Uses of EPOnDemandPreparedQuery in com.espertech.esper.core.service
 

Subinterfaces of EPOnDemandPreparedQuery in com.espertech.esper.core.service
 interface EPOnDemandPreparedQuerySPI
           
 

Classes in com.espertech.esper.core.service that implement EPOnDemandPreparedQuery
 class EPPreparedQueryImpl
          Provides prepared query functionality.
 

Methods in com.espertech.esper.core.service that return EPOnDemandPreparedQuery
 EPOnDemandPreparedQuery EPRuntimeImpl.prepareQuery(EPStatementObjectModel model)
           
 EPOnDemandPreparedQuery EPRuntimeImpl.prepareQuery(java.lang.String epl)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com