Uses of Interface
org.eclipse.emf.cdo.server.db.IPreparedStatementCache
Package
Description
Server concepts for dealing with DB stores and accessors.
-
Uses of IPreparedStatementCache in org.eclipse.emf.cdo.server.db
Modifier and TypeMethodDescriptionstatic IPreparedStatementCache
CDODBUtil.createStatementCache()
Deprecated.static IPreparedStatementCache
CDODBUtil.createStatementCache
(int capacity) Deprecated.As of 4.2 useIDBConnection.prepareStatement(String, org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability)
.IDBStoreAccessor.getStatementCache()
Deprecated.As of 4.2 useIDBConnection.prepareStatement(String, org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability)
.
IDBConnection.prepareStatement(String, org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability)
.