| Interface | Description |
|---|---|
| StatementCache |
Defines the operations needed for the JDBC PreparedStatement caching.
|
| StatementMethod.StatementCreator |
| Class | Description |
|---|---|
| ClhmStatementCache |
Implements and encapsulates all JDBC Statement caching functionality and logic.
|
| StatementHolder |
A thin wrapper around the raw JDBC
Statement object which allows us to augment it with useful "state"
information. |
| StatementMethod |
Describes a
prepareStatement or prepareCall method with args that has been invoked on a
given JDBC Connection. |
| Enum | Description |
|---|---|
| StatementHolder.State |
The 3 different states in which a StatementHolder instance can be when it is used as a cached value:
|
Copyright © 2013-2019 vibur.org. All Rights Reserved.