Package org.eclipse.emf.cdo.server.db
Interface IPreparedStatementCache
- 
 @Deprecated public interface IPreparedStatementCacheDeprecated.As of 4.2 useIDBConnection.Caches JDBCstatementsaccording to givenreuse probabilities.- Since:
- 2.0
- Author:
- Stefan Winkler
- 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 SummaryNested Classes Modifier and Type Interface Description static classIPreparedStatementCache.ReuseProbabilityDeprecated.An enum for the degree of probability to which a prepared statement is reused later on.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.sql.PreparedStatementgetPreparedStatement(java.lang.String sql, IPreparedStatementCache.ReuseProbability reuseProbability)Deprecated.voidreleasePreparedStatement(java.sql.PreparedStatement ps)Deprecated.voidsetConnection(java.sql.Connection connection)Deprecated.
 
- 
- 
- 
Method Detail- 
setConnectionvoid setConnection(java.sql.Connection connection) Deprecated.
 - 
getPreparedStatementjava.sql.PreparedStatement getPreparedStatement(java.lang.String sql, IPreparedStatementCache.ReuseProbability reuseProbability)Deprecated.
 - 
releasePreparedStatementvoid releasePreparedStatement(java.sql.PreparedStatement ps) Deprecated.
 
- 
 
-