Package clazzfish.jdbc.internal
package clazzfish.jdbc.internal
This package is only for internal use.
- Since:
- 0.9
- Author:
- oliver
-
ClassesClassDescriptionThe 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 forStatement
to be able to find resource problems while reading and writing to the database.