
IDBConnection.@Deprecated public interface IPreparedStatementCache
statements according to given reuse probabilities.| Modifier and Type | Interface and Description |
|---|---|
static class |
IPreparedStatementCache.ReuseProbability
Deprecated.
An enum for the degree of probability to which a prepared statement is reused later on.
|
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
getPreparedStatement(String sql,
IPreparedStatementCache.ReuseProbability reuseProbability)
Deprecated.
|
void |
releasePreparedStatement(PreparedStatement ps)
Deprecated.
|
void |
setConnection(Connection connection)
Deprecated.
|
void setConnection(Connection connection)
PreparedStatement getPreparedStatement(String sql, IPreparedStatementCache.ReuseProbability reuseProbability)
void releasePreparedStatement(PreparedStatement ps)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.