public abstract class AbstractResultSetProxyHandler extends AbstractProxyHandler
ResultSet-based proxy handlers| Constructor 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, toStringpublic 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 AbstractProxyHandlerjava.lang.Throwableprotected void invalidateHandle()
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.