public abstract class AbstractResultSetProxyHandler extends AbstractProxyHandler
ResultSet
-based proxy handlersConstructor and Description |
---|
AbstractResultSetProxyHandler(java.sql.ResultSet resultSet) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
continueInvocation(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
protected abstract java.sql.Statement |
getExposableStatement() |
protected abstract JdbcServices |
getJdbcServices() |
protected abstract JdbcResourceRegistry |
getResourceRegistry() |
protected java.sql.ResultSet |
getResultSet() |
protected java.sql.ResultSet |
getResultSetWithoutChecks() |
protected void |
invalidateHandle() |
errorIfInvalid, hashCode, invalidate, invoke, isValid, toString
public AbstractResultSetProxyHandler(java.sql.ResultSet resultSet)
protected abstract JdbcServices getJdbcServices()
protected abstract JdbcResourceRegistry getResourceRegistry()
protected abstract java.sql.Statement getExposableStatement()
protected final java.sql.ResultSet getResultSet()
protected final java.sql.ResultSet getResultSetWithoutChecks()
protected java.lang.Object continueInvocation(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
continueInvocation
in class AbstractProxyHandler
java.lang.Throwable
protected void invalidateHandle()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.