@Deprecated
public class ResultSetHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
ResultSet.getStatement()
invocations and substitutes the result of the method call with the proxy
wrapping corresponding prepared statement.Constructor and Description |
---|
ResultSetHandler(java.sql.Statement owner,
java.sql.ResultSet target)
Deprecated.
Create instance of this class for the specified prepared statement proxy
and target result set.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Deprecated.
Implementation of the dynamic proxy handler interface.
|
public ResultSetHandler(java.sql.Statement owner, java.sql.ResultSet target)
owner
- dynamic proxy implementing PreparedStatement
interface that generated result set to wrap.target
- result set to wrap.public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.