com.bea.wlevs.ede.api
Interface StatementManager


public interface StatementManager
extends java.lang.Iterable

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


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

Method Detail

getStatements

public java.util.Collection getStatements()

Returns:
read-only collection of compiled statements;

getStatement

public Statement getStatement(java.lang.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


Copyright © 2007 BEA Systems All Rights Reserved.