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