org.eclipse.emf.cdo.server.db
Interface IPreparedStatementCache
- 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.
setConnection
void setConnection(Connection connection)
getPreparedStatement
PreparedStatement getPreparedStatement(String sql,
IPreparedStatementCache.ReuseProbability reuseProbability)
releasePreparedStatement
void releasePreparedStatement(PreparedStatement ps)
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.