Class PreparedStatementWrapper

java.lang.Object
org.tentackle.dbms.StatementWrapper
org.tentackle.dbms.PreparedStatementWrapper
All Implemented Interfaces:
AutoCloseable, BackendPreparedStatement

public class PreparedStatementWrapper extends StatementWrapper implements BackendPreparedStatement
A wrapper for prepared statements.
Will catch and report SQLExceptions and keep track of being used only once after Db.getPreparedStatement(org.tentackle.dbms.StatementKey, boolean, int, int, org.tentackle.dbms.SqlSupplier).
Author:
harald