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

Packages that use IPreparedStatementCache
org.eclipse.emf.cdo.server.db Server concepts for dealing with DB stores and accessors. 
 

Uses of IPreparedStatementCache in org.eclipse.emf.cdo.server.db
 

Methods in org.eclipse.emf.cdo.server.db that return IPreparedStatementCache
static IPreparedStatementCache CDODBUtil.createStatementCache()
          Deprecated. As of 4.2 use IDBConnection.prepareStatement(String, org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability).
static IPreparedStatementCache CDODBUtil.createStatementCache(int capacity)
          Deprecated. As of 4.2 use IDBConnection.prepareStatement(String, org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability).
 IPreparedStatementCache IDBStoreAccessor.getStatementCache()
          Deprecated. As of 4.2 use IDBConnection.prepareStatement(String, org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability).
 



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