org.eclipse.emf.cdo.server.db
Interface IPreparedStatementCache


Deprecated. As of 4.2 use IDBConnection.

@Deprecated
public interface IPreparedStatementCache

Caches JDBC statements according to given reuse probabilities.

Since:
2.0
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
static class IPreparedStatementCache.ReuseProbability
          Deprecated. An enum for the degree of probability to which a prepared statement is reused later on.
 
Method Summary
 PreparedStatement getPreparedStatement(String sql, IPreparedStatementCache.ReuseProbability reuseProbability)
          Deprecated.  
 void releasePreparedStatement(PreparedStatement ps)
          Deprecated.  
 void setConnection(Connection connection)
          Deprecated.  
 

Method Detail

setConnection

void setConnection(Connection connection)
Deprecated. 

getPreparedStatement

PreparedStatement getPreparedStatement(String sql,
                                       IPreparedStatementCache.ReuseProbability reuseProbability)
Deprecated. 

releasePreparedStatement

void releasePreparedStatement(PreparedStatement ps)
Deprecated. 


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.