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()
          Creates a prepared statement cache with the default capacity.
static IPreparedStatementCache CDODBUtil.createStatementCache(int capacity)
          Creates a prepared statement cache with the given capacity.
 IPreparedStatementCache IDBStoreAccessor.getStatementCache()
           
 



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