Class StasiPreparedStatement

java.lang.Object
clazzfish.jdbc.internal.StasiStatement
clazzfish.jdbc.internal.StasiPreparedStatement
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper

public final class StasiPreparedStatement extends StasiStatement implements PreparedStatement
A simple wrapper for PreparedStatement to be able to find resource problems while reading and writing to the database. It allows us also to measure times of SQL statements.

Why the name "Stasi..."? The Stasi was the official state security service of Eastern Germany which controls the people (like NSA in the U.S. or KGB in Russia, see also Wikipedia). The StasiPreparedStatement controls the embedded PreparedStatement - therefore the name.

Author:
oliver