Uses of Class
org.eclipse.emf.cdo.server.db.IPreparedStatementCache.ReuseProbability

Packages that use IPreparedStatementCache.ReuseProbability
org.eclipse.emf.cdo.server.db   
 

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

Methods in org.eclipse.emf.cdo.server.db that return IPreparedStatementCache.ReuseProbability
static IPreparedStatementCache.ReuseProbability IPreparedStatementCache.ReuseProbability.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IPreparedStatementCache.ReuseProbability[] IPreparedStatementCache.ReuseProbability.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.cdo.server.db with parameters of type IPreparedStatementCache.ReuseProbability
 java.sql.PreparedStatement IPreparedStatementCache.getPreparedStatement(java.lang.String sql, IPreparedStatementCache.ReuseProbability reuseProbability)
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.