| net.sf.hajdbc.sql.PreparedStatementInvocationHandler
PreparedStatementInvocationHandler | public class PreparedStatementInvocationHandler extends AbstractPreparedStatementInvocationHandler (Code) | | author: Paul Ferraro< Parameters: D - > |
Constructor Summary | |
public | PreparedStatementInvocationHandler(Connection connection, SQLProxy<D, Connection> proxy, Invoker<D, Connection, PreparedStatement> invoker, Map<Database<D>, PreparedStatement> statementMap, TransactionContext<D> transactionContext, FileSupport fileSupport, String sql) |
PreparedStatementInvocationHandler | public PreparedStatementInvocationHandler(Connection connection, SQLProxy<D, Connection> proxy, Invoker<D, Connection, PreparedStatement> invoker, Map<Database<D>, PreparedStatement> statementMap, TransactionContext<D> transactionContext, FileSupport fileSupport, String sql) throws Exception(Code) | | Parameters: connection - Parameters: proxy - Parameters: invoker - Parameters: statementMap - Parameters: transactionContext - Parameters: fileSupport - Parameters: sql - throws: Exception - |
|
|