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

Packages that use EPPreparedStatement
com.espertech.esper.client This package defines the central Esper Client APIs. 
com.espertech.esper.core Implementation of client package interfaces, glue code 
 

Uses of EPPreparedStatement in com.espertech.esper.client
 

Classes in com.espertech.esper.client that implement EPPreparedStatement
 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.client that return EPPreparedStatement
 EPPreparedStatement EPAdministrator.prepareEPL(String eplExpression)
          Prepares a statement for the given EPL, which can include substitution parameters marked via question mark '?'.
 EPPreparedStatement EPAdministrator.preparePattern(String patternExpression)
          Prepares a statement for the given pattern, which can include substitution parameters marked via question mark '?'.
 

Methods in com.espertech.esper.client with parameters of type EPPreparedStatement
 EPStatement EPAdministrator.create(EPPreparedStatement prepared)
          Creates and starts a prepared statement.
 EPStatement EPAdministrator.create(EPPreparedStatement prepared, String statementName)
          Creates and starts a prepared statement.
 

Uses of EPPreparedStatement in com.espertech.esper.core
 

Methods in com.espertech.esper.core that return EPPreparedStatement
 EPPreparedStatement EPAdministratorImpl.prepareEPL(String eplExpression)
           
 EPPreparedStatement EPAdministratorImpl.preparePattern(String patternExpression)
           
 

Methods in com.espertech.esper.core with parameters of type EPPreparedStatement
 EPStatement EPAdministratorImpl.create(EPPreparedStatement prepared)
           
 EPStatement EPAdministratorImpl.create(EPPreparedStatement prepared, String statementName)
           
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com