public final class CallableStatementProxy extends Object implements InvocationHandler
Modifier | Constructor and Description |
---|---|
protected |
CallableStatementProxy(CallableStatement stmt,
String sql)
Creates an instance of this class.
|
protected CallableStatementProxy(CallableStatement stmt, String sql)
stmt
- Callable statement to be proxied.sql
- SQL string.Copyright © 2013. All rights reserved.