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 © 2014. All rights reserved.