public class ImplicitResultSetProxyHandler extends AbstractResultSetProxyHandler
ResultSet proxies obtained from other JDBC object proxies| Constructor and Description |
|---|
ImplicitResultSetProxyHandler(ResultSet resultSet,
ConnectionProxyHandler connectionProxyHandler,
Connection connectionProxy) |
ImplicitResultSetProxyHandler(ResultSet resultSet,
ConnectionProxyHandler connectionProxyHandler,
Connection connectionProxy,
Statement sourceStatement) |
| Modifier and Type | Method and Description |
|---|---|
protected Statement |
getExposableStatement() |
protected JdbcServices |
getJdbcServices() |
protected JdbcResourceRegistry |
getResourceRegistry() |
protected void |
invalidateHandle() |
continueInvocation, getResultSet, getResultSetWithoutCheckserrorIfInvalid, hashCode, invalidate, invoke, isValid, toStringpublic ImplicitResultSetProxyHandler(ResultSet resultSet, ConnectionProxyHandler connectionProxyHandler, Connection connectionProxy)
public ImplicitResultSetProxyHandler(ResultSet resultSet, ConnectionProxyHandler connectionProxyHandler, Connection connectionProxy, Statement sourceStatement)
protected JdbcServices getJdbcServices()
getJdbcServices in class AbstractResultSetProxyHandlerprotected JdbcResourceRegistry getResourceRegistry()
getResourceRegistry in class AbstractResultSetProxyHandlerprotected Statement getExposableStatement()
getExposableStatement in class AbstractResultSetProxyHandlerprotected void invalidateHandle()
invalidateHandle in class AbstractResultSetProxyHandlerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.