| Package | Description |
|---|---|
| net.ttddyy.dsproxy.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedRowSetResultSetProxyLogic
Uses
CachedRowSet to provide repeatable read ResultSet proxy. |
class |
RepeatableReadResultSetProxyLogic
Allows
ResultSet to be consumed more than once. |
class |
SimpleResultSetProxyLogic
Simply delegate method calls to the actual
ResultSet. |
| Modifier and Type | Method and Description |
|---|---|
ResultSetProxyLogic |
SimpleResultSetProxyLogicFactory.create(ResultSet resultSet,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
ResultSetProxyLogic |
ResultSetProxyLogicFactory.create(ResultSet resultSet,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
ResultSetProxyLogic |
CachedRowSetResultSetProxyLogicFactory.create(ResultSet resultSet,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
ResultSetProxyLogic |
RepeatableReadResultSetProxyLogicFactory.create(ResultSet resultSet,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
Copyright © 2022. All rights reserved.