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