Class StasiStatement

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

public class StasiStatement extends Object implements Statement
A simple wrapper for Statement 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 StasiStatement controls the embedded Statement - therefore the name.

Since:
1.4.1 (16.03.2014)
Version:
$Revision: 1.13 $
Author:
oliver