| Interface | Description |
|---|---|
| Binding |
Represent an operation of
Statement.bind(java.lang.Object, java.lang.Object). |
| BindingValue |
Represent a value for
Statement.bind(java.lang.Object, java.lang.Object) and Statement.bindNull(java.lang.Object, java.lang.Class<?>) operations. |
| ConnectionHolder |
Provide methods to retrieve
Connection from proxy object. |
| ConnectionIdManager | |
| ProxyExecutionListener |
Listener interface that is called by proxy on
Connection,
Statement, or Batch. |
| Class | Description |
|---|---|
| Bindings | |
| Bindings.IdentifierBinding | |
| Bindings.IndexBinding | |
| BindingValue.NullBindingValue | |
| BindingValue.SimpleBindingValue | |
| CompositeProxyExecutionListener |
Delegate to multiple of
ProxyExecutionListeners. |
| ConnectionInfo |
Connection related information. |
| DefaultConnectionIdManager |
Copy from datasource-proxy
TODO: manage open connection ids
|
| MethodExecutionInfo |
Hold method execution related information.
|
| QueryExecutionInfo |
Hold query execution related information.
|
| QueryInfo |
| Enum | Description |
|---|---|
| ExecutionType | |
| ProxyEventType |
Copyright © 2018. All rights reserved.