com.bea.wlevs.ede.api
Interface StatementManager


public interface StatementManager
extends Iterable

Manages compiled statements. Statements are not necessairy kept in order of execution


Method Summary
 Statement getStatement(String queryId)
          Retrieve compiled statement through query id
 Collection getStatements()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getStatements

public Collection getStatements()

Returns:
read-only collection of compiled statements;

getStatement

public Statement getStatement(String queryId)
Retrieve compiled statement through query id

Parameters:
queryId - ID of query being retrieved
Returns:
Statement having the provided ID or null if not found