org.castor.jdo.drivers
public final class CallableStatementProxy extends Object implements InvocationHandler
Since: 1.0.4
Version: $Revision: 6310 $ $Date$
Constructor Summary | |
---|---|
protected | CallableStatementProxy(CallableStatement stmt, String sql)
Creates an instance of this class.
|
Method Summary | |
---|---|
Object | invoke(Object proxy, Method method, Object[] args) |
Parameters: stmt Callable statement to be proxied. sql SQL string.