Package org.eclipse.emf.cdo.server.db
Interface IPreparedStatementCache
Deprecated.
Caches JDBC
statements
according to given reuse 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 Summary
Modifier and TypeInterfaceDescriptionstatic enum
Deprecated.An enum for the degree of probability to which a prepared statement is reused later on. -
Method Summary
Modifier and TypeMethodDescriptiongetPreparedStatement
(String sql, IPreparedStatementCache.ReuseProbability reuseProbability) Deprecated.void
Deprecated.void
setConnection
(Connection connection) Deprecated.
-
Method Details
-
setConnection
Deprecated. -
getPreparedStatement
PreparedStatement getPreparedStatement(String sql, IPreparedStatementCache.ReuseProbability reuseProbability) Deprecated. -
releasePreparedStatement
Deprecated.
-
IDBConnection
.