Class SimplePreparedStatement

java.lang.Object
org.itsallcode.jdbc.SimplePreparedStatement
All Implemented Interfaces:
AutoCloseable

public class SimplePreparedStatement extends Object implements AutoCloseable
Simple wrapper for a JDBC PreparedStatement.