Package clazzfish.jdbc.internal


package clazzfish.jdbc.internal
This package is only for internal use.
Since:
0.9
Author:
oliver
  • Classes
    Class
    Description
    The class Caller looks for the caller by analyzing the stacktrace.
    The PasswordFilter tries to detect SQL commands with password arguments like "INSERT INTO users (name, password) VALUES ('James', 'secret')".
    A simple wrapper for PreparedStatement to be able to find resource problems while reading and writing to the database.
    A simple wrapper for ResultSet to be able to find resource problems while iterating through a ResultSet.
    A simple wrapper for Statement to be able to find resource problems while reading and writing to the database.