Uses of Enum Class
org.eclipse.emf.cdo.server.db.IPreparedStatementCache.ReuseProbability
Packages that use IPreparedStatementCache.ReuseProbability
Package
Description
Server concepts for dealing with DB stores and accessors.
-
Uses of IPreparedStatementCache.ReuseProbability in org.eclipse.emf.cdo.server.db
Methods in org.eclipse.emf.cdo.server.db that return IPreparedStatementCache.ReuseProbabilityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.IPreparedStatementCache.ReuseProbability.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.emf.cdo.server.db with parameters of type IPreparedStatementCache.ReuseProbabilityModifier and TypeMethodDescriptionIPreparedStatementCache.getPreparedStatement
(String sql, IPreparedStatementCache.ReuseProbability reuseProbability) Deprecated.